5 ms·
This is z, no?
by dag11 1y ago
This is z, no?
- sevg 1y agoThere is a different project called z: https://github.com/rupa/z https://github.com/rupa/z I’d never heard of it but it was the first search result for “z github”.
- eddyg 1y agoOr the pure zsh version, which is superior, since it eliminates a ton of forking by eliminating calls to external tools (the original z script relies heavily on awk, sort, date, sed, mv, rm, and chown). There are also significant stability improvements to the database thanks to proper locking. https://github.com/agkozak/zsh-z https://github.com/agkozak/zsh-z
- derintegrative 1y agoFailed twenty ways to Sunday if I set `ZSHZ_DATA="$HOME/.local/share/zsh-z"` . Could not get it to recover from it.