ad-si / TaskLite

The CLI task manager for power users
https://tasklite.org
GNU Affero General Public License v3.0
216 stars 12 forks source link

maxWidth and text wrapping #46

Open ypce opened 3 years ago

ypce commented 3 years ago

Hi, It seems that maxWidth parameter, doesn't mater how high the value is, doesn't do anything? I assume, when set, for example to 200, it should only wrap the line when combined line character count is larger then 200? Because right now, even if the character count is lower then that value, the line is wrapped.

xsteve commented 3 years ago

It seems that lines are wrapped at 80 columns (when invoking tasklite to show the tasklist) It would be great to have a way to specify the number of columns (either by a parameter in the config file or by a command line option)