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:
2026-05-27 15:30:08 -04:00
parent 013cf95478
commit 2e7f2d07e4
2 changed files with 50 additions and 0 deletions
+1
View File
@@ -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 |