mirror of
https://github.com/wting/autojump
synced 2026-03-02 03:49:26 +00:00
Migrated from home v2
54
Home.textile
54
Home.textile
@@ -1 +1,53 @@
|
|||||||
Welcome to the autojump wiki!
|
*NAME*
|
||||||
|
autojump - a faster way to navigate your filesystem
|
||||||
|
|
||||||
|
*SYNOPSIS
|
||||||
|
|
||||||
|
j* dirspec
|
||||||
|
|
||||||
|
*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
|
||||||
|
bit before the database becomes useable. Once your database is reasonably complete, you can "jump" to a directory by
|
||||||
|
typing:
|
||||||
|
|
||||||
|
<b>j</b> dirspec
|
||||||
|
|
||||||
|
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.
|
||||||
|
|
||||||
|
*EXAMPLES*
|
||||||
|
|
||||||
|
<b>j</b> mp3
|
||||||
|
|
||||||
|
could jump to /home/gwb/my mp3 collection, if that is the directory in which you keep your mp3s.
|
||||||
|
|
||||||
|
<b>jstat</b>
|
||||||
|
|
||||||
|
will print out something in the lines of:
|
||||||
|
|
||||||
|
...
|
||||||
|
54.5: /home/shared/musique
|
||||||
|
60.0: /home/joel/workspace/coolstuff/glandu
|
||||||
|
83.0: /home/joel/workspace/abs_user/autojump
|
||||||
|
96.9: /home/joel/workspace/autojump
|
||||||
|
141.8: /home/joel/workspace/vv
|
||||||
|
161.7: /home/joel
|
||||||
|
Total key weight: 1077
|
||||||
|
|
||||||
|
The "key weight" reflects the amount of time you spend in a directory.
|
||||||
|
|
||||||
|
*BUGS*
|
||||||
|
|
||||||
|
No known bugs at this time.
|
||||||
|
|
||||||
|
*AUTHOR*
|
||||||
|
|
||||||
|
Joel Schaerer (joel.schaerer (at) laposte.net)
|
||||||
|
|
||||||
|
*HISTORY*
|
||||||
|
|
||||||
|
2009 - First version.
|
||||||
|
|||||||
Reference in New Issue
Block a user