#文件搜索 #字符串搜索 #定位 #查找 #递归 #工具

应用 search

递归搜索工具,用于定位文件或查找文件中的特定字符串

2 个版本 (1 个稳定版)

1.1.0 2024年8月21日
1.0.0-测试版2023年4月8日
0.1.0 2020年5月21日
0.0.2 2014年11月21日

#190命令行工具

Download history 6/week @ 2024-07-06 126/week @ 2024-08-17

每月下载量 126

MIT 许可证

16KB
310



Release Language Stars Issues Forks

主要功能安装使用贡献者许可证

为了进一步学习 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

贡献者


许可证

GitHub license


依赖项

~4–13MB
~118K SLoC