fp

Get the full path for a give file or directory

Installation

git clone https://github.com/ceritium/fp.git
crystal build src/fp.cr --release

Usage

./fp README.md
/Users/jose.galisteo/work/learn-crystal/fp/README.md

./fp README.md -c # it copy the output to the clipboard
./fp README.md --copy # it copy the output to the clipboard

Contributing

  1. Fork it (https://github.com/ceritium/fp.git)
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors