Teeny File Search is a command line tool that can:
- find files or folders that match a certain pattern
- look for string within those files and display them (think find and grep)
DEPRECATION NOTICE: For newer Node versions support, please use https://github.com/aversini/node-cli/tree/main/packages/search
> npm install --global teeny-file-search
Get help
Find files with the extension ".js" in the src
folder
Find folders which name or path includes __tests__ in the src
folder
Search in all the markdown files under the current folder with the keywords "Table of Content"
Change the permissions to executable for all the files with extension ".sh" found under the bin
folder
MIT © Arno Versini