1
0
mirror of https://github.com/wting/autojump synced 2024-09-29 06:20:45 +00:00
wting_autojump/docs/header.md

24 lines
609 B
Markdown
Raw Normal View History

## NAME
autojump - a faster way to navigate your filesystem
## SYNOPSIS
Jump to a previously visited directory that contains 'foo':
j foo
Jump to a previously visited subdirectory of the current working directory:
jc bar
Show all database entries and their respective key weights:
j --stat
## DESCRIPTION
2012-10-31 03:07:04 +00:00
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. The `j
--stat` command shows you the current contents of the database. Directories must
be visited first before they can be jumped to.