1
0
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:
William Ting
2012-04-17 14:26:54 -10:00
parent 168865f138
commit f91c7e3954
5 changed files with 107 additions and 113 deletions

16
docs/header.md Normal file
View 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.

View File

@@ -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
View File

@@ -0,0 +1,3 @@
% autojump(1) release-v20
%
% 10 April 2012