Control your Solidtime project timers with Stream Deck keys. Quickly switch between what you are working on.
- Free: Download the latest release from GitHub Releases.
- Support the project: Buy it on the Elgato Marketplace for $5.
- Install the plugin from the Elgato Marketplace or from the GitHub Releases.
- Enter your Solidtime base URL and API Token. In Solidtime go to Profile Settings/Create API Token.
- Assign a project to a key and press it to start or stop tracking time.
- Start/stop project timers with one key press.
- Assign different projects or organizations per key.
- See running status and elapsed time on your Stream Deck.
- Add tags and descriptions directly when starting a timer.
- Stream Deck app 6.5 or newer (Windows 10 / macOS 12 or later).
- A Solidtime account.
- Plugin developed using Solidtime API v0.0.1
If you want to modify or run the plugin locally:
-
Clone this repository.
-
Install dependencies:
npm install
-
Build the plugin:
npm run build
-
Or run in watch mode (auto-build and restart Stream Deck):
npm run watch
-
The built plugin is output to the
com.benjavides.solidtime-deck.sdPluginfolder. Load it with the Elgato CLI or by placing it in your Stream Deck plugins directory.
