Pablo Aguiar
Pablo Aguiar
Reproducible with `thefuck "sudo sleep 4"`. Thanks for reporting, @T3sT3ro.
@Spokaren it also requires a new rule to suggest `apt list --upgradable`, `sudo apt upgrade`, etc.
Fixed in 5198b34f24ca4bc414a5bf1b0288ee86ea2529a8 (#1292). Thanks, @NikosKakonas and @djh82.
What happens if you try `PNMP`? Please, check #802 and see if that's the case.
How about sharing your methodology? 🙂 What if `match` would return `True` when there's any character in `script` that can be converted to lowercase? I can suggest code if you'd...
Hi! > ``` > sagarkar:~/ $ thefuck --version > The Fuck 3.29 using Python 3.7.4 and ZSH 5.3 > ``` Any chance this is retried with the latest release, [3.32](https://github.com/nvbn/thefuck/releases/tag/3.32)?
Thanks for issueing it. 👍 Would you like to fix that one, @djh82? 🙂
Hey, @djh82! :wave: There are some new issues popping up for things that are already solved but not yet released and this fix is something I think should be included...
In view of how The Fuck works, I don't think this is something worth fixing – especially considering the [last stable version 2 release](https://github.com/fish-shell/fish-shell/releases/tag/2.7.1) is almost 4 years old. `Command.output`...
That would be an nice improvement. 1. identify if the underlying filesystem is case-insensitive 2. If it is, activate a flag to set everything to lower case prior to running...