glob-searcher

0.1.2 • Public • Published

glob-searcher

A real CLI to search folders and files using globs patterns.

Demo of glob-searcher

Install

npm i -g glob-searcher # or yarn global add glob-searcher

Usage

gs **/*.ts
gs src/**/*.js
gs *.!(*js)
glob-searcher **/*.*
gs

If you don't precise arguments, a prompt will be show to you, and you can select the directory or the file that you prefer. If you select a directory or a file, it will open it, using your explorer for directories and Visual Studio Code for files (code command must be registered).

License

Code released under GPL-3.0 license.

Copyright ©, Olyno.

Readme

Keywords

Package Sidebar

Install

npm i glob-searcher

Weekly Downloads

0

Version

0.1.2

License

GPL-3.0-or-later

Unpacked Size

42.3 kB

Total Files

7

Last publish

Collaborators

  • olyno