From 43264fc6de7b43602fdd9cf072e74f45dda29b16 Mon Sep 17 00:00:00 2001 From: rootiest Date: Thu, 30 Apr 2026 19:50:20 -0400 Subject: [PATCH] docs: add undocumented functions to documentation --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 969e80f..f7430b3 100644 --- a/README.md +++ b/README.md @@ -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 --force` | Same but force-deletes unmerged orphaned branches | | `clone` | `clone-in-kitty` wrapper | +| `gitui` | Fast terminal Git UI | ### 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 | | `monitors` | Open a 4-pane Kitty layout running `btop` locally and on remote servers | | `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