Thyme is a stopwatch in your taskbar with history, notes and a Kimai integration.
Windows: Download and run the latest installer from the release page.
Linux: Download the latest AppImage from the release page, make it executable (chmod a+x thyme-*
) and run it. Note that not every desktop environment supports tray icons out-of-the-box (on GNOME, you can install Extension Manager and install the "AppIndicator and KStatusNotifierItem Support" extension).
Other platforms: As of now, you'll have to build from source: git clone https://github.com/JupiterPi/thyme && cd thyme && npm i && npm run build
- The tray icon is an activity indicator that lights up green/gray to indicate that the stopwatch is/isn't running. Click it to toggle the stopwatch. Double-click to show/hide the UI window(s).
- Every time you stop the stopwatch, an entry is saved to the history including the start and end time.
- Save small notes at any time to document what you're doing.
- The small dashboard shows you information about a running stopwatch.
- The history page displays all entries in chronological order and grouped by day.
- Advanced editing: Edit entries' start and end times, delete them, merge two entries, insert entries, insert pauses...
- The timeline page displays one day's entries like a calendar.
- Export your data in CSV format.
- Kimai integration: Simply bring your domain and API key. Choose a project and activity from Kimai for new entries. All future entries will be synced to Kimai, including notes.
Thyme is in development, and more features are on the way.
I hope you enjoy using Thyme 🌿