https://github.com/orisano/genfilter
https://github.com/orisano/genfilter
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/orisano/genfilter
- Owner: orisano
- License: mit
- Created: 2019-02-21T07:44:19.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T07:22:29.000Z (about 5 years ago)
- Last Synced: 2025-03-25T05:34:29.664Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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