From 390bca4291cb814ade7d3d94f924a70ee9af8739 Mon Sep 17 00:00:00 2001 From: Christopher Brown Date: Sat, 7 Jan 2012 08:20:09 -0600 Subject: [PATCH] Added snippets to documentation (README and man page) showing use of main command to print out matches. --- README.rst | 6 +++++- autojump.1 | 7 ++++++- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 9ab5871..fd6aa00 100644 --- a/README.rst +++ b/README.rst @@ -30,9 +30,13 @@ Examples 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 -will print out something in the lines of:: +will print out something along the lines of:: ... 54.5: /home/shared/musique diff --git a/autojump.1 b/autojump.1 index c3b93fa..75aace1 100644 --- a/autojump.1 +++ b/autojump.1 @@ -29,9 +29,14 @@ mp3 .P could jump to "/home/gwb/my\ mp3\ collection", if that is the directory in which you keep your mp3s. .P +.B autojump +mp3 +.P +prints out something like "/home/gwb/my\ mp3\ collection", but does not jump to that directory. +.P .B jumpstat .P -will print out something in the lines of: +will print out something along the lines of: .P 54.5: /home/shared/musique .P