2012-04-18 00:26:54 +00:00
|
|
|
## NAME
|
|
|
|
|
|
|
|
autojump - a faster way to navigate your filesystem
|
|
|
|
|
|
|
|
## SYNOPSIS
|
2013-05-15 00:07:55 +00:00
|
|
|
|
2012-12-15 04:58:20 +00:00
|
|
|
Jump to a previously visited directory that contains 'foo':
|
2012-04-18 00:26:54 +00:00
|
|
|
|
|
|
|
j foo
|
|
|
|
|
2013-05-15 00:07:55 +00:00
|
|
|
Jump to a previously visited subdirectory of the current directory:
|
2012-12-15 04:58:20 +00:00
|
|
|
|
|
|
|
jc bar
|
|
|
|
|
2013-05-15 00:07:55 +00:00
|
|
|
Show database entries and their respective key weights:
|
2012-04-18 00:26:54 +00:00
|
|
|
|
2012-05-27 21:56:38 +00:00
|
|
|
j --stat
|
2012-04-18 00:26:54 +00:00
|
|
|
|
|
|
|
## DESCRIPTION
|
|
|
|
|
2012-10-31 03:07:04 +00:00
|
|
|
autojump is a faster way to navigate your filesystem. It works by maintaining a
|
2013-05-15 00:07:55 +00:00
|
|
|
database of the directories you use the most from the command line. Directories
|
|
|
|
must be visited first before they can be jumped to.
|