Add `cd_quotes` to README.md

This commit is contained in:
FireFragment 2023-04-17 16:08:57 +02:00 committed by GitHub
parent 1781992891
commit b8fc960d40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -210,6 +210,7 @@ following rules are enabled by default:
* `cd_cs` – changes `cs` to `cd`;
* `cd_mkdir` – creates directories before cd'ing into them;
* `cd_parent` – changes `cd..` to `cd ..`;
* `cd_quotes` – adds quotes around directories with spaces in filenames when cd'ing into them;
* `chmod_x` – add execution bit;
* `choco_install` – append common suffixes for chocolatey packages;
* `composer_not_command` – fixes composer command name;