This is a simple pipe generator thingy just for fun.
- Go
And nothing else is needed.
go run pipes.go
git clone https://github.com/llathasa-veleth/pipes
cd pipes
go build
You can grab latest binaries from releases.
chmod +x pipes
pipes --help # seek for help
pipes # run with default style
pipes -s thin # run with <thin> style
- Makefile
- More options/flags
Releases- Windows support