Skip to content

A Visual Studio Code extension that let's GitHub contribution graph reflect better how long you code.

License

Notifications You must be signed in to change notification settings

emeleonufavour/scribe

Repository files navigation

Scribe

Overview

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.

Features

  • 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.

How to install the extension locally

  1. Download the extension from here Extension link

  2. Open Visual Studio Code.

  3. Go to the Extensions view (click on the Extensions icon in the Activity Bar on the side).

  4. Click on the three-dot menu (top right) and select Install from VSIX...

  5. Navigate to the location where you generated the .vsix file and select it.

This will install the extension in your local VS Code environment

How to Use

  1. Open the Command Palette (Ctrl+Shift+P or Cmd+Shift+P).
  2. Search for Activate Scribe to activate extension.
  3. Search for Restart Scribe to restart extension.
  4. Search for Disable Scribe to disable extension.
  5. Customize settings in settings.json or through the UI:
    "scribe.timerDurationMinutes": 30
         or
    
    Open the Settings in VS Code and search for Scribe. Set Timer Duration Minutes to any number (in minutes).

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

A Visual Studio Code extension that let's GitHub contribution graph reflect better how long you code.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published