Skip to content

garrou/fd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fd

A fast, concurrent files finder.

Commands

fd -h
fd [flags] [search] [path]

Examples

# search recursively
# exclude migrations folder 
# with extension sql
fd -r -x=migrations -e sql

# search recursively
# get search time
# count result
# exclude node_modules
# search with pattern '.*Service.*$' 
# in folder 'anothapp-services'
fd -r -t -c -x=node_modules -p .*Service.*$ .\anothapp-services

About

A fast, concurrent files finder

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages