~maxgyver83/z.rc

z - jump around in your rc shell
Replace old README with new README.md
Update man page and Makefile; add z.1.scd
Migrate z from bash/zsh to rc

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~maxgyver83/z.rc
read/write
git@git.sr.ht:~maxgyver83/z.rc

You can also use your local clone with git send-email.

#z - jump around

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.

#Installation

Put something like this in your $home/.rcrc:

. /path/to/z.rc

#Usage

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.

#Restriction

Unlike rupa/z for bash and zsh, this implementation for rc does not support command argument completion.

#Bugs

Please file bugs at https://lists.sr.ht/~maxgyver83/z.rc.