bartib
bartib copied to clipboard
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.
Often I want to start more work on an existing project—non-contiguous, so `bartib continue` isn't a good fit—and I don't want to retype the name of the project. I've been...
> As a user, I want to be able to interrupt an activity and record it as a break, so that I can easily get an overview of the amount...
Someone could say that midnight is usually a good moment not to be at the keyboard and sleep... Apart from this ``` 2023-10-12 18:45 - 2023-10-12 18:50 | difficult_prj |...
It would be nice if bartib could output JSON for use in scripts.
It would ve nice to have a way of providing custom list of projects on autocompletion. I'm using fish, so I modified "__fish_complete_bartib_projects" function on bartib.fish file to return my...