docs: add undocumented functions to documentation

This commit is contained in:
2026-04-30 19:50:20 -04:00
parent f9c53926b9
commit 43264fc6de
+9
View File
@@ -218,6 +218,7 @@ rm -f file.txt # Falls through to standard rm -f
| `git-clean` | Fetch, prune, update current branch, delete orphaned local branches | | `git-clean` | Fetch, prune, update current branch, delete orphaned local branches |
| `git-clean --force` | Same but force-deletes unmerged orphaned branches | | `git-clean --force` | Same but force-deletes unmerged orphaned branches |
| `clone` | `clone-in-kitty` wrapper | | `clone` | `clone-in-kitty` wrapper |
| `gitui` | Fast terminal Git UI |
### Package Management (Arch / paru) ### Package Management (Arch / paru)
@@ -272,6 +273,14 @@ rm -f file.txt # Falls through to standard rm -f
| `swapstat` | Colorized zRAM compression ratio, swappiness, and swap priority report | | `swapstat` | Colorized zRAM compression ratio, swappiness, and swap priority report |
| `monitors` | Open a 4-pane Kitty layout running `btop` locally and on remote servers | | `monitors` | Open a 4-pane Kitty layout running `btop` locally and on remote servers |
| `tmux-clean` | Kill all detached tmux sessions | | `tmux-clean` | Kill all detached tmux sessions |
| `limine-edit` | Safely edit and re-verify Limine bootloader configuration |
### Media & Utilities
| Function | Description |
|---|---|
| `dng2avif` | Convert DNG raw images to 10-bit HDR AVIF |
| `steam-dl` | Run Steam while inhibiting system sleep |
### Editors & Development ### Editors & Development