mirror of
https://github.com/wting/autojump
synced 2024-10-27 20:34:07 +00:00
ammend readme a bit
This commit is contained in:
parent
cbc030284e
commit
49a0c8abf6
8
README
8
README
@ -1,7 +1,5 @@
|
||||
AUTOJUMP - A faster way to navigate your filesystem
|
||||
===================================================
|
||||
|
||||
|
||||
AUTOJUMP - A cd command that learns
|
||||
===================================
|
||||
|
||||
One of the most used shell commands is "cd". A quick survey among my friends revealed that between 10 and 20% of all commands they type are actually cd commands! Unfortunately, jumping from one part of your system to another with cd requires to enter almost the full path, which isn't very practical and requires a lot of keystrokes.
|
||||
|
||||
@ -12,6 +10,8 @@ autojump is a faster way to navigate your filesystem. It works by maintaining a
|
||||
where dirspec is a few characters of the directory you want to jump to. It will jump to the most used directory whose
|
||||
name matches the pattern given in dirspec.
|
||||
|
||||
Autojump supports tab completion. Try it!
|
||||
|
||||
EXAMPLES
|
||||
|
||||
<b>j</b> mp3
|
||||
|
@ -1,4 +0,0 @@
|
||||
# unrar(1) completion by Guillaume Rousse <rousse@ccr.jussieu.fr>
|
||||
#
|
||||
# $Id: unrar,v 1.4 2004/07/05 23:37:47 ianmacd Exp $
|
||||
|
Loading…
Reference in New Issue
Block a user