teeny-file-search

1.2.0 • Public • Published

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

help example

Find files with the extension ".js" in the src folder

example with file extension

Find folders which name or path includes __tests__ in the src folder

example with folder name

Search in all the markdown files under the current folder with the keywords "Table of Content"

example with grep

Change the permissions to executable for all the files with extension ".sh" found under the bin folder

example with command

License

MIT © Arno Versini

Readme

Keywords

none

Package Sidebar

Install

npm i teeny-file-search

Weekly Downloads

1

Version

1.2.0

License

MIT

Unpacked Size

25 kB

Total Files

8

Last publish

Collaborators

  • aversini