{"id":16305387,"url":"https://github.com/moznion/github-commit-comment.vim","last_synced_at":"2025-04-11T18:07:36.566Z","repository":{"id":16449292,"uuid":"19201109","full_name":"moznion/github-commit-comment.vim","owner":"moznion","description":"Vim Plugin for Commit Comment of GitHub","archived":false,"fork":false,"pushed_at":"2014-11-26T02:00:49.000Z","size":196,"stargazers_count":38,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-11T18:03:27.330Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"VimL","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/moznion.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":"2014-04-27T10:05:22.000Z","updated_at":"2024-06-28T05:58:31.000Z","dependencies_parsed_at":"2022-09-18T23:10:30.532Z","dependency_job_id":null,"html_url":"https://github.com/moznion/github-commit-comment.vim","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fgithub-commit-comment.vim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fgithub-commit-comment.vim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fgithub-commit-comment.vim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moznion%2Fgithub-commit-comment.vim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moznion","download_url":"https://codeload.github.com/moznion/github-commit-comment.vim/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248456374,"owners_count":21106602,"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":[],"created_at":"2024-10-10T21:06:53.186Z","updated_at":"2025-04-11T18:07:36.547Z","avatar_url":"https://github.com/moznion.png","language":"VimL","funding_links":[],"categories":[],"sub_categories":[],"readme":"# github-commit-comment.vim\n\nPost and show GitHub commit comment on vim\n\n## Description\n\nThis plugin supports the following features;\n\n- Post commit comment by vim\n    - Line comment\n    - Commit comment\n    - File comment\n- Show commit line comment on vim\n\nThese command work on last modified git revision of editing file and `origin` of remote.\n\n## Commands\n\n### GitHubLineComment [comment]\n\nPosts commit line comment to last modified revision of editing file and current cursored line.\n\n#### Without command argument\n![commit line comment](https://dl.dropboxusercontent.com/u/14832699/github-commit-comment-vim/line_comment.gif)\n\n#### With command argument\n![commit line comment with argument](https://dl.dropboxusercontent.com/u/14832699/github-commit-comment-vim/line_comment2.gif)\n\n### GitHubCommitComment [comment]\n\nPosts commit comment to last modified revision of editing file.\n![commit comment](https://dl.dropboxusercontent.com/u/14832699/github-commit-comment-vim/commit_comment.gif)\n\n### GitHubFileComment [comment]\n\nPosts commit file comment to last modified revision of editing file and current file.\n![commit file comment](https://dl.dropboxusercontent.com/u/14832699/github-commit-comment-vim/file_comment.gif)\n\n### GitHubFetchCommitComment\n\nFetch commit comments and show line comments on Vim (insert into quickfix)\n![fetch commit comments](https://dl.dropboxusercontent.com/u/14832699/github-commit-comment-vim/fetch.gif)\n\n## Configurations\n\n### Authentication (requires)\n\n1. Generate access token of GitHub at \"Personal access tokens\" ([https://github.com/settings/applications](https://github.com/settings/applications)). This plugin only requires `repo` permission.\n\n2. Please put `.github_commit_comment.vim` file on your home directory. And fill github access token into this file. For example;\n\n```vim\nlet g:github_commit_comment_vim = {'token': '__YOUR_ACCESS_TOKEN__'}\n```\n\n### Specify API Endpoint (optional)\n\nFill URL of API endpoint in `.github_commit_comment.vim`, like so;\n\n```vim\nlet g:github_commit_comment_vim = {'api_endpoint': 'http://example.com/api/v3'}\n```\n\nDefault API endpoint is \"https://api.github.com\". If you don't specify `api_endpoint`, this plugin use the default URL.\n\n### Sample of configuration file\n\n```vim\nlet g:github_commit_comment_vim = {\n      \\ 'token': '__YOUR_ACCESS_TOKEN__',\n      \\ 'api_endpoint': 'http://example.com/api/v3'\n\\ }\n```\n\n## Dependencies\n\n### Requires\n\n- [webapi-vim](https://github.com/mattn/webapi-vim])\n\n### Recommends\n\n- [vim-hier](https://github.com/jceb/vim-hier)\n- [quickfixstatus](https://github.com/dannyob/quickfixstatus)\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoznion%2Fgithub-commit-comment.vim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoznion%2Fgithub-commit-comment.vim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoznion%2Fgithub-commit-comment.vim/lists"}