Replace old README with new README.md
Update man page and Makefile; add z.1.scd
Migrate z from bash/zsh to rc
rupa/z migrated to rc (Byron Rakitzis' implementation).
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
.
Put something like this in your $home/.rcrc
:
. /path/to/z.rc
cd
around for a while to build up the database ($home/.z
).
Then use for example z down
to jump to your Downloads folder.
See man ./z.1
for help. Or read z.1.scd.
Unlike rupa/z for bash and zsh, this implementation for rc does not support command argument completion.
Please file bugs at https://lists.sr.ht/~maxgyver83/z.rc.