You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, if you specify a default sort in the config, there is no way to revert it back to a name sort on the command-line as the option is not accepted.
The text was updated successfully, but these errors were encountered:
I tested this and was able to reproduce 'name' as a sort option throws an error.
This looks like expected functionality. If you look at the lsd man page man lsd --sort shows the list of possibles as [possible values: size, time, version, extension, git. 'name' is not in the list of possible values
Version
version
lsd 1.1.5
What OS are you seeing the problem on?
macOS 14.6.1
installation
brew install lsd
term
xterm-256color
ls-colors
No response
What happened?
What expected?
What else?
Currently, if you specify a default sort in the config, there is no way to revert it back to a name sort on the command-line as the option is not accepted.
The text was updated successfully, but these errors were encountered: