z icon indicating copy to clipboard operation
z copied to clipboard

I created a z.lua script would you please prompt it in "see also" section ??

Open skywind3000 opened this issue 6 years ago • 1 comments

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

skywind3000 avatar Jan 09 '19 16:01 skywind3000

I have introduced an enhanced matching algorithm, based on z's method, but more productive:

https://github.com/skywind3000/z.lua#enhanced-matching

skywind3000 avatar Feb 01 '19 14:02 skywind3000