#educational #super #txt #built #grep #file #ubberusted

bin+lib grafgrep

一个专为教育目的构建的超级简单的 grep 工具

2 个版本

0.1.1 2022 年 8 月 22 日
0.1.0 2022 年 8 月 22 日

#34#super

MIT 许可证

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 进行讨论,说明您想进行哪些更改。

请确保适当更新测试。

许可证

MIT

无运行时依赖