{"id":18660495,"url":"https://github.com/deepredsky/vim-pivotal","last_synced_at":"2025-04-11T20:31:21.132Z","repository":{"id":144962869,"uuid":"152812205","full_name":"deepredsky/vim-pivotal","owner":"deepredsky","description":"Access Pivotal stories in Vim!","archived":true,"fork":false,"pushed_at":"2019-01-12T20:58:58.000Z","size":8,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-04-04T13:48:47.235Z","etag":null,"topics":["pivotal","vim"],"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/deepredsky.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2018-10-12T22:05:19.000Z","updated_at":"2023-04-14T14:31:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"5babb9ba-0786-4bb8-ad3d-22fa2b166f84","html_url":"https://github.com/deepredsky/vim-pivotal","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepredsky%2Fvim-pivotal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepredsky%2Fvim-pivotal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepredsky%2Fvim-pivotal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/deepredsky%2Fvim-pivotal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/deepredsky","download_url":"https://codeload.github.com/deepredsky/vim-pivotal/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248476267,"owners_count":21110246,"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":["pivotal","vim"],"created_at":"2024-11-07T07:44:01.360Z","updated_at":"2025-04-11T20:31:21.123Z","avatar_url":"https://github.com/deepredsky.png","language":"Vim script","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Vim Pivotal\n\nAccess Pivotal stories in Vim!\n\n\nPrerequisites\n-------------\n\nThis plugin requires [webapi-vim][a] and [fzf.vim][b], FZF is used for showing\ncurrent iteration stories in FZF window\n\nInstallation\n------------\n\nUsing [vim-plug](https://github.com/junegunn/vim-plug):\n\n```vim\nPlug 'deepredsky/vim-pivotal'\n```\n\nThis plugin requires pivotal project id and auth token to be configured.\n\n```vim\n  let g:project_id = 12345\n  let g:pivotal_auth_token = 'xxooxxooxxooxx'\n```\n\nThese values can also be set with environment variables via `PIVOTAL_PROJECT_ID` and  `PIVOTAL_AUTH_TOKEN`\n\nUsage\n-----\n\n```vim\n\n\" Get a pivotal story by ID\n:Pivotal 123456\n\n\" Fuzzy find pivotal stories in current iteration\n:PivotalIteration\n\n\" Go to a story in Pivotal webpage ( in pivotal buffer )\n:PivotalOpen\n\n```\n\n\nLicense\n-------\n\nMIT\n\n[a]: https://github.com/mattn/webapi-vim\n[b]: https://github.com/junegunn/fzf.vim\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepredsky%2Fvim-pivotal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdeepredsky%2Fvim-pivotal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdeepredsky%2Fvim-pivotal/lists"}