mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
Migrated from home v3
18
Home.textile
18
Home.textile
@@ -1,15 +1,7 @@
|
|||||||
*NAME*
|
|
||||||
autojump - a faster way to navigate your filesystem
|
|
||||||
|
|
||||||
*SYNOPSIS
|
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.
|
||||||
|
|
||||||
j* dirspec
|
*autojump* is a faster way to navigate your filesystem. It works by maintaining a database of the directories you use the
|
||||||
|
|
||||||
*jstat
|
|
||||||
|
|
||||||
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 jstat command shows you the current contents of the database. You need to work a little
|
most from the command line. The jstat command shows you the current contents of the database. You need to work a little
|
||||||
bit before the database becomes useable. Once your database is reasonably complete, you can "jump" to a directory by
|
bit before the database becomes useable. Once your database is reasonably complete, you can "jump" to a directory by
|
||||||
typing:
|
typing:
|
||||||
@@ -23,7 +15,7 @@ name matches the pattern given in dirspec.
|
|||||||
|
|
||||||
<b>j</b> mp3
|
<b>j</b> mp3
|
||||||
|
|
||||||
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.
|
||||||
|
|
||||||
<b>jstat</b>
|
<b>jstat</b>
|
||||||
|
|
||||||
@@ -51,3 +43,7 @@ Joel Schaerer (joel.schaerer (at) laposte.net)
|
|||||||
*HISTORY*
|
*HISTORY*
|
||||||
|
|
||||||
2009 - First version.
|
2009 - First version.
|
||||||
|
|
||||||
|
*LICENSE*
|
||||||
|
|
||||||
|
autojump is distributed under the terms of the GPL, version 3.
|
||||||
|
|||||||
Reference in New Issue
Block a user