definiteIymaybe / vscode-branch-timer

Extension for track work duration on every branch

Home Page:https://marketplace.visualstudio.com/items?itemName=vscode-branch-timer.branch-timer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

branch-timer README

Features

Extension for track your work duration on every branch

  • For show Timer :

    Show branch timer

  • Control timer from status bar :

    Timer started

  • Copy Duration with branch:

    Copy Duration

  • Show branchs timers on sidebar with possibility to copy duration and refresh it:

    Sidebar view

  • Show branches & duration percents on pie chart and select current branch:

    Pie Chart

Release Notes

v0.0.1

  • Show branch timer
  • Control timer from status bar
  • Click on duration for copy it with branch

v0.0.2

  • Changed saved json directory And Added to .gitignore

v0.0.3

  • Auto enable extension
  • Avoid duplicated add json file to gitignore

v0.0.4

  • Stop timer when vscode unfocused

v0.1.0

  • Added sidebar view show :
    • Branch name
    • Branch duration
    • duration percentage
    • Copy & refresh buttons

v0.1.1

  • Minor updates on texts

v0.1.2

  • Sort branches by long duration

v0.1.4

  • Create .vscode folder if not exisT
  • Fixed timer issue

v0.1.5

  • Added pie chart to sidebar view

v0.1.7

  • Fixed branch undefined issue
  • Colored current branch

About

Extension for track work duration on every branch

https://marketplace.visualstudio.com/items?itemName=vscode-branch-timer.branch-timer

License:MIT License


Languages

Language:TypeScript 84.4%Language:CSS 13.1%Language:JavaScript 2.5%