README.md (550B)
1 # Organisation Utils 2 3 A set of utilities for organising my life: 4 * Schedule 5 * Day countdown 6 * Spending tracker 7 * Daily log 8 * Calorie tracker 9 10 ## Dependancies 11 12 * Golang, should compile on go 1.19 (e.g. Bookworm's version) 13 * [fzf](https://github.com/junegunn/fzf) 14 * A terminal text editor, with `EDITOR` and/or `VISUAL` set 15 16 ## Building 17 18 Run `make` to build the programs 19 Each is a standalone binary 20 `make install` will install them to `~/.local/bin` 21 `make full` will compile, install and cleanup 22 23 ## Usage 24 25 Run program `-h` for usage information