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
687 stars 36 forks source link

feat: print projects without quotes #53

Closed defigli closed 6 months ago

defigli commented 6 months ago

resolves #36

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

results in:

Project1
Project2

instead of

"Project1"
"Project2"
nikolassv commented 6 months ago

Thank you for fixing this issue!