We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi,
Great work, I use this tool on a daily base and having the cli allows me to integrate it better in my workflow.
However I am missing a few things:
It would be nice to be able to list history or range: toggl list yesterday
toggl list yesterday
also the list produced by toggl list does not include any dates.
toggl list
Keep it up,
Regards
The text was updated successfully, but these errors were encountered:
Hey @haringsrob,
Thanks, those are really good suggestions!
I've added the first one already. After upgrade to 0.1.16 you should be able to use:
0.1.16
$ toggl list today $ toggl list yesterday $ toggl list last monday $ toggl list last Wednesday $ toggl list last fri
The cool thing is, you can still use their numbers to operate on them!
The dates one is a bit more tricky… - I really don't want to clutter the list with too much info, so I still need to put a bit more thought into it.
Sorry, something went wrong.
Thanks, looks good already. This is already helpful.
meeDamian
No branches or pull requests
Hi,
Great work, I use this tool on a daily base and having the cli allows me to integrate it better in my workflow.
However I am missing a few things:
It would be nice to be able to list history or range:
toggl list yesterday
also the list produced by
toggl list
does not include any dates.Keep it up,
Regards
The text was updated successfully, but these errors were encountered: