David
David
I have a much simpler implementation as part of my local rules, which seems to catch most of my issues, and doesnt try to do too much: ```python from thefuck.utils...
Did you notice the first line of the README? "The Fuck is a magnificent app, inspired by a [@liamosaur](https://twitter.com/liamosaur/) [tweet](https://twitter.com/liamosaur/status/506975850596536320), that corrects errors in previous console commands."
This looks good?
This looks good?
@davidegavio the incriminating piece of code is in no_command.py. The return should be: ```python return [' '.join(shell.quote(a) for a in [new_command] + command.script_parts[1:]) for new_command in new_cmds] ``` Where `quote`...
Didn't want to forget! Sure, I can take this one.
Hey, sure, I've been on holiday for a while so haven't been able to attack this quite yet. Feel free to fix it - it should be quite easy; I...
I think that's a perfectly reasonable stance to take. Fish v3 was released Dec '18. Question for you then @scorphus, what do you think about starting a deprecation cycle for...
Having said all that, I do think it is desirable for all of the rules that assume the operators to use the shell class instead, even though they probably now...
The `kubectl` command?