1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-25 04:43:33 +00:00
freebsd-ports/sysutils/z/pkg-descr
Adam Weinberger ede56be858 Add sysutils/z
It's sortof like fzf meets cd

z 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. Because
they're regexes, z f b would take you to /foo/bar as well.

z is designed for use only with zsh and bash.

WWW: https://github.com/rupa/z/
2019-04-20 14:51:53 +00:00

13 lines
420 B
Plaintext

z 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. Because
they're regexes, z f b would take you to /foo/bar as well.
z is designed for use only with zsh and bash.
WWW: https://github.com/rupa/z/