diff options
author | David Sullins <david.sullins@gmail.com> | 2014-10-29 10:38:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-10-30 20:27:33 +0700 |
commit | 8747aade05bdb7edea3394d707bd88e3d84b914e (patch) | |
tree | 49a37f7ee2ec78ca48c9e7196879d738b2149d02 /system/z/README | |
parent | e00e0f2245087f33fa53f7c71640fa60558e208e (diff) | |
download | slackbuilds-8747aade05bdb7edea3394d707bd88e3d84b914e.tar.gz |
system/z: Added (bash/zsh extension).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/z/README')
-rw-r--r-- | system/z/README | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/system/z/README b/system/z/README new file mode 100644 index 0000000000..76992393c9 --- /dev/null +++ b/system/z/README @@ -0,0 +1,6 @@ +z is a bash/zsh extension that tracks your most used directories, +based on 'frecency'. After a short learning phase, z will take +you to the most 'frecent' directory that matches ALL of the regexes +given on the command line, in order. For example, z foo bar would +match /foo/bar but not /bar/foo. Frecency is a portmanteau of +'recent' and 'frequency'. |