Project

flipr

0.0
No commit activity in last 3 years
No release in over 3 years
A simple, configurable flip table / put table command-line application with optional rainbows.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.12
~> 10.0
~> 3.0

Runtime

 Project Readme

Flipr

A simple, configurable flip table / put table command-line application with optional rainbows.

TODO:

  • Stuff.

Screen Shot

lolololol

Installation

Gem Install

Since flipr is a gem, it's simple to install:

$ gem install flipr 

macOS Gem Install

By default, macOS will not install the command-line application in the /usr/bin/ directory; and if you're not using something like RVM and you're getting a permissions error, then this should work:

$ sudo gem install -n /usr/local/bin flipr 

Usage

FLIPR [ ╯ ' □']╯︵┻━┻)
  -f, --flip               Flip a table
  -p, --put                Put a table
  -F, --Flip-config=<s>    Flip table configuration
  -P, --Put-config=<s>     Put table configuration
  -l, --lol                Rainbow support, because we need it
  -h, --help               Show this message

Flip Table

$ ruby flipr.rb -f

Put Table

$ ruby flipr.rb -p

Specify your own Flips

$ ruby flipr.rb -f -F flips.yaml

Help

Program should default to a help menu when no flags are specified.

$ ruby flipr.rb

You can also ask for help.

$ ruby flipr.rb -h

License

The gem is available as open source under the terms of the MIT License.