2017-05-12 13:43:27 +02:00
2017-05-12 13:32:30 +02:00
2017-05-12 11:50:54 +02:00
2017-05-12 13:41:26 +02:00
2017-05-12 13:02:20 +02:00
2017-05-12 13:02:20 +02:00
2017-05-09 23:27:10 +02:00
2017-05-12 13:43:27 +02:00

fd

A modern, convenient and fast replacement for find.

Features:

  • Easy syntax: fd PATTERN instead of find -iname '*PATTERN*'.
  • Colored output.
  • Regular expressions.
  • Smart case: the search is case-insensitive by default, but will be case-sensitive if the pattern contains an uppercase character.
  • The command name is 50% shorter than find :-).

Examples

> fd
README.md
src
src/main.rs
Cargo.toml
LICENSE
Cargo.lock

> fd rs
src/main.rs

> fd '^[A-Z]+$'
LICENSE

Build

Build Status

cargo build
S
Description
A simple, fast and user-friendly alternative to 'find'
Readme 21 MiB
Languages
Rust 92.4%
Shell 6.7%
Makefile 0.7%
Awk 0.2%