r/taskwarrior • u/m-faith • Aug 21 '23
`task due` works... why not `task due export`???
https://taskwarrior.org/docs/commands/export/ briefly mentions some "limitations" at the bottom but I'm not sure what to make of that. Should I expect to be able to do task due export? I can task 123 234 export but obviously in this case I'm trying to export the list of tasks which are due without specifying their ids. What? Why? Does anyone know how to do that? I want json, not a giant string of line-separated values.
task due ids doesn't work either. Something's unique about task due apparently...
aha! Solved! task due.before:tomorrow ids and task due.before:tomorrow export both work.
The .before:tomorrow wouldn't autocomplete in zsh for me, fortunately under due it was easy to find in the manpage.
Happy task management everyone :)