Flip was designed to help you make difficult decisions quickly, it's simple but effective, Flip just flips coins directly in your command line. Initially built to answer the common whats for dinner conundrum, but now serves as a small project for learning about binary distribution for different platforms and package management systems.
USAGE: flip [--coins <coins>] [--disable]
OPTIONS:
-c, --coins <coins> The number of coins to flip.
-d, --disable Disable animated and colored output.
-h, --help Show help information.Flip is provided by both flip-bin and flip-git in the AUR for Arch based linux distributions.
brew install dominicegginton/formulae/flipFirstly before installing Flip from source please check the required build dependencies:
To download the source code simply clone the repository using Git and use Make to build and install Flip:
$ git clone https://github.com/dominicegginton/flip
$ cd flip
$ sudo make installYou are welcome to contribute by submitting a new bug report and features request on te GitHub Issue tracker and don't hesitate to submit a pull request I am always open for new contributes to hop on board.