2个版本
0.1.1 | 2022年12月28日 |
---|---|
0.1.0 | 2022年12月27日 |
#1329 in 文件系统
6KB
111 代码行
Frisk
Frisk是一个高效的命令行工具,用于在您的文件系统中搜索文件或文件夹
安装
Frisk发布在crates.io上。首先,安装包管理器cargo,然后安装frisk作为二进制crate
cargo install frisk
使用方法
$ frisk abc.txt
No path specified! So, starting search from /
/tmp/abc.txt
1731660 items have been searched in 0 seconds to spot 1 item(s)
$ touch /tmp/def.txt
$ frisk def.txt --dir_path /tmp/
/tmp/def.txt
26 items have been searched in 0 seconds to spot 1 item(s)
$ frisk --help
Spot file(s) or folder(s) in your filesystem by its name
Usage: frisk [OPTIONS] <file_name>
Arguments:
<file_name> Name or regex pattern of file(s) or folder(s)
Options:
--dir_path <dir_path> Path to dir from where search should begin
--follow_links Whether to follow symbolic links or NOT in the search
--skip_hidden Whether to include hidden files or NOT in the search
-h, --help Print help information
-V, --version Print version information
许可证
依赖项
~4–15MB
~137K SLoC