jschlatow / taskopen

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

RFE: taskopen -C ['column definition'] #29

Closed linuxcaffe closed 3 years ago

linuxcaffe commented 11 years ago

-C as in Columns

With a default definition in .taskopenrc

columns=$CHOICE) $ANNOT ("$DESC") -- $ID

then just

taskopen -C

would use the default order, aligned in columns, and

taskopen -C '$CHOICE | $LABEL: $ANNOT | $ID $DESC'

would override that order.