2017-05-09 23:45:36 +02:00
2017-05-09 23:40:57 +02:00
2017-05-09 23:28:16 +02:00
2017-05-09 23:28:16 +02:00
2017-05-09 23:27:10 +02:00
2017-05-09 23:45:36 +02:00

fnd

A modern, convenient and fast replacement for find.

Features:

  • Easy syntax. fnd PATTERN instead of find -iname '*PATTERN*'.
  • Colored output.
  • Regular expressions.
  • The command name is 25% shorter than 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
S
Description
A simple, fast and user-friendly alternative to 'find'
Readme
7.1 MiB
Languages
Rust 92.5%
Shell 6.6%
Makefile 0.7%
Awk 0.2%