2 个版本 (1 个稳定版)
新 1.1.0 | 2024年8月21日 |
---|---|
1.0.0-测试版 | 2023年4月8日 |
0.1.0 |
|
0.0.2 |
|
#190 在 命令行工具
每月下载量 126
16KB
310 行
为了进一步学习 Rust,我们跟随了一些教程,其中一个是关于创建一个小的 "grep" 克隆。经过一段时间的编码,我们玩得非常开心,于是进一步扩展了这个项目...
主要功能
- 搜索特定字符串
- 定位特定文件
安装
如果您只想使用该工具,您可以下载最新的发布版并通过命令行执行它。
# Locate the search.exe and execute it
search.exe --help
或者您可以下载仓库并自行编译。
# Clone the repository
git clone https://github.com/ValuONE/search
# Build the project
cargo build --release
它将在 target/release
中创建一个可执行文件!
或者简单地做
cargoinstall search
使用
要开始,只需输入 search.exe --help
,您现在应该看到以下输出
Usage: search.exe <COMMAND>
Commands:
locate Locate a file on your computer
find Find a string in a file
help Print this message or the help of the given subcommand(s)
Options:
-h, --help Print help
-V, --version Print version
贡献者
许可证
- MIT 许可证
- 版权所有 2023 © ValuONE
依赖项
~4–13MB
~118K SLoC