Skip to content

picatz/flipz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

flipz

Table flipping command-line utility.

Install

$ go get github.com/picatz/flipz

Build from Source

$ go get github.com/urfave/cli
$ git clone github.com/picatz/flipz
$ cd flipz
$ go build main.go 

Command-line Options

The flip command flips a table. This is also the default command.

$ flipz flip
[ ╯ '']╯︵┻━┻)

The put command puts a table back (to be flipped again!).

$ flipz put
┬──┬ノ[・ω・ ノ ]

Help Menu

NAME:
   flipz - command-line flip table utility

USAGE:
   main [global options] command [command options] [arguments...]

VERSION:
   1.0.0

COMMANDS:
     flip, f  random flip table
     put, p   random put table
     help, h  Shows a list of commands or help for one command

GLOBAL OPTIONS:
   --help, -h     show help
   --version, -v  print the version

About

Table flipping command-line utility.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Languages