Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Git Time Machine | 1,128 | 4 years ago | 44 | mit | CoffeeScript | |||||
Atom package that allows you to travel back in commit history | ||||||||||
Gtm | 795 | 4 years ago | 25 | August 02, 2019 | 42 | mit | Go | |||
Simple, seamless, lightweight time tracking for Git | ||||||||||
Glass | 594 | 3 years ago | 8 | July 14, 2015 | 32 | mpl-2.0 | Go | |||
Automated time tracking for Git repositories. [DEPRECATED] | ||||||||||
Git Punchcard Plot | 156 | 3 years ago | 5 | Python | ||||||
a tool to visualize the time distribution of commits | ||||||||||
Tracklater | 115 | 4 months ago | 7 | March 12, 2021 | 3 | mit | Python | |||
TrackLater helps you track time after-the-fact by combining clues and showing your day on a simple timeline view. | ||||||||||
Gitlab Time Tracker Taskbar | 105 | 4 years ago | 10 | gpl-2.0 | JavaScript | |||||
🦊🕘 A crossplatform menubar/taskbar application for GitLabs time tracking feature. Currently in BETA! | ||||||||||
Git_time_extractor | 95 | 6 | 8 years ago | 6 | May 21, 2015 | 7 | Ruby | |||
Analyzes Git repository commit logs to compute developer working hours, weekly activity, and to detect death marches in software development. | ||||||||||
Gitpaid | 63 | 12 years ago | Shell | |||||||
The programmer's time tracker | ||||||||||
Clockout | 63 | 8 years ago | 3 | mit | Ruby | |||||
Log your hours worked using Git | ||||||||||
Ia.bak | 61 | 3 years ago | 15 | gpl-3.0 | Shell | |||||
We back up a lot of stuff from around the web; now it's time to back up the Internet Archive, just in case. |
git-time-machine is a package for Atom that allows you to travel back in time! It shows visual plot of commits to the current file over time and you can click on it on the timeplot or hover over the plot and see all of the commits for a time range.
To open the timeplot, just use the keyboard shortcut alt+t.
You can hold shift when clicking on the timeplot or popup to set the right side version. If there is no left side version, or the version shift clicked is older than the left version, the older version should always display on the left because, as we all know, time travels from left to right. :)
Unfortunately, git-time-machine, like the other Atom git log
services, needs to shell out to the command line git executable and parse its stdout. We are working on getting this information another way, but that may take some time. As you might imagine, this is problematic.
Some things to check:
Some users have reported seeing "Error: Command failed: git log --pretty=..." on mac when xcode license agreement is needed. Running sudo xcodebuild -license
and accepting the agreement fixed the issued.
Recommend installing the official Git client from here: https://git-scm.com/downloads and make sure its binary is the one in your path.