-
-
Notifications
You must be signed in to change notification settings - Fork 66
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
allow dirs-first
flag to work regardless of order
#67
Conversation
I checked out your branch and can confirm it works. I'm working on a dirs-last implementation, but thought it might make more sense to roll the two into a single optional sub-command. Something like DirectoryOrdering { First, Last }, with short -D and long --dir-order. |
i changed the sort type from |
Yeah, that implementation makes sense. Seems fine to let "sorting by none" be an explicit option, since it's the default. If someone "overrides" the default with an alias (or a config file? not 100% sure how those work with defaults), this gives them a chance to override their default. That all said, this was an option in 1.3 and was later removed (in 5ea5730). Not sure why / if it was intentional, but there don't seem to be downsides to me. |
@bryceberger I didn't have a great reason to remove it. It just felt weird at the time to have a Thanks @fawni for the contribution! If you wouldn't mind just taking care of the minor merge conflict that'd be awesome. |
this seems to have been applied before resolving the conflict
Thanks @fawni for the contribution! <3 |
closes #65