nvbn / thefuck

Magnificent app which corrects your previous console command.
MIT License
83.75k stars 3.41k forks source link

Add `cd_quotes` rule #1373

Open FireFragment opened 1 year ago

FireFragment commented 1 year ago
> cd Some folder
cd: string not in pwd: Some
> fuck
cd "Some folder" [enter/↑/↓/ctrl+c]

This rule fixes forgotten quotes around directory containing spaces names when using cd.

The rule has priority 900 to override the cd_mkdir rule.