mkcd
Synopsis
Section titled “Synopsis”mkcd [-s | --silent] <dir>Description
Section titled “Description”Creates a directory (including any missing parent directories) and immediately changes into it. Prints a tree of created directories by default, or suppresses output with -s. Delegates creation to _fish_mkdir_p.
Arguments
Section titled “Arguments”-h, --help |
Show usage help |
-s, --silent |
Suppress directory creation output |
<dir> |
Directory to create and enter |
Exit Status
Section titled “Exit Status”0 |
Directory created (or already existed) and entered successfully |
1 |
Directory creation or cd failed |
Example
Section titled “Example”mkcd ~/projects/myappmkcd ~/projects/newapp/srcDependencies: _fish_mkdir_p
Classification: bypasses-shadow(cd)