From 1b5d9df854082c91d07ce4da324784185dfedfbc Mon Sep 17 00:00:00 2001 From: William Ting Date: Tue, 30 Oct 2012 22:07:04 -0500 Subject: [PATCH] minor documentation reformat --- README.md | 2 +- bin/autojump | 2 +- docs/header.md | 5 ++++- docs/install.md | 17 +++++++++++------ 4 files changed, 17 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 6cf51a1..39d89f3 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/bin/autojump b/bin/autojump index d096ac9..e4ae61c 100755 --- a/bin/autojump +++ b/bin/autojump @@ -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 = '__' diff --git a/docs/header.md b/docs/header.md index 9e35471..1cca0be 100644 --- a/docs/header.md +++ b/docs/header.md @@ -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. diff --git a/docs/install.md b/docs/install.md index 965b842..594a93d 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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