z
z copied to clipboard
I created a z.lua script would you please prompt it in "see also" section ??
https://github.com/skywind3000/z.lua
features:
- 10x times faster than fasd and autojump
- 3x times faster than z.sh
- available for all the posix shells: bash, zsh, dash, sh, ash, busybox and etc.
- supports Windows cmd (with clink) and cmder
- self contained, no dependence on awk/gawk
- compatible with lua 5.1, 5.2 and 5.3+
- new "$_ZL_ADD_ONCE" to allow updating database only if
$PWD
changed. - cd with interactive selection (-i option) when there are multiple matches.
people on windows and embedded systems can benefit from z's idea now.
very grateful if it could be mentioned in README.md
I have introduced an enhanced matching algorithm, based on z's method, but more productive:
https://github.com/skywind3000/z.lua#enhanced-matching