mkcd
mkcd [-s | --silent] <dir>Creates a directory (including any missing parent directories) andimmediately changes into it. Prints a tree of created directories bydefault, or suppresses output with -s. Delegates creation to_fish_mkdir_p.Arguments:
-h, --help |
Show usage help |
-s, --silent |
Suppress directory creation output |
<dir> |
Directory to create and enter |
Returns:
0 |
Directory created (or already existed) and entered successfully |
1 |
Directory creation or cd failed |
mkcd ~/projects/myappmkcd ~/projects/newapp/src