1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

Regenerate docs, minor tweaks.

This commit is contained in:
William Ting
2016-09-30 10:21:58 -07:00
parent 39990fff58
commit cacbb68591
2 changed files with 19 additions and 16 deletions

View File

@@ -1,7 +1,10 @@
.TH autojump 1 "10 April 2012" "release-v22"
.\" Automatically generated by Pandoc 1.16.0.2
.\"
.TH "autojump" "1" "10 April 2012" "release\-v22" ""
.hy
.SS NAME
.PP
autojump - a faster way to navigate your filesystem
autojump \- a faster way to navigate your filesystem
.SS DESCRIPTION
.PP
autojump is a faster way to navigate your filesystem.
@@ -29,7 +32,7 @@ Jump To A Child Directory:
.RS 2
.PP
Sometimes it\[aq]s convenient to jump to a child directory
(sub-directory of current directory) rather than typing out the full
(sub\-directory of current directory) rather than typing out the full
name.
.IP
.nf
@@ -43,8 +46,8 @@ Open File Manager To Directories (instead of jumping):
.RS 2
.PP
Instead of jumping to a directory, you can open a file explorer window
(Mac Finder, Windows Explorer, GNOME Nautilus, etc.)
to the directory instead.
(Mac Finder, Windows Explorer, GNOME Nautilus, etc.) to the directory
instead.
.IP
.nf
\f[C]
@@ -85,12 +88,12 @@ For more options refer to help:
.IP
.nf
\f[C]
autojump\ --help
autojump\ \-\-help
\f[]
.fi
.SS KNOWN ISSUES
.IP \[bu] 2
autojump does not support directories that begin with \f[C]-\f[].
autojump does not support directories that begin with \f[C]\-\f[].
.IP \[bu] 2
For bash users, autojump keeps track of directories by modifying
\f[C]$PROMPT_COMMAND\f[].
@@ -99,7 +102,7 @@ Do not overwrite \f[C]$PROMPT_COMMAND\f[]:
.IP
.nf
\f[C]
export\ PROMPT_COMMAND="history\ -a"
export\ PROMPT_COMMAND="history\ \-a"
\f[]
.fi
.PP
@@ -107,7 +110,7 @@ Instead append to the end of the existing $PROMPT_COMMAND:
.IP
.nf
\f[C]
export\ PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND\ ;}\ history\ -a"
export\ PROMPT_COMMAND="${PROMPT_COMMAND:+$PROMPT_COMMAND\ ;}\ history\ \-a"
\f[]
.fi
.RE