Collection of programs used on a daily basis:
- calc: RPN calculator
- chrono: chronometer
- cook: cooking timer
- feed2json: RSS feed parser to json format
- flooze: cash converter using ECB exchange rates
- fwiki: manage fossil wiki from the command line
- http-code: display HTTP status code for an url
- i3notify: notification fifo for i3
- i3radio: wrapper around radio(1) for i3 integration
- i3status-notif: custom i3status with notification area
- ipmi-lcd-set: set LCD display on Dell servers
- natospell: spell words using NATO phonetic alphabet
- phone: list contacts in a phonebook
- radio: command line radio player
- renew: monitor expiration of domains, certificates and discrete events
- retab: retabulate a markdown table
- rrdreel: live data visualisation framework
- soundmachine: command line soundmachine
- taillast: tail file from last saved offset
- thread: execute commands in parallel on a collection of hosts
Installation
Clone this repository using fossil:
$ fossil clone https://foutaise.org/fossil/toolbox toolbox.fossil
$ mdkir toolbox
$ cd toolbox
$ fossil open ../toolbox.fossil
Install all programs:
$ make
$ sudo make install
Install a single program:
$ cd src/<prog>
$ make
$ sudo make install