Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/orisano/genfilter
https://github.com/orisano/genfilter
Last synced: 24 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/orisano/genfilter
- Owner: orisano
- License: mit
- Created: 2019-02-21T07:44:19.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-09T07:22:29.000Z (over 3 years ago)
- Last Synced: 2024-10-04T17:51:24.416Z (about 1 month ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 0
- Watchers: 3
- 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