文件名称:itree:用于文件系统导航的交互式树命令
文件大小:304KB
文件格式:ZIP
更新时间:2024-06-12 03:57:26
shell navigation cd filesystem cli-utilities
伊特里 用于文件系统导航的交互式树命令。 要求 去> = 1.11 安装 克隆存储库 git clone https://github.com/lobocv/itree 安装itree sudo ./install.sh 用法 安装后,使用itree很简单,只需键入itree,您的当前终端中将打开一个交互式树导航器。 itree 按ESC , q或CTRL+C退出。 使用箭头键可以轻松地从当前目录开始浏览目录树。 退出itree时,itree将更改为您导航到的目录。 如果没有安装,则必须编译go二进制文件并按以下方式调用itree: go build itree.go eval $( ./itree ) 热键 itree还提供了一些其他便捷的热键,以简化导航。 按CTRL + h以显示所有可用热键的帮助屏幕。 CTRL + h打开帮助菜单以显示热键映射列表。 ← → -输
【文件预览】:
itree-master
----go.mod(288B)
----go.sum(2KB)
----install.sh(1KB)
----itree.go(16KB)
----ctx()
--------dir.go(5KB)
--------dir_test.go(4KB)
----README.md(2KB)
----itree.sh(188B)
----.gitignore(23B)
----itree.gif(306KB)