petdance / altbox

Website for altbox.dev, the alternative toolbox for developers
https://altbox.dev/
47 stars 1 forks source link

Add z #13

Open petdance opened 5 years ago

petdance commented 5 years ago

https://github.com/rupa/z

kylesezhi commented 5 years ago

Alternative to: cd Project page: https://github.com/rupa/z Language: Bash

z - jump around

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.