Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dice

lightweight fortune generator that likes to be more ruthless than the standard fortune. meant to supplement fortune.

use

installation

./build.sh                     # builds dist/dice, data embedded

copy dist/dice anywhere and run it

installation with nix

nix run .                      # roll once
nix profile install .          # install `dice`
./bin/dice                     # from a checkout (needs fortune-mod)

to supplement fortune

if (( RANDOM % 2 )); then fortune; else dice; fi

fortunes

entries in share/fortune are separated by %

About

Lightweight fortune generator

Resources

Stars

0 stars

Watchers

0 watching

Forks

Contributors

Languages