vit-project / vit

VIT is a lightweight, fast, curses-based front end to Taskwarrior
MIT License
492 stars 51 forks source link

display of project tags can be visually noisy because they are unsorted (patch attached) #334

Closed sez closed 1 year ago

sez commented 1 year ago

Hi, thanks for making vit!

Is your feature request related to a problem? Please describe.

Project tags are displayed in the order in which the user specified them, so two projects with the same tagset can be displayed differently, e.g.

have the same tags and yet it's not immediately obvious by staring at the tag list

Describe the solution you'd like

Displaly the tags in a consistent order. Please see the attatched patch (sending good old patch, as it's simple enough that a PR seemed overkill).

Thanks again! diff.txt

thehunmonkgroup commented 1 year ago

Display the tags in a consistent order.

Agreed, good idea.

Please see the attached patch (sending good old patch, as it's simple enough that a PR seemed overkill).

Believe it or not, PRs are much easier to deal with than patch files, they:

So if you'll please make a PR out of that patch, I should be able to easily get this merged.