A simple, fast and user-friendly alternative to 'find'
Go to file
David Peter b97038f0c1 Update README.md 2017-05-13 00:07:32 +02:00
src Re-structure 2017-05-12 23:23:57 +02:00
.gitignore Re-write in rust 2017-05-12 11:50:54 +02:00
.travis.yml Add .travis.yml 2017-05-12 13:41:26 +02:00
Cargo.lock Detect interactive terminal, closes #11 2017-05-12 22:50:52 +02:00
Cargo.toml Detect interactive terminal, closes #11 2017-05-12 22:50:52 +02:00
LICENSE Initial commit 2017-05-09 23:27:10 +02:00
README.md Update README.md 2017-05-13 00:07:32 +02:00

README.md

fd

Build Status

fd is a modern, convenient and fast replacement for find.

Features

  • Convenient syntax: fd PATTERN instead of find -iname '*PATTERN*'.
  • Colorized output.
  • Regular expressions.
  • Smart case: the search is case-insensitive by default, but will be case-sensitive if the pattern contains an uppercase character.
  • Ignore hidden directories / files by default.
  • Unicode-aware.
  • The command name is 50% shorter than find :-).

Demo

Build

cargo build --release

Install

cargo install

The release page also includes precompiled binaries for Linux.