Home > vim-GitHubDashBoard

vim-GitHubDashBoard

Vim-GitHubDashBoard is a project mainly written in Vim Script, it's free.

Shows Github's event feed (dashboard) in Vim

See your github dashboard in Vim!

I know you always wanted to do it!

Requirements

  • vim >= 7.2 with Ruby support (check with :version and look for +ruby)
  • curl
  • json gem installed for the ruby interpreter Vim is using (on OSX it's the system ruby)
  • your ~/.gitconfig needs to be properly set-up to work with GitHub

Installation

Get Pathogen

You'll know the rest.

How to use it?

:GithubDash - opens new location list with latest events from your Github dashboard

<leader>o opens current event in default web browser <leader>u opens user profile if the current word is a @username

Issues

  • none at the moment :-)

Licence

MIT or something like that