We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I try to change a folder with initial capital letters to lowercase and then find that a non-existent path prompt appears.
fish --private -C "cd /tmp; mkdir Debug"
mv Debug debug
mv Debug Debug
D
mv Debug |ebug
mv Debug Debug/ebug
/ebug
It seems that the /ebug part shouldn't be there.
fish from master branch Reproduced under macOS and Linux.
I try to change a folder with initial capital letters to lowercase and then find that a non-existent path prompt appears.
fish --private -C "cd /tmp; mkdir Debug"mv Debug debugshowsmv Debug Debug( This issue is tracked in Suggestions are confusing when case differs #3134 )Dof the second parameter and try to change it to lowercase.mv Debug |ebugmv Debug debug->mv Debug Debug/ebug(/ebugis gray, pressing tab does not complete this part.)It seems that the
/ebugpart shouldn't be there.fish from master branch
Reproduced under macOS and Linux.