氧化锌
浏览文件系统的更快方法
目录
介绍
受和启发, zoxide是cd快速替代品。 它会跟踪您最常使用的目录,并使用排名算法导航到最匹配的目录。
例子
z foo # cd to highest ranked directory matching foo
z foo bar # cd to highest ranked directory matching foo and bar
z foo/ # can also cd into actual directories
zi foo # cd with interactive selection using fzf
zq foo # echo the best match, don't cd
za /foo # add /foo to the database
zr /foo # remove /foo from the database
入门
步骤1:安装zoxide
zoxide适用于所有主要平台。 如果您的发行版未包含在下面的列表中,则可以直接从GitHub安装
1