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

feat: print projects without quotes #53

Closed defigli closed 1 month ago

defigli commented 1 month ago

resolves #36

Adds an option to print projects without quotes, e.g.

results in:

Project1
Project2

instead of

"Project1"
"Project2"
nikolassv commented 1 month ago

Thank you for fixing this issue!