Last updated:
0 purchases
branchtime 0.1.4
Time Branch
Time Branch is a command-line interface tool that allows you to track the time you spend working on different branches in your repository. With Time Branch, you can easily monitor how much time you spend in each branch, helping you stay on top of your activities and improve productivity. Additionally, Time Branch offers features to export collected data to an output file, making it easy to analyze and share information with your team. With the help of Time Branch, you can optimize your software development activities and improve your efficiency
Install
pip install branch-time
How to use
time values in minutes
branchtime 'your\repository.git' --time 20 --output 'output\directory'
branchtime 'your\repository.git' -t 20 -o 'output\directory'
branchtime 'your\repository.git' --time 20 --output 'output\directory'
or
branch-time 'your\repository.git' --time 20 --output 'output\directory'
default values:
repository = your current directory
--time = 5 minutes
--output = your current directory
Help
Output
2023-04-24.txt
Branch: master - Time: 20:57:17
FINISHED... 21:44:11
Branch: main - Time: 21:58:19
Branch: AUTO-29975 - Time: 22:10:29
Branch: AUTO-32659 - Time: 22:34:10
Branch: AUTO-31839 - Time: 23:18:46
Branch: AUTO-29975 - Time: 23:40:17
Branch: main - Time: 23:55:32
FINISHED... 23:055:33
For personal and professional use. You cannot resell or redistribute these repositories in their original state.
There are no reviews.