mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
minor documentation reformat
This commit is contained in:
parent
7b4a54ccc1
commit
1b5d9df854
@ -28,7 +28,7 @@ INSTALLATION
|
||||
|
||||
### REQUIREMENTS
|
||||
|
||||
- Python v2.6
|
||||
- Python v2.6+
|
||||
- Bash v4.0 for tab completion (or zsh)
|
||||
|
||||
If you are unable to update Python to a supported version, older
|
||||
|
@ -34,7 +34,7 @@ import re
|
||||
import shutil
|
||||
from tempfile import NamedTemporaryFile
|
||||
|
||||
VERSION = 'release-v21.0.1'
|
||||
VERSION = 'release-v21.0.2'
|
||||
MAX_KEYWEIGHT = 1000
|
||||
MAX_STORED_PATHS = 1000
|
||||
COMPLETION_SEPARATOR = '__'
|
||||
|
@ -13,4 +13,7 @@ Show all database entries and their respective key weights:
|
||||
|
||||
## 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 `j --stat` command shows you the current contents of the database. Directories must be visited first before they can be jumped to.
|
||||
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.
|
||||
|
@ -2,10 +2,11 @@
|
||||
|
||||
### REQUIREMENTS
|
||||
|
||||
- Python v2.6
|
||||
- Python v2.6+
|
||||
- Bash v4.0 for tab completion (or zsh)
|
||||
|
||||
If you are unable to update Python to a supported version, older versions of autojump can be [downloaded][dl] and installed manually.
|
||||
If you are unable to update Python to a supported version, older versions of
|
||||
autojump can be [downloaded][dl] and installed manually.
|
||||
|
||||
- Python v2.4 is supported by [release v12][v12].
|
||||
|
||||
@ -13,7 +14,8 @@ If you are unable to update Python to a supported version, older versions of aut
|
||||
|
||||
**Linux**
|
||||
|
||||
autojump is included in the following distro repositories, please use relevant package management utilities to install (e.g. yum, apt-get, etc):
|
||||
autojump is included in the following distro repositories, please use relevant
|
||||
package management utilities to install (e.g. yum, apt-get, etc):
|
||||
|
||||
- Debian\* testing/unstable, Ubuntu, Linux Mint
|
||||
- RedHat, Fedora, CentOS
|
||||
@ -22,7 +24,8 @@ autojump is included in the following distro repositories, please use relevant p
|
||||
- Frugalware
|
||||
- Slackware
|
||||
|
||||
\* Requires manual activation for policy reasons, please see ``/usr/share/doc/autojump/README.Debian``.
|
||||
\* Requires manual activation for policy reasons, please see
|
||||
``/usr/share/doc/autojump/README.Debian``.
|
||||
|
||||
**Mac**
|
||||
|
||||
@ -53,7 +56,8 @@ and follow on screen instructions.
|
||||
|
||||
### MANUAL UNINSTALLATION
|
||||
|
||||
It is recommended to use your distribution's relevant package management utilities, unless you installed manually or ran into uninstallation issues.
|
||||
It is recommended to use your distribution's relevant package management
|
||||
utilities, unless you installed manually or ran into uninstallation issues.
|
||||
|
||||
Grab a copy of autojump:
|
||||
|
||||
@ -66,7 +70,8 @@ Run the uninstallation script:
|
||||
|
||||
and follow on screen instructions.
|
||||
|
||||
If you keep getting `autojump: command not found` at the prompt, do:`unset PROMPT_COMMAND`. You can also restart your shell.
|
||||
If you keep getting `autojump: command not found` at the prompt, do:`unset
|
||||
PROMPT_COMMAND`. You can also restart your shell.
|
||||
|
||||
[dl]: https://github.com/joelthelion/autojump/downloads
|
||||
[v12]: https://github.com/downloads/joelthelion/autojump/autojump_v12.tar.gz
|
||||
|
Loading…
Reference in New Issue
Block a user