Let your Github contribution graph reflect how long you code. Scribe is a VS Code extension that helps track your coding activity. It allows you to:
- Set a timer for coding sessions.
- Log your coding activity duration.
- Customize the timer duration through settings.
- Timer Settings: Easily configure the timer duration for coding activity via VS Code settings.
- Command Integration: Run commands to start, stop, or view coding sessions.
- Lightweight Design: Minimal impact on system performance.
-
Download the extension from here Extension link
-
Open Visual Studio Code.
-
Go to the Extensions view (click on the Extensions icon in the Activity Bar on the side).
-
Click on the three-dot menu (top right) and select Install from VSIX...
-
Navigate to the location where you generated the .vsix file and select it.
This will install the extension in your local VS Code environment
- Open the Command Palette (
Ctrl+Shift+PorCmd+Shift+P). - Search for
Activate Scribeto activate extension. - Search for
Restart Scribeto restart extension. - Search for
Disable Scribeto disable extension. - Customize settings in
settings.jsonor through the UI:"scribe.timerDurationMinutes": 30
Open the Settings in VS Code and search for Scribe. Set Timer Duration Minutes to any number (in minutes).or
This project is licensed under the MIT License. See the LICENSE file for more details.