1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
Description: http://arco.inf-cr.uclm.es/~david.villa/go2.html
1. USAGE
go2 name searchs "name*" in current dir and home dir
go2 -i name searchs "name*" case insensitive
go2 -r name searchs "name*" in root dir, current dir and home dir
go2 -H searchs only in the history list
go2 pat1 pat2 searchs directories that match with /.../pat1*/.../pat2*
2. KEY BINDINDS
Any key can be pressed in any moment.
ESC cancel the current search
ENTER select the first entry
[a-z] select an entry, if exists
3. FILES
~/.go2/config command line optiones always applied
~/.go2/include directories always processed (full paths, one per line)
~/.go2/exclude directories never processed (full paths, one per line)
|