grep-rs

Crates.iogrep-rs
lib.rsgrep-rs
version0.2.1
sourcesrc
created_at2024-03-23 08:47:16.873348
updated_at2024-03-25 10:28:55.323217
descriptionA tool to search files
homepage
repositoryhttps://github.com/InkCoderYmc/grsp
max_upload_size
id1183431
size6,058
Eil (InkCoderYmc)

documentation

README

项目目的:使用rust实现grep 功能:通过正则表达式实现文本内容或者输出内容的匹配检索 用于在文件中查找指定字符串,并返回匹配的行。

todo:

  • 实现行号显示
  • 实现文件名显示
  • 实现文件夹支持
Commit count: 14

cargo fmt