File: control

package info (click to toggle)
autojump 22.5.0-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 432 kB
  • sloc: python: 2,502; sh: 123; makefile: 37; csh: 7
file content (30 lines) | stat: -rw-r--r-- 950 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
27
28
29
30
Source: autojump
Section: shells
Priority: optional
Maintainer: Tanguy Ortolo <tanguy+debian@ortolo.eu>
Build-Depends:
    debhelper (>= 9),
    dh-python,
    python3
Standards-Version: 3.9.8
Homepage: https://github.com/wting/autojump
Vcs-Git: https://git.ortolo.eu/pkg-autojump.git
Vcs-Browser: https://git.ortolo.eu/pkg-autojump.git

Package: autojump
Architecture: all
Depends:
    ${misc:Depends},
    ${python3:Depends},
    python3 (>= 3.2)
Enhances: bash (>= 4.0), zsh, fish, tcsh
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.