浏览代码

jstat -> jumpstat

pull/18/head
Joël Schaerer 15 年前
父节点
当前提交
f31336fc02
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. +2
    -2
      README

+ 2
- 2
README 查看文件

@ -3,7 +3,7 @@ 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.
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:
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 jumpstat 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
@ -18,7 +18,7 @@ EXAMPLES
could jump to "/home/gwb/my mp3 collection", if that is the directory in which you keep your mp3s.
<b>jstat</b>
<b>jumpstat</b>
will print out something in the lines of:

正在加载...
取消
保存