1
0
mirror of https://github.com/wting/autojump synced 2024-10-27 20:34:07 +00:00

describe jstat

This commit is contained in:
Joel Schaerer 2009-02-10 18:50:40 +01:00
parent b3300109c8
commit 7ad29dfec6

View File

@ -24,6 +24,26 @@ where dirspec is a few characters of the directory you want to jump to. It will
mp3
.P
could jump to /home/gwb/my\ mp3\ collection, if that is the directory in which you keep your mp3s.
.P
.B jstat
.P
will print out something in the lines of:
.P
54.5: /home/shared/musique
.P
60.0: /home/joel/workspace/coolstuff/glandu
.P
83.0: /home/joel/workspace/abs_user/autojump
.P
97.9: /home/joel/workspace/autojump
.P
141.8: /home/joel/workspace/vv
.P
161.7: /home/joel
.P
Total key weight: 1079
.P
The "key weight" reflects the amount of time you spend in a directory.
.SH BUGS
No known bugs at this time.
.SH AUTHOR