Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wakatime/desktop-wakatime
Windows & Linux system tray app for automatic time tracking and metrics generated from your Figma, Postman, etc. usage.
https://github.com/wakatime/desktop-wakatime
electron-application time-tracker time-tracking-app typescript
Last synced: 6 days ago
JSON representation
Windows & Linux system tray app for automatic time tracking and metrics generated from your Figma, Postman, etc. usage.
- Host: GitHub
- URL: https://github.com/wakatime/desktop-wakatime
- Owner: wakatime
- License: bsd-3-clause
- Created: 2024-03-29T03:40:05.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-12-18T16:15:40.000Z (about 1 month ago)
- Last Synced: 2025-01-09T07:05:20.600Z (13 days ago)
- Topics: electron-application, time-tracker, time-tracking-app, typescript
- Language: TypeScript
- Homepage: https://wakatime.com/windows
- Size: 637 KB
- Stars: 80
- Watchers: 7
- Forks: 10
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - wakatime/desktop-wakatime - Windows & Linux system tray app for automatic time tracking and metrics generated from your Figma, Postman, etc. usage. (TypeScript)
README
# desktop-wakatime
Desktop system tray app for automatic time tracking and metrics generated from your app usage activity.
## Install
Coming Soon...
## Usage
Keep the app running in your system tray, and your app usage will show on your [WakaTime dashboard][dashboard].
## Local Development Setup
```shell
git clone [email protected]:wakatime/desktop-wakatime.git
cd desktop-wakatime
npm i
npm run dev
```## Generate Release
To create a release build for the platform you are currently using, run the following command:
```shell
npm run build
```Once the build completes, you will find the installer file at the following path:
```shell
/release/wakatime-[Platform]-[Arch].[Extension]
```## Supported Apps
Before requesting support for a new app, first check the [list of supported apps][supported apps].
## Contributing
Pull requests and issues are welcome!
See [Contributing][contributing] for more details.Made with :heart: by the WakaTime Team.
[api key]: https://wakatime.com/api-key
[dashboard]: https://wakatime.com/
[supported apps]: https://github.com/wakatime/desktop-wakatime/blob/80fba053a1334f22f08c4d0b069be4951d15de95/electron/watchers/apps.ts#L3
[contributing]: CONTRIBUTING.md