File: header.md

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 (27 lines) | stat: -rw-r--r-- 582 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
## NAME

autojump - a faster way to navigate your filesystem

## SYNOPSIS
Load autojump:

    . /usr/share/autojump/autojump.sh


Jump to a previously visited directory that contains 'foo':

    j foo

Jump to a previously visited subdirectory of the current directory:

    jc bar

Show database entries and their respective key weights:

    j --stat

## DESCRIPTION

autojump is a faster way to navigate your filesystem. It works by maintaining a
database of the directories you use the most from the command line. Directories
must be visited first before they can be jumped to.