{"id":32861358,"url":"https://github.com/gymynnym/vscode-gitui","last_synced_at":"2026-02-11T15:03:35.578Z","repository":{"id":322823327,"uuid":"1076013934","full_name":"gymynnym/vscode-gitui","owner":"gymynnym","description":"A VSCode extension to open GitUI/Lazygit in an integrated terminal. ","archived":false,"fork":false,"pushed_at":"2025-12-02T14:50:38.000Z","size":2181,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-12-05T11:52:37.733Z","etag":null,"topics":["git","gitui","lazygit","vscode","vscode-extension"],"latest_commit_sha":null,"homepage":"https://marketplace.visualstudio.com/items?itemName=gymynnym.vscode-gitui","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/gymynnym.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":"2025-10-14T09:36:08.000Z","updated_at":"2025-12-02T14:50:22.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gymynnym/vscode-gitui","commit_stats":null,"previous_names":["gymynnym/vscode-gitui"],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/gymynnym/vscode-gitui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gymynnym%2Fvscode-gitui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gymynnym%2Fvscode-gitui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gymynnym%2Fvscode-gitui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gymynnym%2Fvscode-gitui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gymynnym","download_url":"https://codeload.github.com/gymynnym/vscode-gitui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gymynnym%2Fvscode-gitui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29336029,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-11T14:34:07.188Z","status":"ssl_error","status_checked_at":"2026-02-11T14:34:06.809Z","response_time":97,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["git","gitui","lazygit","vscode","vscode-extension"],"created_at":"2025-11-08T21:01:14.002Z","updated_at":"2026-02-11T15:03:35.573Z","avatar_url":"https://github.com/gymynnym.png","language":"TypeScript","readme":"# vscode-gitui\n\n![screenshot](./assets/screenshot.png)\n\n[![GitHub Release](https://img.shields.io/github/v/release/gymynnym/vscode-gitui?logo=github\u0026color=blue)](https://github.com/gymynnym/vscode-gitui/releases/latest)\n[![Visual Studio Marketplace Installs](https://img.shields.io/visual-studio-marketplace/i/gymynnym.vscode-gitui?label=installs)](https://marketplace.visualstudio.com/items?itemName=gymynnym.vscode-gitui)\n\n**A VSCode extension to open [GitUI](https://github.com/gitui-org/gitui) and [Lazygit](https://github.com/jesseduffield/lazygit) in an integrated terminal.**\n\n### Installation\n\n\u003e [!IMPORTANT]\n\u003e Requires [GitUI](https://github.com/gitui-org/gitui) or [Lazygit](https://github.com/jesseduffield/lazygit) to be installed and available on your PATH.\n\nThere are 2 ways to install this extension:\n\n1. Install from the [Visual Studio Code Marketplace](https://marketplace.visualstudio.com/items?itemName=gymynnym.vscode-gitui)\n2. Download VSIX file from [GitHub Releases](https://github.com/gymynnym/vscode-gitui/releases/latest)\n\n### Commands\n\n- `vscode-gitui.open` : Open GitUI/Lazygit in terminal\n- `vscode-gitui.reload` : Reload GitUI/Lazygit on PATH\n\n\u003e [!WARNING]\n\u003e When running `vscode-gitui.open` in a Python environment, the extension temporarily sets the `python.terminal.activateEnvironment` setting to `false` at the workspace level for better user experience. After execution, the settings is automatically restored to its original value. (If the setting is already `false`, this step is skipped.)\n\n### Keybindings\n\n#### Default Keybindings\n\n- `ctrl+alt+g` : Open GitUI/Lazygit (Linux/Windows)\n- `ctrl+cmd+g` : Open GitUI/Lazygit (macOS)\n\n#### VSCodeVim Keybindings: for nerds (Example)\n\n```json\n{\n  \"vim.normalModeKeyBindingsNonRecursive\": [\n    {\n      \"before\": [\"space\", \"g\", \"g\"],\n      \"commands\": [{ \"command\": \"vscode-gitui.open\" }]\n    },\n    {\n      \"before\": [\"space\", \"g\", \"r\"],\n      \"commands\": [{ \"command\": \"vscode-gitui.reload\" }]\n    }\n  ]\n}\n```\n\n### Properties\n\n- `vscode-gitui.useWSL` : Enable if using GitUI/Lazygit via WSL (Windows only).\n- `vscode-gitui.useLazygit` : Enable if you want to use Lazygit instead of GitUI.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgymynnym%2Fvscode-gitui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgymynnym%2Fvscode-gitui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgymynnym%2Fvscode-gitui/lists"}