ckipp01 / skan

A minimal terminal kanban board
MIT License
70 stars 0 forks source link

feat: change default ordering to be by priority #65

Closed ckipp01 closed 1 year ago

ckipp01 commented 1 year ago

Before the ordering of the items was done by creation date. This changes that to now be done by priority. The old behavior can still be achieved by using boardOrder in your config and setting it to date.

closes #58