feat(sort): allow sorting any column with top like navigation
Column Sorting Improvements:
Added < (previous column), > (next column), and R (reverse order) key bindings for column sorting.
Key Binding Simplification: Removed redundant per-column sort key bindings and their hints across various resources, reducing clutter in keyspace.
Resolves: #1000
@derailed Any feedback on this? Since this is a long standing issue with a previous PR, if the proposed implementation is bad in any way, please provide some insights on how we should go on implementing it. As it is really useful to be able to sort by any column quickly.
@ventsislav-georgiev I think this feature is great. Let's resolve the conflict and I'll take a peek...
@derailed Thanks, conflict resolved.
ping @derailed
@derailed Any chance we could merge this?
@ventsislav-georgiev Looks like we have conflicts. Can you take a peek?
@derailed rebased.
@derailed rebased again.
@derailed rebased yet again.
@derailed Thank you for the review! I've made the requested changes. Removed all canned sorting keys. Now we only rely on <|>|R for sorting.
ping @derailed
ping @derailed
This would make k9s so much better! Here's hoping it's getting merged and released soon.
This PR is stale because it has been open for 30 days with no activity.
@derailed ping when you find time, so I can revive this. Let me know if you want to change it again somehow. Maybe the part about removing all canned sorting keys was too much?