Feature: allow sorting by dirname / filename in interactive mode#275
Feature: allow sorting by dirname / filename in interactive mode#275Byron merged 2 commits intoByron:mainfrom
Conversation
Byron
left a comment
There was a problem hiding this comment.
This is great work, thanks a lot!
I will release it shortly!
|
@EliahKagan I just wanted to share with you a finding I made just now. It's definitely a bug to be fixed in What seems to happen here is that the index lookup should tell |
|
And here is the new release: https://github.com/Byron/dua-cli/releases/tag/v2.30.0 . |
|
Did this start in gitoxide recently? Or is it just that it was recently discovered? |
|
I just discovered it, and would be thinking the issue is there from day one. |
Hi! This PR closes #269 by allowing users to toggle ascending / descending sort by name using the 'n' hotkey. A couple of notes on the design here, illustrated in the screen recording below.
dua-sort-by-name.mp4