if a log has - TODO: eat a burrito, but we dont get to it today, we should be able to move them.
something like,
daylog show -o text | grep TODO | daylog -- tomorrow
but we dont handle stdin yet.
as a single command, maybe this would do the same thing,
daylog defer 'TODO'
any line containing 'TODO' gets moved to tomorrow's log. kinds weird on fridays or something.
if a log has
- TODO: eat a burrito, but we dont get to it today, we should be able to move them.something like,
daylog show -o text | grep TODO | daylog -- tomorrowbut we dont handle stdin yet.
as a single command, maybe this would do the same thing,
daylog defer 'TODO'any line containing 'TODO' gets moved to tomorrow's log. kinds weird on fridays or something.