mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
remove leftover syntax when docs were in ReST format
This commit is contained in:
parent
1c7b930d9f
commit
3a767d1d9c
@ -24,11 +24,11 @@ autojump is included in the following distro repositories, please use relevant p
|
|||||||
|
|
||||||
**Mac**
|
**Mac**
|
||||||
|
|
||||||
Homebrew is the recommended installation method for Mac OS X::
|
Homebrew is the recommended installation method for Mac OS X:
|
||||||
|
|
||||||
brew install autojump
|
brew install autojump
|
||||||
|
|
||||||
MacPorts also available::
|
MacPorts also available:
|
||||||
|
|
||||||
port install autojump
|
port install autojump
|
||||||
|
|
||||||
@ -38,11 +38,11 @@ Please check the [Wiki](https://github.com/joelthelion/autojump/wiki) for an up
|
|||||||
|
|
||||||
### MANUAL INSTALLATION
|
### MANUAL INSTALLATION
|
||||||
|
|
||||||
Grab a copy of autojump::
|
Grab a copy of autojump:
|
||||||
|
|
||||||
git clone git://github.com/joelthelion/autojump.git
|
git clone git://github.com/joelthelion/autojump.git
|
||||||
|
|
||||||
Run the installation script::
|
Run the installation script:
|
||||||
|
|
||||||
cd autojump
|
cd autojump
|
||||||
./install.sh [ --local ] [ --zsh ]
|
./install.sh [ --local ] [ --zsh ]
|
||||||
|
44
README.md
44
README.md
@ -2,11 +2,13 @@
|
|||||||
%
|
%
|
||||||
% 10 April 2012
|
% 10 April 2012
|
||||||
|
|
||||||
## NAME
|
NAME
|
||||||
|
----
|
||||||
|
|
||||||
autojump - a faster way to navigate your filesystem
|
autojump - a faster way to navigate your filesystem
|
||||||
|
|
||||||
## SYNOPSIS
|
SYNOPSIS
|
||||||
|
--------
|
||||||
|
|
||||||
Jump to a previously visited directory 'foobar':
|
Jump to a previously visited directory 'foobar':
|
||||||
|
|
||||||
@ -16,7 +18,8 @@ Show all database entries and their respective key weights:
|
|||||||
|
|
||||||
jumpstat
|
jumpstat
|
||||||
|
|
||||||
## DESCRIPTION
|
DESCRIPTION
|
||||||
|
-----------
|
||||||
|
|
||||||
autojump is a faster way to navigate your filesystem. It works by
|
autojump is a faster way to navigate your filesystem. It works by
|
||||||
maintaining a database of the directories you use the most from the
|
maintaining a database of the directories you use the most from the
|
||||||
@ -24,7 +27,8 @@ command line. The jumpstat command shows you the current contents of the
|
|||||||
database. Directories must be visited first before they can be jumped
|
database. Directories must be visited first before they can be jumped
|
||||||
to.
|
to.
|
||||||
|
|
||||||
## OPTIONS
|
OPTIONS
|
||||||
|
-------
|
||||||
|
|
||||||
Options must be passed to 'autojump' and not the 'j' wrapper function.
|
Options must be passed to 'autojump' and not the 'j' wrapper function.
|
||||||
|
|
||||||
@ -34,13 +38,15 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
|
|||||||
|
|
||||||
--version show version information and exit
|
--version show version information and exit
|
||||||
|
|
||||||
## INTERNAL OPTIONS
|
INTERNAL OPTIONS
|
||||||
|
----------------
|
||||||
|
|
||||||
-b, --bash enclose directory with quotes to prevent errors
|
-b, --bash enclose directory with quotes to prevent errors
|
||||||
|
|
||||||
--completion prevent key weight decay over time
|
--completion prevent key weight decay over time
|
||||||
|
|
||||||
## ADVANCED USAGE
|
ADVANCED USAGE
|
||||||
|
--------------
|
||||||
|
|
||||||
- Prefer Symbolic Links
|
- Prefer Symbolic Links
|
||||||
|
|
||||||
@ -62,36 +68,42 @@ Options must be passed to 'autojump' and not the 'j' wrapper function.
|
|||||||
|
|
||||||
All negative key weights are purged automatically.
|
All negative key weights are purged automatically.
|
||||||
|
|
||||||
## FILES
|
FILES
|
||||||
|
-----
|
||||||
|
|
||||||
If installed locally, autojump is self-contained in *\~/.autojump/*.
|
If installed locally, autojump is self-contained in *\~/.autojump/*.
|
||||||
|
|
||||||
The database is stored in *$XDG\_DATA\_HOME/autojump/autojump.txt*.
|
The database is stored in *$XDG\_DATA\_HOME/autojump/autojump.txt*.
|
||||||
|
|
||||||
## REPORTING BUGS
|
REPORTING BUGS
|
||||||
|
--------------
|
||||||
|
|
||||||
For any issues please visit the following URL:
|
For any issues please visit the following URL:
|
||||||
|
|
||||||
*https://github.com/joelthelion/autojump/issues*
|
*https://github.com/joelthelion/autojump/issues*
|
||||||
|
|
||||||
## THANKS
|
THANKS
|
||||||
|
------
|
||||||
|
|
||||||
Special thanks goes out to: Pierre Gueth, Simon Marache-Francisco,
|
Special thanks goes out to: Pierre Gueth, Simon Marache-Francisco,
|
||||||
Daniel Jackoway, and many others.
|
Daniel Jackoway, and many others.
|
||||||
|
|
||||||
## AUTHORS
|
AUTHORS
|
||||||
|
-------
|
||||||
|
|
||||||
autojump was originally written by Joël Schaerer, and currently
|
autojump was originally written by Joël Schaerer, and currently
|
||||||
maintained by William Ting.
|
maintained by William Ting.
|
||||||
|
|
||||||
## COPYRIGHT
|
COPYRIGHT
|
||||||
|
---------
|
||||||
|
|
||||||
Copyright © 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL
|
Copyright © 2012 Free Software Foundation, Inc. License GPLv3+: GNU GPL
|
||||||
version 3 or later <http://gnu.org/licenses/gpl.html>. This is free
|
version 3 or later <http://gnu.org/licenses/gpl.html>. This is free
|
||||||
software: you are free to change and redistribute it. There is NO
|
software: you are free to change and redistribute it. There is NO
|
||||||
WARRANTY, to the extent permitted by law.
|
WARRANTY, to the extent permitted by law.
|
||||||
|
|
||||||
## INSTALLATION
|
INSTALLATION
|
||||||
|
------------
|
||||||
|
|
||||||
### REQUIREMENTS
|
### REQUIREMENTS
|
||||||
|
|
||||||
@ -119,11 +131,11 @@ etc):
|
|||||||
|
|
||||||
**Mac**
|
**Mac**
|
||||||
|
|
||||||
Homebrew is the recommended installation method for Mac OS X::
|
Homebrew is the recommended installation method for Mac OS X:
|
||||||
|
|
||||||
brew install autojump
|
brew install autojump
|
||||||
|
|
||||||
MacPorts also available::
|
MacPorts also available:
|
||||||
|
|
||||||
port install autojump
|
port install autojump
|
||||||
|
|
||||||
@ -134,11 +146,11 @@ for an up to date listing of installation methods.
|
|||||||
|
|
||||||
### MANUAL INSTALLATION
|
### MANUAL INSTALLATION
|
||||||
|
|
||||||
Grab a copy of autojump::
|
Grab a copy of autojump:
|
||||||
|
|
||||||
git clone git://github.com/joelthelion/autojump.git
|
git clone git://github.com/joelthelion/autojump.git
|
||||||
|
|
||||||
Run the installation script::
|
Run the installation script:
|
||||||
|
|
||||||
cd autojump
|
cd autojump
|
||||||
./install.sh [ --local ] [ --zsh ]
|
./install.sh [ --local ] [ --zsh ]
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
autojump - a faster way to navigate your filesystem
|
autojump - a faster way to navigate your filesystem
|
||||||
.SS SYNOPSIS
|
.SS SYNOPSIS
|
||||||
.PP
|
.PP
|
||||||
Jump to a previously visited directory `foobar':
|
Jump to a previously visited directory \[aq]foobar\[aq]:
|
||||||
.IP
|
.IP
|
||||||
.nf
|
.nf
|
||||||
\f[C]
|
\f[C]
|
||||||
@ -28,7 +28,8 @@ The jumpstat command shows you the current contents of the database.
|
|||||||
Directories must be visited first before they can be jumped to.
|
Directories must be visited first before they can be jumped to.
|
||||||
.SS OPTIONS
|
.SS OPTIONS
|
||||||
.PP
|
.PP
|
||||||
Options must be passed to `autojump' and not the `j' wrapper function.
|
Options must be passed to \[aq]autojump\[aq] and not the \[aq]j\[aq]
|
||||||
|
wrapper function.
|
||||||
.IP
|
.IP
|
||||||
.nf
|
.nf
|
||||||
\f[C]
|
\f[C]
|
||||||
@ -70,7 +71,7 @@ export\ AUTOJUMP_KEEP_SYMLINKS=1
|
|||||||
Change Directory Weight
|
Change Directory Weight
|
||||||
.RS 2
|
.RS 2
|
||||||
.PP
|
.PP
|
||||||
To manually change a directory's key weight, you can edit the file
|
To manually change a directory\[aq]s key weight, you can edit the file
|
||||||
\f[I]$XDG_DATA_HOME/autojump/autojump.txt\f[].
|
\f[I]$XDG_DATA_HOME/autojump/autojump.txt\f[].
|
||||||
Each entry has two columns.
|
Each entry has two columns.
|
||||||
The first is the key weight and the second is the path:
|
The first is the key weight and the second is the path:
|
||||||
|
Loading…
Reference in New Issue
Block a user