1.0.7 • Published 6 years ago

snfind v1.0.7

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

snfind

Recursively search for current directory files and folders

example:

# search all directory
snfind -d

# search all file
snfind -f

# -n find filename or directory name
snfind -f -n "^w.*\.js"

snfind -d -n "^w"

# -e exclude directory
snfind -e "node_modules|dist"

# close recursion search , default true
snfind -r false 

# include hidden file
snfind -h 
1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago