Skip to content

q60/pipes

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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