Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tobimori/streamdeck-toggl
⏱️ Make time tracking a 🍰 piece of cake, with Toggl Track and Elgato Stream Deck (Toggl Track integration for Stream Deck)
https://github.com/tobimori/streamdeck-toggl
elgato javascript plugin stream-deck streamdeck streamdeck-sdk streamdecksdk timetracker timetracking toggl toggl-api
Last synced: 14 days ago
JSON representation
⏱️ Make time tracking a 🍰 piece of cake, with Toggl Track and Elgato Stream Deck (Toggl Track integration for Stream Deck)
- Host: GitHub
- URL: https://github.com/tobimori/streamdeck-toggl
- Owner: tobimori
- License: mit
- Archived: true
- Created: 2020-05-21T09:59:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-06T07:58:46.000Z (6 months ago)
- Last Synced: 2024-06-06T09:18:21.691Z (6 months ago)
- Topics: elgato, javascript, plugin, stream-deck, streamdeck, streamdeck-sdk, streamdecksdk, timetracker, timetracking, toggl, toggl-api
- Language: JavaScript
- Homepage:
- Size: 479 KB
- Stars: 120
- Watchers: 11
- Forks: 39
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unmmaintained!
The kind folks from @blueshiftone started [a fork, which you can find here](https://github.com/blueshiftone/streamdeck-toggl). Please use this version instead!___
# Hassle-free time tracking using [Elgato Stream Deck](https://www.elgato.com/en/gaming/stream-deck) and [Toggl Track](https://toggl.com/track/)
## ✏️ Setup
Just search for the Action "Toggl" within the Stream Deck app and install it. There is a button called "Toggl" available in section "Custom".
![PropertyInspector](resources/readme/PropertyInspector.png)
* **Title** is a default Stream Deck property available for every button in Stream Deck. You should leave it empty (see Button Label).
* **API Token** is your private API Token you can get from your [Toggl profile](https://track.toggl.com/profile). This Token is handled like a password. ***Don't share it***. Required.
* **Button Label** is used instead of *Title*. If the tracker isn't running, the Label is shown on the button. If the tracker is running the elapsed time is shown additionally. If *Title* is set, it will override *Button Label*.
* **Entry Name** describes the activity you want to report. It is not required but strongly recommended.
* **Workspace** is your workspace you start the time entries in. Required.
* **Project** is the project you want to assign the task to. Leave blank for no project. New projects can be added in Toggl.
* **Billable** sets Toggl's billable flag (for Toggl paid plans only).![StreamDeckScreenshot](resources/readme/StreamDeckScreenshot.png)
Just press any Toggl Button to start tracking time. The button should indicate tracking by turning red and showing the current tracking time (if no *Title* is set). The status of the button is defined by workspace, project and entry name. If you setup two identical buttons (even on different Stream Deck profiles), both button indicate the same. If you start or stop your timer using the Toggl app (web, desktop, mobile) Toggl for Stream Deck will follow by changing the status.
## 📞 Help
Feel free to ask your questions on [my Discord Server](https://discord.gg/YWy3UAy). Please use GitHub Issues for reporting bugs and requesting new features.
## 📄 License
streamdeck-toggl is licensed under the [MIT License](LICENSE).
## Known Issues
* Changing the *Button Label* wont change the *Title* immediately. Restart Stream Deck.