Description
This is a CLI app written in Go which interacts with Moco time tracking.
Motivation
I wasn't happy with the web interface provided by Moco, so I decided to build one as a CLI app so I wouldn't have to leave the terminal to log/track my working time. This was an experiment to learn about TUI applications in Go as much as anything else.
Results
I built a simple CLI app with the Cobra framework, and made it look pretty with help from Charm libraries. If your workplace uses Moco for time tracking, I'd recommend giving it a try. It can be installed with homebrew if you're on MacOS. Otherwise it's fairly straightforward to build yourself if you're not.