1 个不稳定版本
0.1.0 | 2023年4月3日 |
---|
#24 in #tmux-session
20KB
437 行
Yatap - 另一个终端应用程序选择器
或简称为 ta
,是一个 TUI 应用程序,允许您将文件夹添加到搜索列表中,以便在 Tmux 会话中打开应用程序
此 crate 处于 alpha 版本
用法
运行 ta
将在您的配置中搜索您添加的文件夹,并对它们进行模糊查找
使用 ta --help
Usage: ta [OPTIONS]
Options:
-c, --config <CONFIG> Path to config file
-h, --help Print help
-V, --version Print version
配置
paths: [] // Paths that you want to select folders
示例
paths: ["/home/oacs/dev", "/home/oac/.config"]
安装
Cargo
使用 cargo install yatap
或
从源代码
克隆仓库并使用以下命令安装:cargo install --path . --force
另请参阅
草案想法
依赖项
~25–43MB
~776K SLoC