tempotui is a terminal UI for visualizing your Tempo time tracking per month.
It allows you to:
- configure automated (statutory) breaks
- adjust the start time of a working day
- A Tempo API token for the right Tempo region.
- Jira site URL, email, and Atlassian API token for account discovery.
brew tap robaerd/homebrew-tap
brew install --cask robaerd/homebrew-tap/tempotuiDownload the macOS archive from GitHub Releases.
cargo install --git https://github.com/robaerd/tempotuicargo runOn macOS and Linux, the app stores its config at:
$XDG_CONFIG_HOME/tempotui/config.toml- or
~/.config/tempotui/config.tomlwhenXDG_CONFIG_HOMEis unset
- If the saved credentials fail verification at startup, tempotui sends you back to Connection Setup instead of opening with bad settings.
- A
401from Tempo usually means your token belongs to a different Tempo region than the base URL you configured. - Jira is only used to look up your Atlassian
accountId. After that, tempotui loads your month from Tempo using the saved Tempo token and that account ID.
