File: control

package info (click to toggle)
autojump 21.7.1-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 380 kB
  • ctags: 207
  • sloc: python: 1,843; sh: 411; makefile: 26
file content (24 lines) | stat: -rw-r--r-- 921 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
Source: autojump
Section: shells
Priority: optional
Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Build-Depends: debhelper (>= 7.0.50~), xsltproc, docbook-xsl-ns
Standards-Version: 3.9.5
Homepage: http://wiki.github.com/joelthelion/autojump/
Vcs-Git: git://git.ortolo.eu/pkg-autojump.git
Vcs-Browser: http://git.ortolo.eu/pkg-autojump.git

Package: autojump
Architecture: all
Depends: ${misc:Depends}, python3 (>= 3.2)
Enhances: bash, zsh, zsh-beta, fish
Description: shell extension to jump to frequently used directories
 autojump provides a faster way to navigate your filesystem, with a
 "cd command that learns".
 .
 It works by maintaining a database of the directories you use the most from
 the command line, and allows you to "jump" to frequently used directories by
 typing only a small pattern.
 .
 To use autojump, you need to configure your shell to source
 /usr/share/autojump/autojump.sh on startup.