1.2.0 • Published 3 years ago

teeny-file-search v1.2.0

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

Teeny File Search

npm David David GitHub Workflow Status

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)

Installation

> npm install --global teeny-file-search

Requirements

Node.js version 12 or higher is required.

Examples

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

License

MIT © Arno Versini