Skip to content

ceritium/fp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fp

Get the full path for a give file or directory

Installation

git clone https://github.com/ceritium/fp.git
make install

Usage

fp README.md
/Users/jose.galisteo/work/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/fork)
  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

  • ceritium Jose Galisteo - creator, maintainer