11 个版本
0.3.8 | 2024 年 2 月 12 日 |
---|---|
0.3.7 | 2024 年 2 月 9 日 |
0.3.5 | 2022 年 11 月 10 日 |
0.2.0 | 2022 年 11 月 3 日 |
0.1.0 | 2022 年 11 月 3 日 |
#1965 in 命令行工具
每月下载量 48 次
54KB
1K SLoC
File Digger (rip_tree)
在 Rust 中重新创建流行的 tree 命令。一些目标包括
1. implementing popular tree commands,
2. creating a verison with similar performance,
3. a version with a nice looking command line output,
4. no external crates or dependencies,
5. search functionality that returns a list of paths
where a file or directory was found
安装
`cargo install riptree`
用法(即将推出更多功能)
just calling riptree will display the folders and files of the current directory
`riptree` (will use your current directory will not look through or display . folders or)
pass riptree a path to start somewhere besides the current directory
`riptree /some/path/to/somewhere/`
display dot folder and files
`riptree -a`
search for a file or directory in the current directory
`riptree 'query'`
dont display directories with more then the specified files
`riptree --filelimit #`
for more riptree --help
`riptree --help`