This commit is contained in:
David Peter 2017-05-09 23:35:34 +02:00 committed by GitHub
parent 8acb30bc41
commit dddd47e078
1 changed files with 18 additions and 0 deletions

View File

@ -1,6 +1,24 @@
# fnd
A modern, convenient and fast replacement for 'find'
## Examples
``` bash
> fnd
src
src/fnd.cpp
README.md
LICENSE
CMakeLists.txt
> fnd cpp
src/fnd.cpp
> fnd '[A-Z].*'
README.md
LICENSE
CMakeLists.txt
```
## Build
```bash
cmake .