We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello,
When i type 'ls' command, I see '?' instead of the accented char. See below :
Is there a way to display accented characters ?
Thanks,
The text was updated successfully, but these errors were encountered:
That's an issue with msysgit's ls, not cmder. I'd like a solution though.
ls
Sorry, something went wrong.
Yeah, sorry. The only help I could find is regarding git, may I suggest using powershell or aliasing ls to dir? alias ls=dir
alias ls=dir
OR
alias ls to ls --show-control-chars: alias ls=ls --show-control-chars --color $*
alias ls=ls --show-control-chars --color $*
Indeed. I did that:
ls=ls --show-control-chars -F --color $* lsa=ls -lah --show-control-chars -F --color $* l=ls -la --show-control-chars -F --color $* ll=ls -l --show-control-chars -F --color $* la=ls -lap --show-control-chars -F --color $*
(quite boring, even if you defined ls like that, you have to specify it for other aliases too.)
commit 997bd5c24... has pulled in ls=ls --show-control-chars -F --color $* so I'm closing this fixed.
ls=ls --show-control-chars -F --color $*
No branches or pull requests
Hello,
When i type 'ls' command, I see '?' instead of the accented char. See below :
Is there a way to display accented characters ?
Thanks,
The text was updated successfully, but these errors were encountered: