leafoliage / rollin-cli

A dice tool (toy!) designed for command line!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rollin-Cli

A dice tool (toy!) designed for command line!

Installation

  1. Checkout the Release page and download the tar.gz file.
  2. Extract the tar.gz file and cd into the directory
cd rollin-cli_<os>_<arch>_<version>
  1. Copy the roll binary into /usr/bin
sudo cp roll /usr/bin

Usage

Command

roll <dice amount>d<dice face>

Result

<sum> [<number> ... <number>]

Example

roll 2d6 means rolling 2 dice with 6 faces; the result would be 3 [1 2]

About

A dice tool (toy!) designed for command line!


Languages

Language:Go 100.0%