-
-
Notifications
You must be signed in to change notification settings - Fork 661
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
Support --quoting-style
like ls
(and quote filenames with spaces by default)
#216
Comments
This is a special case of #211 in a way. |
#211 looks more complex to implement, maybe that's the reason it's 3+ years old? Simply wrapping in quotes the file names when they contain a space would be a lot easier to implement and REALLY useful. exa -l
which is the link and which is the target? ls -l
That looks quite fundamental to me. |
This is something I still want to have! |
What does ls do?There are more details about the feature in Documentation about
|
--quoting-style
like ls
(and quote filenames with spaces by default)
When a filename ends in a space, there is no indication. Compare this with GNU ls, which encloses filenames with spaces in quotes.
As an aside on the example above, GNU ls sorts
'hello '
after'hello'
while exa sorts them the other way round.The text was updated successfully, but these errors were encountered: