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.
``` bartib -f ~/Users/username/bartib_logger.bartib report Error: Could not read from file: /Users/username/bartib_logger.bartib Caused by: No such file or directory (os error 2) ``` 1. I have created bartib_logger.bartib file in...
Hi, I recently downloaded it from crates.io. I created the file and added the file directory to the BARTIB_FILE env variable. CMD gave me an OS Error 5 when executing
Hello everyone, First of all thank you very much for making such a nice and simple time tracker. I only discovered `bartib` two days ago and have been loving it...
My problem is the following: I do work for customers, tracking my time. Once every X time (week, month etc) I bill these customers. With bartib, it is hard to...
Hi, Thanks for the great software! Very much appreciated that you put it out there! I'm not sure where I can put this, so I'll leave it in a ticket...
So `bartib report -p *proj1* -p *proj2*` would give the report for everything that contains `proj1` or `proj2`.
I appreciate the leader lines on wider displays, but they are quite noisy on narrower displays: Can something be done about that?
### Problem : When we start bartib without specifying file in which activities will store , and run command , bartib stuck without any error message . ### Solution :...
I see that you are using `clap` for the CLI, there is https://crates.io/crates/clap_complete to automatically generate shell completions. It would be nice, to be able to generate completions for different...
I discovered `bartib` a few years ago, but started it using more frequently just recently. I like the fact, that you can edit your activities with an editor and just...