https://github.com/worksofliam/vscode-simple-tracker
https://github.com/worksofliam/vscode-simple-tracker
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/worksofliam/vscode-simple-tracker
- Owner: worksofliam
- License: other
- Created: 2025-01-29T22:00:05.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-31T13:19:22.000Z (over 1 year ago)
- Last Synced: 2025-03-28T16:43:47.298Z (over 1 year ago)
- Language: TypeScript
- Size: 1.26 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
## Simple Tracker for VS Code
I wanted a tracker to see where my times goes inside of VS Code. I didn't want to use a 3rd party service to do it. So, I built this to track usage by day and write to a JSON file in the user's home directory.
**Install it, let it run, and the metrics will build up. Then, check in later for a fun surprise!**
#### Tracks
* Workspace folder names
* Seconds with that workspace open
* What branches you edited on
* What extensions you're working on and how many times you saved/edited them
* Tasks executed
* Debug sessions started
None of this data leaves your system.
#### How to view current metrics
Use the status bar item (on the right) which shows you the last day usage and seven day usage.
### Plans
Soon I will add a 'wrapped', which will give you some fun metrics based on your usage.
If you want to see the ideas for wrapped, see [./wrapped.md](./wrapped.md), though you might spoil the fun!