Browse Source

Added snippets to documentation (README and man page) showing use of main command to print out matches.

pull/88/head
Christopher Brown 12 years ago
parent
commit
390bca4291
2 changed files with 11 additions and 2 deletions
  1. +5
    -1
      README.rst
  2. +6
    -1
      autojump.1

+ 5
- 1
README.rst View File

@ -30,9 +30,13 @@ Examples
could jump to ``/home/gwb/my mp3 collection``, if that is the directory in which you keep your mp3s. :: could jump to ``/home/gwb/my mp3 collection``, if that is the directory in which you keep your mp3s. ::
autojump mp3
prints out something like ``/home/gwb/my\ mp3\ collection'', but does not jump to that directory. ::
jumpstat jumpstat
will print out something in the lines of::
will print out something along the lines of::
... ...
54.5: /home/shared/musique 54.5: /home/shared/musique

+ 6
- 1
autojump.1 View File

@ -29,9 +29,14 @@ mp3
.P .P
could jump to "/home/gwb/my\ mp3\ collection", if that is the directory in which you keep your mp3s. could jump to "/home/gwb/my\ mp3\ collection", if that is the directory in which you keep your mp3s.
.P .P
.B autojump
mp3
.P
prints out something like "/home/gwb/my\ mp3\ collection", but does not jump to that directory.
.P
.B jumpstat .B jumpstat
.P .P
will print out something in the lines of:
will print out something along the lines of:
.P .P
54.5: /home/shared/musique 54.5: /home/shared/musique
.P .P

Loading…
Cancel
Save