stint — macOS menu-bar + CLI client for Solidtime #1089
mariomeyer
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey folks 👋
I've been using Solidtime for a few months and wanted a more keyboard-driven flow than the web UI gives me — and increasingly, I wanted my AI agents to track their own work. So I built stint — a macOS app + CLI that syncs to Solidtime.
What it is:
stint start "fixing the bug") sharing the same SQLite database as the GUI — start a timer in the terminal, stop it from the menu barWhy the CLI matters more than it used to:
AI coding agents — Claude Code, Cursor, etc. — do meaningful work in my terminal now. They can call
stint start "implementing the auth refactor"at the start of a task andstint stopwhen they're done, with zero human in the loop. The entry lands in Solidtime exactly like a human-typed one, and I get honest tracking of work delegated to agents without having to remember to log it.For anyone billing AI-assisted work — or even just measuring how much your agents are actually accomplishing — that's a real unlock GUI-only trackers can't deliver.
Install:
Or
Docs: https://stint.reyem.tech
Source: https://github.com/reyemtech/stint (MIT)
Why I'm posting: mostly to thank the Solidtime team — your API + auth flows are clean enough that the client was a pleasure to build against. Also so other folks running self-hosted Solidtime can find it.
Currently macOS-only. No telemetry, no account (Solidtime is the account). Issues and feedback welcome on the GitHub repo.
Beta Was this translation helpful? Give feedback.
All reactions