| cmd | ||
| .gitignore | ||
| go.mod | ||
| go.sum | ||
| LICENSE | ||
| main.go | ||
| Makefile | ||
| README.md | ||
simba
A unofficial command line interface to interact with the Hakuna time tracking software.
Installation
Go
If you have a working Go setup on your device, you can use go to install the latest version of the tool.
go install go.lks.li/matata@latest
Binary
If you just want a prebuilt binary, just download the one for your platform from the latest release, put it into a location included in your $PATH and make it executable, if not already.
Configuration
The default config location for simba is $HOME/.config/simba/. The main configuration is stored in a yaml file called config.yaml.
If the config can not be read when executing commands, you'll be prompted to enter some information to create a new config file in the mentioned location.
If your config is located somewhere else, you can specify it's location via the -c flag.
Usage
All the available commands and what they do are documented in the cli itself, see a list of available commands by running simba --help
ToDo
- Tests
- Documentation
- Order the output of the
simba timecommand - Version cmd for seeing the current tool version
License
The GNU GENERAL PUBLIC LICENSE - see LICENSE