https://github.com/srid/pf
Programmer's find; smart file-finding; no more repeated double-tabs.
https://github.com/srid/pf
Last synced: 8 months ago
JSON representation
Programmer's find; smart file-finding; no more repeated double-tabs.
- Host: GitHub
- URL: https://github.com/srid/pf
- Owner: srid
- Created: 2010-04-09T19:50:01.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2010-04-16T01:16:18.000Z (about 16 years ago)
- Last Synced: 2024-12-27T01:07:36.117Z (over 1 year ago)
- Language: Python
- Homepage:
- Size: 102 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.rst
Awesome Lists containing this project
README
pf
==
Since I got frustrated typing ``less src/foo/bar/baz/afile.py`` all the time,
I wrote this tool. How to use it? You can find it yourself by just playing
with it.
No PyPI release yet; so to install it right now::
sudo pip install -e git://github.com/srid/pf.git#egg=pf
Some notes
----------
- If there are multiple matches ... after entering the index of the match, only
the choosen match will be printed to stdout. So you can pass that one to your
text editor or something: ``vim `bin/pf xml patch```
Credits
-------
- `Distribute`_
- `Buildout`_
- `modern-package-template`_
.. _Buildout: http://www.buildout.org/
.. _Distribute: http://pypi.python.org/pypi/distribute
.. _`modern-package-template`: http://pypi.python.org/pypi/modern-package-template