2 unstable releases
Uses old Rust 2015
| 0.2.0 | Feb 22, 2018 |
|---|---|
| 0.1.0 | Feb 21, 2018 |
#83 in #time-tracking
8KB
125 lines
git_track
Log branch activity each minutes to get time spent report.
Usage
Start to watch your repository. This will create .git_track.log file. Each minute, Git_track will log your current branch in this file.
$ git_track --watch
Then, to get a report juste enter git_track:
$ git_track
master 0.8
develop 3.5
feature/fatec_dae 21.5
You can remove log for a specifi branch using --delete:
$ git_track --delete master
develop 3.5
feature/fatec_dae 21.5
Installation
$ cargo install git_track
Dependencies
~9–17MB
~275K SLoC