sort_by
sort alphabetically but do not take into account beginning dot
#2357
Labels
sort_by
sort alphabetically but do not take into account beginning dot
#2357
yazi --debug
outputPlease describe the problem you're trying to solve
Sorting alphabetically/naturally takes into account the initial dot (hidden files), but an option to also sort alphabetically/naturally ignoring the initial dot is useful. When hidden files are shown, it may be because all files should be treated "equally", so sort all files ignoring the fact that they are hidden.
Would you be willing to contribute this feature?
Describe the solution you'd like
Maybe rename
sort_sensitive
tosort_case_sensitive
and then providesort_dot_sensitive
option to sort alphabetically/naturally either taking into account dot or notE.g. sort as (default behavior in nnn file manager):
instead of
Additional context
No response
Checklist
The text was updated successfully, but these errors were encountered: