Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukaszkorecki/vim-githubdashboard
Shows Github's event feed (dashboard) in Vim
https://github.com/lukaszkorecki/vim-githubdashboard
Last synced: 15 days ago
JSON representation
Shows Github's event feed (dashboard) in Vim
- Host: GitHub
- URL: https://github.com/lukaszkorecki/vim-githubdashboard
- Owner: lukaszkorecki
- Created: 2011-04-30T22:33:58.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2011-08-17T22:45:28.000Z (about 13 years ago)
- Last Synced: 2024-10-04T13:33:07.543Z (about 1 month ago)
- Language: VimL
- Homepage:
- Size: 106 KB
- Stars: 18
- Watchers: 4
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
# See your github dashboard in Vim!
I know you always wanted to do it!
![screenshot](https://img.skitch.com/20110519-dqjm4pstc7fffn7r7p3t2wm22q.png)
## 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 ](http://help.github.com/git-email-settings/)## Installation
Get [Pathogen](httsp://github.com/tpope/vim-pathogen)
You'll know the rest.
## How to use it?
`:GithubDash` - opens new location list with latest events from your Github dashboard
`o` opens current event in default web browser
`u` opens user profile if the current word is a @username### Issues
- none at the moment :-)
## Licence
MIT or something like that