https://github.com/jca41/codewatch
https://github.com/jca41/codewatch
tauri-app
Last synced: 15 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/jca41/codewatch
- Owner: jca41
- Created: 2023-04-03T08:17:19.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-06-05T16:29:28.000Z (almost 2 years ago)
- Last Synced: 2024-11-02T17:36:25.018Z (6 months ago)
- Topics: tauri-app
- Language: Svelte
- Homepage:
- Size: 89.1 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-activitywatch - Codewatch
README
**CodeWatch** is an open source desktop client for [ActivityWatch](https://activitywatch.net). It focuses on software development and productivity related tasks.
https://user-images.githubusercontent.com/20280618/232332635-06021214-3d0e-49d7-801d-0eb7b7246c4c.mp4
# Install & setup
You can download the latest installer from the [releases section](https://github.com/jca41/codewatch/releases).
## Pre-requisites
- Install [ActivityWatch](https://activitywatch.net). Check out their homepage for instructions. Make sure the server is running.
- Install the extension for Visual Studio Code, here.
- Add an entry to the CORS configuration so the application can communicate with `aw-server`.Edit `~/Library/Application\ Support/activitywatchaw-server.toml` (Config docs) and add `cors_origins = "tauri://localhost"` to the `[server]` section.
# Platforms
- MacOS (universal installer)
We plan on creating installers for Windows and Linux.
# Code editors
- Visual Studio Code
We plan on extending this list as long as there's an activity watch extension for it already.
# Roadmap
Some of the features being considered:
- Filters by project and/or language
- Support more code editors
- Windows/Linux support
- Display CPU/RAM etc info with `Alwinator/aw-watcher-utilization`
- A more performant charts library
- Better error handling# Found a bug, have a suggestion?
Feel free to open an issue!