Skip to content
This repository has been archived by the owner on May 29, 2023. It is now read-only.
/ teeny-file-search Public archive

Teeny File Search is a command line tool that can find files or folders that match a certain pattern or look for strings within those files and display them (think find and grep)

License

Notifications You must be signed in to change notification settings

aversini/teeny-file-search

Repository files navigation

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)

DEPRECATION NOTICE: For newer Node versions support, please use https://github.com/aversini/node-cli/tree/main/packages/search

Installation

> npm install --global teeny-file-search

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

About

Teeny File Search is a command line tool that can find files or folders that match a certain pattern or look for strings within those files and display them (think find and grep)

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published