An open API service indexing awesome lists of open source software.

https://github.com/startdusk/rgrep


https://github.com/startdusk/rgrep

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# rgrep

实现一个 rgrep,它是一个类似 grep 的工具

示例:

```bash
$ rgrep '恶意' 'e*.txt'
```

输出:

程序流程: