vim-github-dashboard : Browse GitHub events in Vim
script karma |
Rating 5/2,
Downloaded by 3347 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Junegunn Choi |
|
script type |
utility |
|
description |
This plugin allows you to browse GitHub events (user dashboard, user/repo activity) in Vim.
Project Home:
https://github.com/junegunn/vim-github-dashboard
Requirements:
- Ruby support
- json_pure or json gem
Commands (with authentication):
- :GHDashboard
- :GHDashboard USER
- :GHActivity
- :GHActivity USER
- :GHActivity USER/REPO
Commands (without authentication):
- :GHDashboard! USER
- :GHActivity! USER
- :GHActivity! USER/REPO
Navigation:
Use Tab and Shift-Tab to navigate back and forth through the links.
Press Enter key or double-click on a link to open it in the browser.
Press R to refresh the tab.
Press q to close the tab. |
|
install details |
Extract in ~/.vim, or use Pathogen or Vundle.
With Vundle:
Add the following line to your .vimrc,
Bundle 'junegunn/vim-github-dashboard'
then execute, :BundleInstall command.
With Pathogen:
cd ~/.vim/bundle
git clone [email protected]:junegunn/vim-github-dashboard.git |
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 142.132.191.50
|