charmite/README.md
Justin Hawkins d51f409497
All checks were successful
CI / test (push) Successful in 36s
Add basic docco
2025-06-20 12:17:39 +02:00

550 B

charmite

Charmite is a simple TUI to add/view time entries in the Mite time tracking tool.

Installation

Download the appropriate binary from https://code.ppl.town/justin/charmite/releases

Or compile from the source code with:

go build .

Using

You'll need to set the environment variables:

  • MITE_API
  • MITE_DOMAIN

To appropriate values.

See the Mite FAQ under "How do I allow API access for my account? Where can I get an API key?" for details on how to obtain your API key.