feat(navigation): add mkcd function
Creates a directory (including all missing parents) and immediately cd's into it. Supports -h/--help, distinguishes new vs existing dirs in feedback, and uses set_color for consistent colored output.
This commit is contained in:
@@ -211,6 +211,7 @@ rm -f file.txt # Falls through to standard rm -f
|
||||
|
||||
| Function | Description |
|
||||
|---|---|
|
||||
| `mkcd <dir>` | Create directory (including missing parents) and `cd` into it |
|
||||
| `ls` | `eza` — long listing, all files, icons, color, hyperlinks |
|
||||
| `lss` | `eza` — size-sorted long listing with gradient color scale |
|
||||
| `lsr` | `eza` — reversed time-sorted oneline listing |
|
||||
|
||||
Reference in New Issue
Block a user