Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

deepredsky/vim-pivotal

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Vim Pivotal

Access Pivotal stories in Vim!

Prerequisites

This plugin requires webapi-vim and fzf.vim, FZF is used for showing current iteration stories in FZF window

Installation

Using vim-plug:

Plug 'deepredsky/vim-pivotal'

This plugin requires pivotal project id and auth token to be configured.

  let g:project_id = 12345
  let g:pivotal_auth_token = 'xxooxxooxxooxx'

These values can also be set with environment variables via PIVOTAL_PROJECT_ID and PIVOTAL_AUTH_TOKEN

Usage

" Get a pivotal story by ID
:Pivotal 123456

" Fuzzy find pivotal stories in current iteration
:PivotalIteration

" Go to a story in Pivotal webpage ( in pivotal buffer )
:PivotalOpen

License

MIT