eyscode / timetracker

A command-line utility to load hours in BairesDev Time tracker
BSD 2-Clause "Simplified" License
65 stars 25 forks source link

List hours #3

Closed ycanales closed 5 years ago

ycanales commented 5 years ago

Similar to loading hours, listing them would be cool. I'd be glad to help if you think it's a useful addition.

eyscode commented 5 years ago

Actually that's a really useful feature that would be nice to have. Did you think how the new commands would look like? Maybe: tt load -t 'I did something awesome today' -d today for loading hours tt show --from 04/01/2019 --to today or even tt show --last 3? Feel free to open a PR!

eyscode commented 5 years ago

Implemented in 1.0.0 version.