-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Hello folks,
I used watson
tool from time to time, but it's python and it keeps breaking because of some dependencies from time to time.
Looking for other tools I found timetrace
and others like rtw and timetracking
timtrace
seems very active and I have like golang over rust, also this seems to have a better community.
So I am going to start to use timetrace
With all that said, I would like to see if we can add starship integration, it should be simple enough like see here: https://github.com/hardliner66/timetracking#starship and https://github.com/PicoJr/rtw#starship-prompt-integration
full doc on custom commands for starship: https://starship.rs/config/#custom-commands
I can try to implement it.
I would also like if people have Ideas on what output should we allow.
Like, enable arbitrary format like the examples on the tools above:
--format "{h}h {mm}m"
--format "{ongoing} {human_duration}"
I think initially what it would be nice is to get the total amount worked today
as the current status show this information already.
But at some point, I would like to be able to show only worked time for the project on that day and so on, but this may be added to the report command and not the status.
Please let me know what you guys think.