grep-rs 0.2.1

A tool to search files
Documentation
1
2
3
4
5
6
7
8
项目目的:使用rust实现grep
功能:通过正则表达式实现文本内容或者输出内容的匹配检索
用于在文件中查找指定字符串,并返回匹配的行。

todo:
  - 实现行号显示
  - 实现文件名显示
  - 实现文件夹支持