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
- Fork it (https://github.com/ceritium/fp.git)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request
Contributors
- ceritium Jose Galisteo - creator, maintainer