2 个版本
0.1.1 | 2022 年 8 月 22 日 |
---|---|
0.1.0 | 2022 年 8 月 22 日 |
#34 在 #super
5KB
87 行
grafgrep
gragrep 是一个超级简单小巧的 Rust 实现,专为教育目的构建。
安装
使用包管理器 cargo 安装 grafgrep。
cargo install grafgrep
使用方法
# file.txt contains
# Rust is a good tool
# and should be ubberusted
# returns 'and should be ubberusted'
grafgrep rust file.txt
# returns
# 'Rust is a good tool
# and should be ubberrusted'
IGNORE_CASE=1 grafgrep rust file.txt
贡献
欢迎提交拉取请求。对于重大更改,请首先创建一个 issue 进行讨论,说明您想进行哪些更改。
请确保适当更新测试。