File: control

package info (click to toggle)
go2 1.20121210-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 224 kB
  • ctags: 296
  • sloc: python: 1,222; makefile: 34; sh: 9
file content (26 lines) | stat: -rw-r--r-- 982 bytes parent folder | download
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.