{"id":30351339,"url":"https://github.com/davidcacote/dev_timer_tracker","last_synced_at":"2026-05-15T20:02:13.844Z","repository":{"id":306609472,"uuid":"1026208685","full_name":"davidcacote/dev_timer_tracker","owner":"davidcacote","description":"A VS Code extension that tracks time spent on different Git branches with a beautiful tab-based interface.","archived":false,"fork":false,"pushed_at":"2025-08-15T22:31:54.000Z","size":13002,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-16T00:27:15.442Z","etag":null,"topics":["branch","devs","timer","trackers","vscode-extension"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/davidcacote.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-07-25T13:43:43.000Z","updated_at":"2025-08-10T00:03:35.000Z","dependencies_parsed_at":"2025-07-26T19:59:01.275Z","dependency_job_id":"d46be01d-3664-4dec-9344-2c7d52574d83","html_url":"https://github.com/davidcacote/dev_timer_tracker","commit_stats":null,"previous_names":["davidcacote/dev_timer_tracker"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/davidcacote/dev_timer_tracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcacote%2Fdev_timer_tracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcacote%2Fdev_timer_tracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcacote%2Fdev_timer_tracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcacote%2Fdev_timer_tracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/davidcacote","download_url":"https://codeload.github.com/davidcacote/dev_timer_tracker/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/davidcacote%2Fdev_timer_tracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271073389,"owners_count":24694538,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["branch","devs","timer","trackers","vscode-extension"],"created_at":"2025-08-18T23:01:55.579Z","updated_at":"2026-05-15T20:02:13.839Z","avatar_url":"https://github.com/davidcacote.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Branch Time Tracker\n\nExtension to track your coding time per git branch.\n\n## Features\n\n- Tracks time spent on each Git branch\n\n![taskbar](media/screens/taskbar.jpg)\n\n- Mini tooltip with time spent on current branch\n\n![tooltip](media/screens/tooltip.jpg)\n\n- Displays statistics in a dedicated tab with visual percentage bars\n\n![stats](media/screens/stats.jpg)\n\n- Dark/light theme support\n- Saves time tracking data between sessions\n- Visual time distribution across branches\n- Manual refresh button for up-to-date statistics\n- Auto-refresh with configurable interval (1-300 seconds)\n- Real-time branch time tracking\n\n## Installation\n\n1. Install the extension from the [VS Code Marketplace](https://marketplace.visualstudio.com/items?itemName=davidcacote.branch-time-tracker)\n2. Open a Git repository in VS Code\n3. The extension will automatically start tracking branch time\n\n## Usage\n\n- The extension automatically tracks time when you switch between branches\n- Click the status bar item to open detailed statistics in a new tab\n- The statistics tab shows:\n  - Time spent per branch with visual percentage bars\n  - Current active branch\n  - Total time tracked across all branches\n  - Number of branches being tracked\n- Time is tracked in the background while you work\n\n### Viewing Statistics/Report\n\n1. Click on the time display in the status bar (e.g., \"2h 30m on branch\")\n2. A new tab will open with detailed statistics\n3. The view updates automatically when you switch branches\n\n## Requirements\n\n- VS Code 1.60.0 or higher\n- Git installed and configured in your system PATH\n\n## Extension Settings\n\nThis extension contributes the following settings:\n\n- `branchTimeTracker.updateInterval`: How often to update the branch time (in milliseconds)\n\n## 📊 Analysis \u0026 Documentation\n\nThis project includes comprehensive analysis documentation for each version:\n\n- **[Analysis Documentation](./analysis/)** - Complete analysis of code quality, UX, and development roadmaps\n\n## Build Process\n\nThis project includes a build system that organizes build artifacts in a `builds` directory by versions.\n\n### Prerequisites\n\n- Node.js (v14 or higher)\n- npm (comes with Node.js)\n- VS Code Extension Manager (vsce)\n\n### Building the Extension\n\n1. **Install Dependencies**\n\n   ```bash\n   npm install\n   ```\n\n2. **Compile TypeScript**\n\n   ```bash\n   npm run compile\n   ```\n\n   This compiles the TypeScript code to the `builds/out` directory.\n\n3. **Package the Extension**\n\n   ```bash\n   npm run vscode:package\n   ```\n\n   This creates a VSIX file in the `builds` directory with a timestamp in the filename (e.g., `branch-time-tracker-0.3.3-20250725-224600.vsix`).\n\n## Release Notes\n\n### 0.3.4 (Latest)\n\n- Consolidated auto-refresh (single interval, immediate apply)\n- Webview live updates when visible (panel timer, proper lifecycle)\n- Debounced status bar updates (reduced flicker)\n- Data validation + backup on corruption; atomic saves\n- Timer lifecycle hardening (no accrual when paused/no workspace)\n\n### 0.3.3\n\n- Memory leak prevention and performance optimizations\n- Real-time branch change detection improvements\n- Enhanced error handling and user feedback\n- Race condition prevention in git operations\n\n### 0.3.2\n\n- Improved error handling for git operations\n- Fixed potential memory leaks in the statistics view\n- Enhanced stability and performance\n\n### 0.3.1\n\n- Manual refresh button in the statistics view\n- Auto-refresh toggle with configurable interval\n- Improved UI for refresh controls\n\n### 0.3.0\n\n- New tab-based statistics view with improved visualization\n- Visual percentage bars for time distribution\n- Dark/light theme support\n- Better visual hierarchy and formatting\n\n### 0.2.2\n\n- Removed seconds from status bar for cleaner look\n- Updated publisher information\n- Fixed icon display issues\n\n### 0.1.0-alpha\n\nInitial alpha release with basic branch time tracking functionality.\n\n- Automatic branch detection\n- Time statistics display\n\nFor detailed changelog, see [CHANGELOG.md](./CHANGELOG.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcacote%2Fdev_timer_tracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdavidcacote%2Fdev_timer_tracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdavidcacote%2Fdev_timer_tracker/lists"}