Comp-490-TR-Afternoon-Group-Four / thefuck

Magnificent app which corrects your previous console command.
MIT License
0 stars 0 forks source link

put arguments into quotation marks #410 #12

Open RyanCallahan312 opened 3 years ago

RyanCallahan312 commented 3 years ago

Original Issues: https://github.com/nvbn/thefuck/issues/410

This might be a cool rule. I want to do:

mpv "https://www.youtube.com/watch?v=O0ZnZMhkUyI"

but type

mpv https://www.youtube.com/watch?v=O0ZnZMhkUyI

which fails with 1:

zsh: no matches found: https://www.youtube.com/watch?v=O0ZnZMhkUyI

thefuck tells me there are no fucks given. Is this a special case of some more general case, perhaps?