{"id":44914471,"url":"https://github.com/ozgen/git-worklists","last_synced_at":"2026-06-13T02:07:03.206Z","repository":{"id":337439011,"uuid":"1153616096","full_name":"ozgen/git-worklists","owner":"ozgen","description":"IntelliJ-style changelists, diff, bookmarks, and stash for VS Code. Organize changes, review diffs, and stage changes with precision using partial staging.","archived":false,"fork":false,"pushed_at":"2026-06-13T00:48:41.000Z","size":33628,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-13T01:14:45.431Z","etag":null,"topics":["amend","bookmarks","changelist","commit","diff-viewer","git","github","intellij","stage","staging","stash","typescript","vscode","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/ozgen.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-09T14:02:17.000Z","updated_at":"2026-06-13T00:48:45.000Z","dependencies_parsed_at":"2026-03-04T23:01:00.987Z","dependency_job_id":null,"html_url":"https://github.com/ozgen/git-worklists","commit_stats":null,"previous_names":["ozgen/git-worklists"],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/ozgen/git-worklists","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgen%2Fgit-worklists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgen%2Fgit-worklists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgen%2Fgit-worklists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgen%2Fgit-worklists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ozgen","download_url":"https://codeload.github.com/ozgen/git-worklists/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ozgen%2Fgit-worklists/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34269377,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-13T02:00:06.617Z","response_time":62,"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":["amend","bookmarks","changelist","commit","diff-viewer","git","github","intellij","stage","staging","stash","typescript","vscode","vscode-extension"],"created_at":"2026-02-18T01:18:23.266Z","updated_at":"2026-06-13T02:07:03.199Z","avatar_url":"https://github.com/ozgen.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Git Worklists\n\n[![CI](https://github.com/ozgen/git-worklists/actions/workflows/ci.yml/badge.svg)](https://github.com/ozgen/git-worklists/actions/workflows/ci.yml)\n[![Release](https://github.com/ozgen/git-worklists/actions/workflows/release.yml/badge.svg)](https://github.com/ozgen/git-worklists/actions/workflows/release.yml)\n[![codecov](https://codecov.io/gh/ozgen/git-worklists/branch/main/graph/badge.svg)](https://codecov.io/gh/ozgen/git-worklists)\n[![VS Code Marketplace](https://img.shields.io/visual-studio-marketplace/v/ozgen.git-worklists)](https://marketplace.visualstudio.com/items?itemName=ozgen.git-worklists)\n\n---\n\n## IntelliJ-style changelists for VS Code\n\nGit Worklists brings structured changelists to VS Code, allowing you to organize changes into clear, independent work units instead of managing a flat list of modified files.\n\nIt provides explicit control over:\n\n- staging\n- partial staging (line-level)\n- commits and amend\n- push workflows\n- stash management\n- **editor navigation via bookmarks**\n\nAll through a predictable UI built directly on top of the Git CLI.\n\nDesigned for developers who:\n\n- miss IntelliJ changelists\n- find VS Code’s default Source Control limiting\n- want precise and explicit control over commits\n\n---\n\n## Why Git Worklists?\n\nVS Code presents all changes in a flat list.\n\nGit Worklists lets you:\n\n- group related changes into changelists\n- stage and commit them independently\n- keep your work organized and intentional\n\n---\n\n## Demo\n\n### Core Workflow\n\n![Git Worklists demo](media/demo.gif)\n\n---\n\n## Additional Features\n\n### Multi-Repository Workspace Support\n\nSwitch between repositories directly from the status bar in multi-repo workspaces.\n\n![Multi repo demo](media/demo_multi_repo.gif)\n\n---\n\n### Drag \u0026 Drop and Changelist Management\n\nOrganize files quickly using drag and drop across changelists.\n\n![v0.7.0 new features demo](media/demo_dnd.gif)\n\n---\n\n### Conventional Commits Integration\n\nGenerate structured commit messages directly from the Commit Panel using the Conventional Commits extension.\n\n![Conventional Commits integration demo](media/demo-conventional.gif)\n\n---\n\n### Partial Line Staging\n\nStage selected lines directly from the editor or diff view.\n\n![Partial line staging demo](media/demo_partial_stage.gif)\n\n---\n\n### Stash Preview and Management\n\nInspect and manage stashed changes with file-level previews.\n\n![Stash diff preview demo](media/demo-stash-diff.gif)\n\n---\n\n### Bookmarks and Navigation\n\nSet bookmarks and jump quickly between important locations in your code.\n\n![Bookmark demo](media/demo_bmrk.gif)\n\n---\n\n## Key Features\n\n- IntelliJ-style changelists\n- Move files between changelists\n- Partial line staging\n- Dedicated commit panel (commit, amend, push)\n- Built-in stash management\n- Drag and drop organization\n- Explicit Git workflow with no hidden behavior\n- Editor bookmarks (1–9) with instant navigation\n\n---\n\n## Feature Overview\n\n### Changelists\n\n- Create, rename, and delete changelists\n- Move files between changelists\n- Drag and drop support\n- Stage and unstage per file or per group\n\n### Partial Staging\n\n- Stage selected lines from editor or diff\n- Clear indication of partially staged files\n\n### Commit Workflow\n\n- Dedicated commit panel\n- Commit, amend, commit \u0026 push\n- Push-only support\n- Optional Conventional Commits integration\n\n### Stash Management\n\n- Create stash per changelist\n- Inspect stash contents\n- Apply, pop, and delete stashes\n\n### Bookmarks\n\n- Set bookmarks (1–9) from editor or context menu\n- Jump instantly between locations\n- Gutter decorations with slot indicators\n- Per-repository persistence\n\n---\n\n## Documentation\n\nFor full details, advanced workflows, and edge-case behavior:\n\nSee the manual: [docs/MANUAL.md](docs/MANUAL.md)\n\n---\n\n## Requirements\n\n- Git installed and available in PATH\n- Workspace opened inside a Git repository\n- VS Code **1.120.0** or newer\n\n---\n\n## Development Philosophy\n\nGit Worklists avoids VS Code’s built-in SCM provider and instead builds a focused workflow using:\n\n- Tree Views\n- Commit UI\n- Git CLI\n\nThe goal is clarity, explicit control, and predictable behavior.\n\n---\n\n**Git Worklists - focused Git workflows without surprises. 🚀**\n\n---\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozgen%2Fgit-worklists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fozgen%2Fgit-worklists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fozgen%2Fgit-worklists/lists"}