Thanks to visit codestin.com
Credit goes to github.com

Skip to content
/ fd Public
forked from sharkdp/fd

A simple, fast and user-friendly alternative to 'find'

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

zombo/fd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple, fast and user-friendly alternative to 'find'

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Contributing

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Rust 100.0%