fork of vim-wakatime that repoints to localhost
Go to file
Alan Hamlett 7d41df4edb auto create log file if does not exist 2013-07-01 21:07:38 -07:00
doc add version 0.1.2 2013-06-25 00:57:15 -07:00
plugin auto create log file if does not exist 2013-07-01 21:07:38 -07:00
LICENSE.txt add version 0.1.2 2013-06-25 00:57:15 -07:00
README.md updated readme with better install instructions 2013-06-27 08:56:21 -07:00

README.md

vim-wakatime 0.1.2

Automatic time tracking.

Installation

  1. Get an api key from:

https://wakati.me

  1. Run these shell commands:

    echo "api_key=MY_API_KEY" > ~/.wakatime touch ~/.wakatime.log

  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