ffind is now available on PyPI

Remember ffind (A sane replacement for command line file search) module/script ? I’ve just pushed it to PyPI, so anyone interested in giving it a try can install it doing

pip install ffind

Brilliant!

As this was my first submission to PyPI, I’ve follow this guide. It has been quite simple, once it is prepared to use setup.py. And remember, the code is available on Github, so feel free to check it and contribute!

2 Comments on “ffind is now available on PyPI

  1. Pingback: ffind: a sane replacement for command line file search | Wrong Side of Memphis

  2. I recommend:
    `pip install –user ffind`
    this will install it in your home folder with no root access needed. (this is called pep-370)

Leave a comment