forked from luna/vim-rana-local
30 lines
989 B
Markdown
30 lines
989 B
Markdown
vim-wakatime
|
|
============
|
|
|
|
Fully automatic time tracking for Vim.
|
|
|
|
|
|
Installation
|
|
------------
|
|
|
|
Heads Up! WakaTime depends on [Python](http://www.python.org/getit/) being installed to work correctly.
|
|
|
|
1. Install [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager.
|
|
|
|
2. Using [Vundle](https://github.com/gmarik/vundle):<br />
|
|
`echo "Bundle 'wakatime/vim-wakatime'" >> ~/.vimrc && vim +BundleInstall`
|
|
|
|
or using [Pathogen](https://github.com/tpope/vim-pathogen):<br />
|
|
`cd ~/.vim/bundle && git clone git://github.com/wakatime/vim-wakatime.git`
|
|
|
|
3. Enter your [api key](https://wakatime.com/settings#apikey) from [https://wakatime.com/settings#apikey](https://wakatime.com/settings#apikey), then press `enter`.
|
|
|
|
4. Use Vim like you normally do and your time will be tracked for you automatically.
|
|
|
|
5. Visit https://wakatime.com to see your logged time.
|
|
|
|
|
|
Screen Shots
|
|
------------
|
|
|
|
![Project Overview](https://wakatime.com/static/img/ScreenShots/ScreenShot-2014-10-29.png)
|