ignore-pipe

1.1.0 • Public • Published

ignore-pipe

ignore-pipe filters stdin to files that to do not match the patterns in $HOME/.gitignore.

Installation

$ npm install -g ignore-pipe

Example

$ find .
./module.py
./module.pyc
./tests/__init__.py
./node_modules/one/index.js
./node_modules/one/package.json
 
$ cat $HOME/.gitignore
*.pyc
node_modules
 
$ find . | ignore-pipe
./module.py
./tests/__init__.py

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.0
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i ignore-pipe

Weekly Downloads

1

Version

1.1.0

License

BSD

Last publish

Collaborators

  • beaugunderson