FateD is a dice roller for Fate Core that operates in two modes: dice or deck.
Pre-built binaries for MacOS, Linux, and Windows are available on github.
Building this project requires Go to be installed. On MacOS with Homebrew you
can just run brew install go. For linux either check your distrubutions
package manager or follow the instructions at https://golang.org/doc/install.
Running it then should be as simple as:
$ make
$ bin/fatedTo draw a single Fate card::
$ bin/fated drawTo roll dice instead::
$ fated rollIf you expect to draw or roll multiple times and want a cleaner interface, use
the -f, --foregroun option::
$ fated draw --foreground
$ fated roll --foreground