1.7.3 • Published 7 months ago

fs-match v1.7.3

Weekly downloads
3
License
LGPL-3.0
Repository
github
Last release
7 months ago

FS match

A NodeJS package for finding folders, files & apps by Regular expression based on Asynchronous iteration of ES 9 & TypeScript.

NPM Dependency CI & CD

NPM

Use in another module

  • Example
    1. find
    2. which
  • Document
    • Online: URL or npm docs
    • Offline: npm start

Use in Command-line shell

Search files

# Search in current directory

fs-match -r full\.name\.pattern

# Search in a specific folder

fs-match root/path -r full\.name\.pattern

# Search first match in a specific folder

fs-match root/path -r full\.name\.pattern -c 1

Search apps

# Show in stdout

app-find chrome firefox

# Append result to an ini-like file

app-find chrome firefox -f .npmrc

# Append result to ".env" file in working directory (since npm@9 & fs-match@1.7)

app-find chrome firefox -c

Typical case

  1. Puppeteer browser
  2. Hexo migrator for Web
1.7.3

7 months ago

1.7.2

11 months ago

1.7.2-rc.0

2 years ago

1.7.1

2 years ago

1.7.0

2 years ago

1.6.0

3 years ago

1.5.0

5 years ago

1.4.0

5 years ago

1.3.5

7 years ago

1.3.4

7 years ago

1.3.3

7 years ago

1.3.2

7 years ago

1.3.1

7 years ago

1.3.0

7 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago

0.3.0

7 years ago

0.2.1

7 years ago

0.2.0

7 years ago