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

Latest commit

 

History

12 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

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

About

Access Pivotal stories in Vim!

Topics

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages