{"id":45772136,"url":"https://github.com/odie/gitabra","last_synced_at":"2026-02-26T07:00:07.206Z","repository":{"id":43356405,"uuid":"345992294","full_name":"Odie/gitabra","owner":"Odie","description":"Magit-lite for neovim","archived":false,"fork":false,"pushed_at":"2023-01-11T09:04:31.000Z","size":399,"stargazers_count":57,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-23T02:01:37.965Z","etag":null,"topics":["git","magit","neovim-plugin"],"latest_commit_sha":null,"homepage":"","language":"Lua","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Odie.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-09T12:04:37.000Z","updated_at":"2023-03-15T17:16:37.000Z","dependencies_parsed_at":"2023-02-09T02:31:04.611Z","dependency_job_id":null,"html_url":"https://github.com/Odie/gitabra","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"purl":"pkg:github/Odie/gitabra","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Odie%2Fgitabra","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Odie%2Fgitabra/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Odie%2Fgitabra/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Odie%2Fgitabra/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Odie","download_url":"https://codeload.github.com/Odie/gitabra/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Odie%2Fgitabra/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29851221,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-25T22:37:40.667Z","status":"online","status_checked_at":"2026-02-26T02:00:06.774Z","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":["git","magit","neovim-plugin"],"created_at":"2026-02-26T07:00:06.350Z","updated_at":"2026-02-26T07:00:07.189Z","avatar_url":"https://github.com/Odie.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Gitabra\n\nA little Magit in neovim\n\n![Demo Animation](../assets/gitabra-general-demo.gif?raw=true)\n\n## Quick Start\n`:Gitabra` to bring up the or refresh the status buffer\n\nWhile in the status buffer:\n\n- `\u003ctab\u003e` to expand/collapse the node under the cursor\n- `\u003center\u003e` to visit the thing under the cursor\n- `s` to stage hunk or file under the cursor (partial hunk supported)\n- `S` stage all\n- `u` to unstage hunk or file under the cursor (partial hunk supported)\n- `U` unstage all\n- `x` to discard the hunk under the cursor (partial hunk supported)\n- `q` to quit the buffer and close the window\n- `cc` to start editing the commit message\n- `ca` to start editing the last commit message\n\nWhile editing the commit message:\n\nGitabra will pass on the contents of COMMIT_EDITMSG to git when the buffer is\nwritten to, or when the window is closed. Feel free to use \":w\", \":wq\", \":q\",\nor your favorite vim command.\n\n## Installation\n[vim-plug](https://github.com/junegunn/vim-plug)\n```\nPlug 'Odie/gitabra'\n\nlua \u003c\u003c EOF\n  require(\"gitabra\").setup {\n    -- Optional call to `setup`\n    -- Leave empty to use defaults\n  }\nEOF\n\n```\n\n[Packer](https://github.com/junegunn/vim-plug)\n```\nuse {'Odie/gitabra',\n  opt = true,\n  cmd = {'Gitabra'},\n  config = function()\n    require(\"gitabra\").setup {\n    -- Optional call to `setup`\n    -- Leave empty to use defaults\n  }\n  end\n}\n```\n\n## Configuration\nGitabra currently use the following defaults.\n```\n{ \n  disclosure_sign = {\n    collapsed = \"\u003e\",\n    expanded = \"⋁\"\n  }\n}\n```\nModified settings can be set via `gitabra.setup()`. This needs to be done before activating\nthe plugin via the `Gitabra` command the first time.\n\n## WARNING!\nThis is alpha quality software!\n\nIt *shouldn't* but might discard data you did not intend to.\nBe careful!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodie%2Fgitabra","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fodie%2Fgitabra","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fodie%2Fgitabra/lists"}