grp (version 1.0)
index
/home/ut3hax/bin/grp

grp
===

 
Modules
       
os
sys

 
Functions
       
help()
main()
usage: grp [options] search
 
options:
    -h --help   Displays this help.
    -v          Displays the version.
    
    Use the same way you would use grep, however it automatically ignores swap
files and pyc files.  You may edit this tool and add other text patterns to
ignore to the ignores list
 
grp -r foo
    SAME AS
grep -r foo | grep -v .swp | grep -v .pyc
run()
version()

 
Data
        __author__ = 'Josh Lee'
__copyright__ = 'Pytis.com'
__created__ = '11:41pm 10 Oct, 2009'
__curdir__ = '/home/ut3hax/bin'
__version__ = '1.0'
ignores = ['.swp', '.pyc', '.svn', "'Binary file'"]

 
Author
        Josh Lee