gtm-plugin.vim : Simple, seamless, lightweight time tracking for all your git projects
script karma |
Rating 6/5,
Downloaded by 2507 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
Michael Schenk |
|
script type |
utility |
|
description |
Git Time Metrics (GTM) is a tool to automatically track time spent reading and working on code that you store in a Git repository. By installing GTM and using supported plug-ins for your favorite editors, you can immediately realize better insight into how you are spending your time and on what files.
See https://github.com/git-time-metric/gtm-vim-plugin/blob/master/README.md for feature and usage information.
To report a bug, please submit an issue on GitHub https://github.com/git-time-metric/gtm-vim-plugin/issues |
|
install details |
Installing GTM is a two step process. First, it's recommended you install the GTM executable that the plug-in integrates with and then install the Vim GTM plug-in. Please submit an issue if you have any problems and/or questions.
1. Follow the Getting Started section, https://github.com/git-time-metric/gtm/blob/master/README.md, to install the GTM executable for your operating system.
2. The easy way to install the plug-in is to use your favorite Vim plug-in manager.
Plug Plug 'git-time-metric/gtm-vim-plugin'
NeoBundle NeoBundle 'git-time-metric/gtm-vim-plugin'
Vundle Plugin 'git-time-metric/gtm-vim-plugin'
Pathogen git clone https://github.com/git-time-metric/gtm ~/.vim/bundle/gtm
Note - to enable time tracking for a Git repository, you need to initialize it with `gtm init` otherwise it will be ignored by GTM. This is done via the command line.
> cd /path/to/your/project
> gtm init
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 18.97.9.172
|