1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26
|
Source: go2
Section: utils
Priority: optional
Maintainer: David Villa Alises <David.Villa@gmail.com>
Uploaders: Python Apps Packaging Team <python-apps-team@lists.alioth.debian.org>
Build-Depends: debhelper (>= 7.0.50~), python, python-docutils
Standards-Version: 3.9.3
Homepage: http://savannah.nongnu.org/projects/go2/
Vcs-Svn: svn://svn.debian.org/python-apps/packages/go2/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-apps/packages/go2/trunk/
X-Python-Version: >= 2.6
Package: go2
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, tree
Description: fast directory finder
This package provides a mechanism for quickly changing directory on
the commandline, in the style of the old Norton Change Directory for
DOS, but designed specifically for bash.
.
Features:
* cache of recent searches;
* history list of visited directories;
* blacklist of directories not to search;
* configuration file for default options;
* multiprocess execution.
|