commit ed87af3ea682bfec783fb85f971d717c359ac103 Author: regexghost <dev@regexghost.com> Date: Fri, 29 May 2026 13:06:36 +0100 added README Diffstat:
| A | README.md | | | 25 | +++++++++++++++++++++++++ |
1 file changed, 25 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -0,0 +1,25 @@ +# Organisation Utils + +A set of utilities for organising my life: +* Schedule +* Day countdown +* Spending tracker +* Daily log +* Calorie tracker + +## Dependancies + +* Golang, should compile on go 1.19 (e.g. Bookworm's version) +* [fzf](https://github.com/junegunn/fzf) +* A terminal text editor, with `EDITOR` and/or `VISUAL` set + +## Building + +Run `make` to build the programs +Each is a standalone binary +`make install` will install them to `~/.local/bin` +`make full` will compile, install and cleanup + +## Usage + +Run program `-h` for usage information