mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
split up doc building for manpage and readme.md
This commit is contained in:
16
docs/header.md
Normal file
16
docs/header.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## NAME
|
||||
|
||||
autojump - a faster way to navigate your filesystem
|
||||
|
||||
## SYNOPSIS
|
||||
Jump to a previously visited directory 'foobar':
|
||||
|
||||
j foo
|
||||
|
||||
Show all database entries and their respective key weights:
|
||||
|
||||
jumpstat
|
||||
|
||||
## 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. The jumpstat command shows you the current contents of the database. Directories must be visited first before they can be jumped to.
|
||||
@@ -1,24 +1,3 @@
|
||||
% autojump(1) release-v20
|
||||
%
|
||||
% 10 April 2012
|
||||
|
||||
## NAME
|
||||
|
||||
autojump - a faster way to navigate your filesystem
|
||||
|
||||
## SYNOPSIS
|
||||
Jump to a previously visited directory 'foobar':
|
||||
|
||||
j foo
|
||||
|
||||
Show all database entries and their respective key weights:
|
||||
|
||||
jumpstat
|
||||
|
||||
## 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. The jumpstat command shows you the current contents of the database. Directories must be visited first before they can be jumped to.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
Options must be passed to 'autojump' and not the 'j' wrapper function.
|
||||
|
||||
3
docs/manpage_header.md
Normal file
3
docs/manpage_header.md
Normal file
@@ -0,0 +1,3 @@
|
||||
% autojump(1) release-v20
|
||||
%
|
||||
% 10 April 2012
|
||||
Reference in New Issue
Block a user