fork of vim-wakatime that repoints to localhost
Go to file
Alan Hamlett 0b07cb21bd version 0.2.1. updated to new action api scheme. 2013-07-07 21:25:06 -07:00
doc add version 0.1.2 2013-06-25 00:57:15 -07:00
plugin version 0.2.1. updated to new action api scheme. 2013-07-07 21:25:06 -07:00
.gitignore version 0.2.1. updated to new action api scheme. 2013-07-07 21:25:06 -07:00
LICENSE.txt add version 0.1.2 2013-06-25 00:57:15 -07:00
README.md version 0.2.1. updated to new action api scheme. 2013-07-07 21:25:06 -07:00

README.md

vim-wakatime 0.2.1

Automatic time tracking for Vim.

Installation

  1. Get an api key from:

https://wakati.me

  1. Run this shell command replacing KEY with your api key:

    echo "api_key=KEY" >> ~/.wakatime.conf

  2. Using Vundle, the Vim plugin manager:

Add Bundle 'wakatime/vim-wakatime' to your ~/.vimrc.

Then inside Vim, type :BundleInstall or run this shell command:

vim +BundleInstall +qall
  1. Use Vim and your time will automatically be tracked for you.

Visit https://wakati.me to view your time spent in each file.

Screen Shots

Project Overview

Files in a Project

Changing Date Range