- print a random commonplace
- a binary-compatible downstream fork of Shlomi Fish's fortune-mod
Note
Method 1:
$ tar xvJf fortuna.tar.xz && cd fortuna
$ mkdir build && cd build
$ cmake .. # requires recode-devel, libcmocka-devel
$ make && make install
$ fortunaMethod 2:
Get fortune-mod and run:
$ rm /usr/share/games/fortune/*.dat
$ tar xvJf fortuna-devel.tar.xz && cd fortuna-devel
$ cp * /usr/share/games/fortune
$ echo alias fortuna=/usr/bin/fortune >> ~/.bashrc && source ~/.bashrc
$ fortuna
Latin: the name of a goddess, from fors 'chance, luck'. A nod to our classical connections.