jschlatow / taskopen

Tool for taking notes and open urls with taskwarrior
GNU General Public License v2.0
364 stars 31 forks source link

-x and -i multiples #68

Closed linuxcaffe closed 3 years ago

linuxcaffe commented 11 years ago

if it's technically feasible, why not allow

$ taskopen -i 'task $ID list' -i 'ls -al' -i wc

etc.

resulting in three extra lines of interleaved output?

jschlatow commented 3 years ago

Can be done with taskopen -i'task $ID list && ls -al && wc'.