z.lua
z.lua copied to clipboard
:zap: A new cd command that helps you navigate faster by learning your habits.
Z现在只能加速之前访问过的路径,对于未访问过的路径,我们仍然需要使用cd进入一次,为什么不直接将cd的功能集成到z中,这样的话我们从始至终就只用使用一个命令就可以,不用在cd 和z之间切换,当然CD功能也需要支持类似忽略大小写.自动补全的基础功能.

怎么安装? 新手把`eval "$(lua /path/to/z.lua --init zsh)" `弄完就不知道干嘛了…… 至少说一下要安装lua和源码吧……
I installed lua in global by using `sudo apt install lua5.2`. After that, lua locates in `/usr/bin/lua`. I initialize the script by using `eval "$(lua /path/to/z.lua --init bash once enhanced)"`...
hopes add completions for current folder's files, that makes z can be used as 'cd'.
In bash, when the environment has `shopt -s nocasematch` set then options `-i` and `-I` are considered equal and so interactive fzf is never used. A solution is in the...
related issue with https://github.com/skywind3000/z.lua/issues/78
Because nfs problem, sometimes the path visited become unreachable, `zh` command will be hang up. How can i only use `zh` show path i can visit or just not let...
i have fzf installed, i'd love it if z.lua.plugin.sh would automatically detect that and add it as part of loading it in my plugin manager, i.e. zplugin load junegunn/fzf-bin zplugin...
Currently, z -c (and other options) match patterns against the whole directory to filter. However, this can be confusing (especially for z -c). As an example, assume z outputs: 2...