jschlatow / taskopen

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

truncate=<field> rc setting #72

Open linuxcaffe opened 11 years ago

linuxcaffe commented 11 years ago

Normally "truncate=desc", this variable is used in conjunction with the "-w " option, to allow taskopen to truncate the , if needed, in order to present the list within a given width without wrapping lines.

The desc field is basically just there as a handy reference, the UUID is unreadable anyway, and trimming these fields with a "..." will make for neater, narrower lists.

linuxcaffe commented 11 years ago

This might be multiples, like TRUNCATE=$UUID,$DESC,$ANNOTATION or this might just be TRUNCATE_DESC=on