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
636 stars 34 forks source link

Make `--project`/`-p` be able to be used multiple times on `report` to add projects to the filter #47

Open simonsan opened 5 months ago

simonsan commented 5 months ago

So bartib report -p *proj1* -p *proj2* would give the report for everything that contains proj1 or proj2.