#find #command #clone

bin+lib rfind

简单克隆的 find 命令

2 个不稳定版本

0.2.0 2022 年 4 月 24 日
0.1.0 2022 年 4 月 22 日

#126 in #clone

MIT 许可证

6KB
108

rfind

rfind 是用 Rust 编写的 find 命令的简单克隆。

入门指南

使用 cargo 安装程序

cargo install rfind

用法

用法非常类似于 find 命令,但更简单。输入 rfind --help 查看帮助信息。

rfind 0.2.0
Kappa <f.cappetti.05@gmail.com>
A simple clone of the `find` command

USAGE:
    rfind [OPTIONS] [STARTING-POINT]...

ARGS:
    <STARTING-POINT>...    The starting-point of the program [default: .]

OPTIONS:
    -h, --help           Print help information
    -n, --name <NAME>    The regex to match
    -t, --type <TYPE>    The type of the file [possible values: f, d, l]
    -V, --version        Print version information

待办事项

  • 测试。
  • 改进错误处理。
  • 改进 CLI 界面和参数解析。
  • 多个起始点。
  • 大小、修改日期、权限和所有者选项。
  • 删除文件。

依赖关系

~4.5MB
~77K SLoC