-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathparams.json
More file actions
6 lines (6 loc) · 3.97 KB
/
params.json
File metadata and controls
6 lines (6 loc) · 3.97 KB
1
2
3
4
5
6
{
"name": "Git Time Metric",
"tagline": "Simple, seamless, lightweight time tracking for Git",
"body": "<img src=\"https://cloud.githubusercontent.com/assets/630550/17458477/32ff5ea4-5bd7-11e6-92d0-3e216c5b304d.png\" width=\"219\" height=\"92\" /><b/>\r\n\r\n### **Simple**\r\nInstall the GTM executable and a plugin for your favorite editor. To enable time tracking for a Git project simply run `gtm init` within the project's root directory.\r\n\r\n### **Seamless**\r\nNo need to remember to stop and start timers. GTM knowns when you are working and does it for you.\r\n\r\n### **Lightweight**\r\nYou will not experience any lag or overhead. The GTM process only runs intermittently to capture the time spent.\r\n\r\n## Gain insights in where time is invested\r\n\r\n**Git commits with time spent**\r\n```\r\n> gtm report -n 3\r\n\r\n9361c18 Rename packages\r\nSun Jun 19 09:56:40\r\n\r\n341bd77 Vagrant file for testing on Linux\r\nSun Jun 19 09:43:47 2016 -0500 Michael Schenk 1h 16m 0s\r\n\r\n792ba19 Require a 40 char SHA commit hash\r\nThu Jun 16 22:28:45 2016 -0500 Michael Schenk 1h 1m 0s\r\n```\r\n\r\n**Git commits with detailed time spent by file**\r\n```\r\n> gtm report -format files\r\n\r\nb2d16c8 Refactor discovering of paths when recording events\r\nThu Jun 16 11:08:47 2016 -0500 Michael Schenk\r\n\r\n 30m 18s [m] event/event.go\r\n 12m 31s [m] event/manager.go\r\n 3m 14s [m] project/project.go\r\n 1m 12s [r] .git/COMMIT_EDITMSG\r\n 1m 0s [r] .git/index\r\n 25s [r] event/manager_test.go\r\n 20s [r] metric/manager.go\r\n 49m 0s\r\n```\r\n\r\n**Timeline of time spent by day**\r\n```\r\n> gtm report -format timeline\r\n\r\n 0123456789012345678901234\r\nFri Jun 24 * 22m 0s\r\nSat Jun 25 ** 1h 28m 0s\r\nSun Jun 26 **** 3h 28m 0s\r\nMon Jun 27 * 4m 0s\r\nTue Jun 28 ** 1h 36m 0s\r\n 6h 58m 0s\r\n```\r\n\r\n## Available Editor Plugins\r\n***Stay tuned, more are on the way***\r\n\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458557/72247454-5bda-11e6-84ce-03364b8ac832.png\" width=\"64\" height=\"64\" />\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458560/72397408-5bda-11e6-909c-c2dd2dad3b52.png\" width=\"64\" height=\"64\" />\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458562/7264e2be-5bda-11e6-8311-bbed672ffb8f.png\" width=\"64\" height=\"64\" />\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458559/72302916-5bda-11e6-886e-2a41f423b06f.png\" width=\"64\" height=\"64\" />\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458563/7264f06a-5bda-11e6-9fb6-d0469730c1cb.png\" width=\"64\" height=\"64\" />\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458556/72030a62-5bda-11e6-89e4-6a3921034aed.png\" width=\"64\" height=\"64\" />\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458564/727d43a4-5bda-11e6-8b3c-56d3fb7bf988.png\" width=\"64\" height=\"64\" />\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458555/71e4352e-5bda-11e6-89d3-e8ff2c3a86e2.png\" width=\"64\" height=\"64\" />\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458561/72417ac2-5bda-11e6-9769-04cffc64397e.png\" width=\"64\" height=\"64\" />\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458591/82e06c98-5bdb-11e6-8ae0-c5b2bd2fe97f.png\" width=\"64\" height=\"64\" />\r\n<img src=\"https://cloud.githubusercontent.com/assets/630550/17458558/72269342-5bda-11e6-8194-d9bf030bd037.png\" width=\"64\" height=\"64\" />\r\n\r\n## Getting Started\r\n\r\nConsult the [README](https://github.com/git-time-metric/gtm/blob/master/README.md) and [Wiki](https://github.com/git-time-metric/gtm/wiki) for more information. \r\n",
"note": "Don't delete this file! It's used internally to help with page regeneration."
}