Compare commits

..

1 Commits

+1 -1
View File
@@ -271,7 +271,7 @@ rm -f file.txt # Falls through to standard rm -f
| Function | Description |
|---|---|
| `mkcd <dir> [-s]` | Create directory (including missing parents) and `cd` into it; shows a tree of newly-created dirs by default; `-s`/`--silent` suppresses the tree |
| `poke <file>...` | `touch` with automatic parent directory creation; shows a tree of newly-created dirs (dimmed existing anchor + cyan new entries); `~` substituted for `$HOME` |
| `poke <file>...` | `touch` with automatic parent directory creation; shows a tree of newly-created dirs |
| `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 |