nikolassv / bartib

A simple timetracker for the command line. It saves a log of all tracked activities as a plaintext file and allows you to create flexible reports.
GNU General Public License v3.0
670 stars 35 forks source link

feat: added `status` command #51

Closed airenas closed 6 months ago

airenas commented 6 months ago

What

I need/want to track the current working status for today, current week, and month. So I added a command to act like a git status, or some kind of a dashboard.

New command

watch -c bartib status -p project1
# or for tracking all projects
watch -c bartib status 

image

Done:

Thank you.

nikolassv commented 6 months ago

Thank you for your work on this feature!

airenas commented 6 months ago

:bowing_man: thank you for accepting the PR!