mirror of
https://github.com/sharkdp/fd.git
synced 2024-11-17 09:28:25 +01:00
A simple, fast and user-friendly alternative to 'find'
src | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md |
fnd
A modern, convenient and fast replacement for 'find'
Examples
> fnd
src
src/fnd.cpp
README.md
LICENSE
CMakeLists.txt
> fnd cpp
src/fnd.cpp
> fnd '[A-Z].*'
README.md
LICENSE
CMakeLists.txt
Build
cmake .
make