{"id":14981734,"url":"https://github.com/dannickbedard/githelper.nvim","last_synced_at":"2025-10-29T07:32:44.602Z","repository":{"id":249206294,"uuid":"830693831","full_name":"DannickBedard/githelper.nvim","owner":"DannickBedard","description":"Small plugin to help staging, unstaging, discarding, commiting and pushing file with git.","archived":true,"fork":false,"pushed_at":"2024-07-31T17:13:51.000Z","size":32,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-01T23:41:13.172Z","etag":null,"topics":["git","nvim","nvim-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/DannickBedard.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-07-18T19:36:11.000Z","updated_at":"2025-01-24T14:01:03.000Z","dependencies_parsed_at":"2024-09-24T07:30:42.412Z","dependency_job_id":"430fcb4b-dc82-4449-b7f5-54f7723bca28","html_url":"https://github.com/DannickBedard/githelper.nvim","commit_stats":{"total_commits":21,"total_committers":2,"mean_commits":10.5,"dds":0.4285714285714286,"last_synced_commit":"cf60707ec66676347e3124cbac65411470034335"},"previous_names":["dannickbedard/githelper.nvim"],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannickBedard%2Fgithelper.nvim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannickBedard%2Fgithelper.nvim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannickBedard%2Fgithelper.nvim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DannickBedard%2Fgithelper.nvim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DannickBedard","download_url":"https://codeload.github.com/DannickBedard/githelper.nvim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238791894,"owners_count":19531027,"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","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","nvim","nvim-plugin"],"created_at":"2024-09-24T14:04:08.145Z","updated_at":"2025-10-29T07:32:39.268Z","avatar_url":"https://github.com/DannickBedard.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"# githelper.nvim\nSmall plugin to help stagins file, unstage, discard, commit and push with git.\n\n## Features in image  :\n\u003cimg width=\"1200\" alt=\"Capture d’écran, le 2024-07-19 à 23 33 41\" src=\"https://github.com/user-attachments/assets/4dc8e8e2-85d1-4d33-88c2-a10591cc888b\"\u003e\n\nCommit : \n\u003cimg width=\"1200\" alt=\"commit\" src=\"https://github.com/user-attachments/assets/fb52fd5e-7a2d-4271-8641-521f2b875874\"\u003e\n\n## Setup\n\n```lua\n{\n    \"DannickBedard/githelper.nvim\",\n    config = function ()\n        local border = require(\"githelper.border\")\n\n        local gitKeymap = { -- Default keymap\n            quit = \"q\",\n            edit = \"\u003ccr\u003e\",\n            stage = \"s\",\n            unstage = \"u\",\n            discard = \"d\",\n            commit = \"c\",\n            push = \"p\",\n            pull = \"pl\",\n        }\n\n        require(\"githelper\").setup({\n            border = border.simpleRoundedBorder, -- doubleBorder, simpleBorder, simpleRoundedBorder, simpleThickBorder\n            gitKeymap = gitKeymap\n        });\n    end\n}\n```\n\n# TODOS : \n- [ ] Diff\n    - [x] Make the view\n    - [ ] Window won't always open... \n- [ ] Make a confirmation for discarding\n    - [ ] Make window\n    - [ ] Add settings in setup to disable this feature if you find it annoying\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannickbedard%2Fgithelper.nvim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdannickbedard%2Fgithelper.nvim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdannickbedard%2Fgithelper.nvim/lists"}