Skip to content

garrou/fd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

51 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fd

A fast, concurrent files finder.

Commands

fd -h
fd [flags] [search]

Examples

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

## search recursively
# with extension 'go'
# in location parent directory
# entry who contains 'main'
fd -e go -l ../ main

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

# search recursively
# in folder anothapp-services
# exclude node_modules, models controllers services
# search with pattern "^*js"
# search file
fd -l ..\anothapp-services\ -x "node_modules models controllers services" -p -t f "^*js"

About

A fast, concurrent files finder

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages