Goutte / git-spend

Sum the time-tracking "/spend" commands of commit messages.
MIT License
11 stars 1 forks source link

feat: filter by authors #2

Closed Goutte closed 1 year ago

Goutte commented 1 year ago

gitime sum --author=Goutte

and perhaps multiple, joined by OR :

gitime sum --author=Alice --author=Bob

and perhaps accept email as well as the author name.