Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/orisano/genfilter


https://github.com/orisano/genfilter

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# genfilter
genfilter is a tool for collect to generated files and filter to them in stream.

## Installation
```
go get github.com/orisano/genfilter
```

## How to use
```
$ genfilter
genfilter: subcommand is required:
Available SubCommands:
- apply
- build
```

```
$ genfilter build -h
Usage of build:
-d string
root directory (default ".")
-o string
output filter binary path (default "filter.gob")
```

```
$ genfilter apply -h
Usage of apply:
-f string
filter binary path (default "filter.gob")
-i string
input file (default "-")
-nv
not invert
```

## Author
Nao Yonashiro (@orisano)

## License
MIT