{"id":13927080,"url":"https://github.com/neoclide/vim-easygit","last_synced_at":"2025-06-21T11:09:23.153Z","repository":{"id":96229635,"uuid":"48988885","full_name":"neoclide/vim-easygit","owner":"neoclide","description":"A git wrapper focus on simplity and usability","archived":false,"fork":false,"pushed_at":"2018-07-08T11:58:54.000Z","size":63,"stargazers_count":38,"open_issues_count":1,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-11-26T14:38:18.845Z","etag":null,"topics":["easygit"],"latest_commit_sha":null,"homepage":"","language":"Vim script","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/neoclide.png","metadata":{"files":{"readme":"Readme.md","changelog":null,"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}},"created_at":"2016-01-04T10:00:37.000Z","updated_at":"2022-11-26T11:34:57.000Z","dependencies_parsed_at":"2023-05-28T07:00:15.695Z","dependency_job_id":null,"html_url":"https://github.com/neoclide/vim-easygit","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"purl":"pkg:github/neoclide/vim-easygit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fvim-easygit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fvim-easygit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fvim-easygit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fvim-easygit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neoclide","download_url":"https://codeload.github.com/neoclide/vim-easygit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neoclide%2Fvim-easygit/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261110622,"owners_count":23111066,"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":["easygit"],"created_at":"2024-08-07T16:01:23.693Z","updated_at":"2025-06-21T11:09:18.144Z","avatar_url":"https://github.com/neoclide.png","language":"Vim script","readme":"# Easygit\n\n[![](http://img.shields.io/github/issues/neoclide/vim-easygit.svg)](https://github.com/neoclide/vim-easygit/issues)\n[![](http://img.shields.io/badge/license-MIT-blue.svg)](LICENSE)\n[![](https://img.shields.io/badge/doc-%3Ah%20easygit.txt-red.svg)](doc/easygit.txt)\n\nA git wrapper plugin made to replace [fugitive](https://github.com/tpope/vim-fugitive),\nit can be used together with fugitive as commands are disabled by default.\n\nThe goal make cleaner code, and be more friendly to user (especially using with\nmacvim)\n\n## Features\n\n* **Consist behaviour**, command always work in the git directory of current file\n\n* **Be quiet**, no ugly **press any key to continue**, and use dispatch method when\n  possible\n\n* **Clean code**, avoid madness hack like errorformat etc.\n\n* **Friendly keymaping**, when enter temporary buffer precess `q` would help you to\n  quit, no close window if opened by `edit` command\n\n* **Expose flexible API**, in `autoload/easygit.vim`\n\n* **Works good with other plugins** since filetype is nofile, your mru plugin and\n  status line plugin should easily ignore them.\n\n## Commands\n\nCommands are disabled by default, if you want to use them, you have to add\n\n    let g:easygit_enable_command = 1\n\nTo your `.vimrc`\n\n* *Gcd*             make vim cd to git root directory.\n* *Glcd*            make vim lcd to git root directory.\n* *Gblame*          Git blame current file, you can use `p` to preview commit and `d`\nto diff with current file.\n* *GcommitCurrent*  Git commit current file with message as command args.\n* *GdiffThis*       Side by side diff of current file with head or any ref.\n* *Gcommit*         Git commit with command line argument.\n* *Gedit*           Edit git reference from git show.\n* *Gdiff*           Git diff with command line argument.\n* *Gremove*         Git remove with command line argument, remove current file\nwhen arguments empty.\n* *Grename*         Rename current by git mv, file in buffer list would react the changes.\n* *Gmove*           Git mv with command line argument.\n* *Gcheckout*       Git checkout with command line argument.\n* *Gpush*           Git push with arguments, dispatch when possible.\n* *Gpull*           Git pull with arguments, dispatch when possible.\n* *Gfetch*          Git fetch with arguments, dispatch when possible.\n* *Gadd*            Git add with arguments.\n* *Gstatus*         Show git status in a temporary buffer.\n* *Ggrep*           Git grep repo of current file, and show result in quickfix\n* *Gmerge*          Git merge with branch complete\n\nThose commands have reasonable complete setting, use `\u003ctab\u003e` to complete\ncommands.\n","funding_links":[],"categories":["Vim Script"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoclide%2Fvim-easygit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneoclide%2Fvim-easygit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneoclide%2Fvim-easygit/lists"}