Skip to content

Latest commit

 

History

History
53 lines (35 loc) · 687 Bytes

README.md

File metadata and controls

53 lines (35 loc) · 687 Bytes

Pipes


Screenshot


Description

TL;DR

This is a simple pipe generator thingy just for fun.

Making it works

Building requirements

  • Go

And nothing else is needed.

Testing

go run pipes.go

Building

git clone https://github.com/llathasa-veleth/pipes
cd pipes
go build

Running

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

TODO

  • Makefile
  • More options/flags
  • Releases
  • Windows support