You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think it would be great if there was a commandline interface to dooit, with which the todos could be printed to stdout.
My use case would be that I would like to display the todo that is due next in my global system status bar along with some other todo metadata.
Something like dooit --list all --sort due --format "%n %d %t" would be a great addition. The command should then only output the relevant todos to stdout in the specified format (e.g. %n would be the format sequence for the title of the todo, %d would be the due date and %t would be the tags of the todo item etc.) and sorted by the flag supplied in --sort.
The text was updated successfully, but these errors were encountered:
If you need any assistance, feel free to open a discussion :)
As for the initial idea of this issue thread, maybe I can create a separate parser just for this and integrate it with dooit. For now, I'll close this issue.
Note: You still can run custom python scripts for regularly used queries :D
I think it would be great if there was a commandline interface to dooit, with which the todos could be printed to stdout.
My use case would be that I would like to display the todo that is due next in my global system status bar along with some other todo metadata.
Something like
dooit --list all --sort due --format "%n %d %t"
would be a great addition. The command should then only output the relevant todos to stdout in the specified format (e.g.%n
would be the format sequence for the title of the todo,%d
would be the due date and%t
would be the tags of the todo item etc.) and sorted by the flag supplied in--sort
.The text was updated successfully, but these errors were encountered: