vim-rana-local/README.md

38 lines
968 B
Markdown
Raw Normal View History

2013-06-25 07:57:15 +00:00
vim-wakatime 0.1.2
===========
Automatic time tracking for Vim.
2013-06-25 07:57:15 +00:00
Installation
------------
2013-06-26 00:54:01 +00:00
1) Get an api key from:
2013-06-25 07:57:15 +00:00
2013-06-26 23:35:25 +00:00
https://wakati.me
2013-06-26 00:54:01 +00:00
2013-07-02 04:08:41 +00:00
2) Run this shell command replacing KEY with your api key:
2013-06-25 07:57:15 +00:00
echo "api_key=KEY" >> ~/.wakatime
2013-06-25 07:57:15 +00:00
3) Using [Vundle](https://github.com/gmarik/vundle), the Vim plugin manager:
Add `Bundle 'wakatime/vim-wakatime'` to your `~/.vimrc`.
Then inside Vim, type `:BundleInstall` or run this shell command:
2013-06-25 07:57:15 +00:00
vim +BundleInstall +qall
2013-06-25 07:55:27 +00:00
2013-06-26 23:39:18 +00:00
4) Use Vim and your time will automatically be tracked for you.
Visit https://wakati.me to view your time spent in each file.
2013-06-26 23:35:25 +00:00
Screen Shots
------------
2013-06-26 23:36:51 +00:00
![Project Overview](https://www.wakati.me/static/img/ScreenShots/Screenshot%20from%202013-06-26%2001:12:59.png)
2013-06-26 23:35:25 +00:00
2013-06-26 23:36:51 +00:00
![Files in a Project](https://www.wakati.me/static/img/ScreenShots/Screenshot%20from%202013-06-26%2001:13:13.png)
2013-06-26 23:35:25 +00:00
2013-06-26 23:36:51 +00:00
![Changing Date Range](https://www.wakati.me/static/img/ScreenShots/Screenshot%20from%202013-06-26%2001:13:53.png)
2013-06-26 23:35:25 +00:00