{"id":13572451,"url":"https://github.com/pocari/vim-denite-gists","last_synced_at":"2025-04-04T10:30:33.095Z","repository":{"id":145416325,"uuid":"82769014","full_name":"pocari/vim-denite-gists","owner":"pocari","description":"denite.nvim plugin for show and browse Gist","archived":false,"fork":false,"pushed_at":"2017-03-01T13:25:51.000Z","size":15,"stargazers_count":10,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-11-05T05:34:19.379Z","etag":null,"topics":["denite","python3","vim"],"latest_commit_sha":null,"homepage":"","language":"Python","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/pocari.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":"2017-02-22T06:27:10.000Z","updated_at":"2020-06-23T10:09:44.000Z","dependencies_parsed_at":"2023-04-26T15:02:21.945Z","dependency_job_id":null,"html_url":"https://github.com/pocari/vim-denite-gists","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/pocari%2Fvim-denite-gists","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocari%2Fvim-denite-gists/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocari%2Fvim-denite-gists/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pocari%2Fvim-denite-gists/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pocari","download_url":"https://codeload.github.com/pocari/vim-denite-gists/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247160169,"owners_count":20893780,"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":["denite","python3","vim"],"created_at":"2024-08-01T14:01:23.486Z","updated_at":"2025-04-04T10:30:32.818Z","avatar_url":"https://github.com/pocari.png","language":"Python","funding_links":[],"categories":["Python"],"sub_categories":[],"readme":"# vim-denite-gists\n[![wercker status](https://app.wercker.com/status/7a58aecc6f45b93472161196c3cc9464/s/master \"wercker status\")](https://app.wercker.com/project/byKey/7a58aecc6f45b93472161196c3cc9464)\n\n`vim-denite-gists` is a source for [denite.nvim](https://github.com/Shougo/denite.nvim).\n\nThis plugin can open gist page with Denite interface.\n\n![vim-denite-gists-screenshot](https://cloud.githubusercontent.com/assets/1496543/23336842/1fbe0a0a-fc1f-11e6-9d32-10ad6c4797c6.gif)\n\n## depends\n\nThis plugin depends on:\n\n* [denite.nvim](https://github.com/Shougo/denite.nvim)\n* [vim-denite-kind-open-browser](https://github.com/pocari/vim-denite-kind-open-browser)\n* [open-browser.vim](https://github.com/tyru/open-browser)\n\n## install\n\nFor [dein.vim](https://github.com/Shougo/dein.vim)\n\n   ```vim\n   call dein#add('Shougo/denite.nvim')\n   call dein#add('tyru/open-browser.vim')\n   call dein#add('pocari/vim-denite-kind-open-browser')\n   call dein#add('pocari/vim-denite-gists')\n   ```\n\n## usage\n\n`:Denite gists`\nor\n`:Denite gists:[github user name]`\n\nDefault Action is `open` with `open-browser.vim`.\n\nYou can choose multiple candidates, and you can open them by multiple browser tab.\n\n## github user detection\n\n1. argument on startup\n\n    Denite gists:pocari\n\n2. from your .gitconfig\n   \n    if following section exists in your gitconfig, it is used.\n    \n    e.g) ~/.gitconfig\n    ```\n    [github]\n    \tuser = pocari\n    ```\n\n3. no argument and no github section in gitconfig\n    \n    A prompt for entering the user name is displayed at startup.\n\n## Tips\n\n### resume\n\n`:Denite gists` is slow because it uses web API call.\nSo, if you know that `gist` contents are not changed, you can run like this.\n\n```\nDenite gists -buffer-name=gists -resume\n```\n\nAnd, when you want to refresh,\n\n```\nDenite gists -buffer-name=gists -resume -refresh\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpocari%2Fvim-denite-gists","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpocari%2Fvim-denite-gists","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpocari%2Fvim-denite-gists/lists"}