From 63609830aff45d219ca5a958e4f7bbb3501c6cfa Mon Sep 17 00:00:00 2001 From: Jeremy McClure Date: Thu, 16 Jul 2026 02:16:51 -0400 Subject: [PATCH] README: fix docker-stacks-backup link, add docker-stacks-update entry --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f6fef60..f530b5c 100644 --- a/README.md +++ b/README.md @@ -6,10 +6,11 @@ A collection of utility scripts for Linux desktop and server administration. | Directory | Description | |-----------|-------------| -| [`audio-toggle/`](audio-toggle/) | Switch PulseAudio/PipeWire audio output sinks (next, previous, by name, or list) | -| [`chaotic-aur/`](chaotic-aur/) | One-shot installer/enabler for the Chaotic-AUR Arch Linux repository | -| [`docker-stack-backup/`](docker-stack-backup/) | Backup & restore Docker Compose stacks with named volumes, hooks, retention, and integrity verification | +| [`audio-toggle/`](audio-toggle/) | Switch PulseAudio/PipeWire audio sinks (next, previous, by name, or list) with desktop notifications | +| [`chaotic-aur/`](chaotic-aur/) | One-shot idempotent installer for the Chaotic-AUR Arch Linux binary repository | +| [`docker-stacks-backup/`](docker-stacks-backup/) | Backup & restore Docker Compose stacks — named volumes, bind mounts, pre/post hooks, retention, integrity verification | +| [`docker-stacks-update/`](docker-stacks-update/) | Discover running Compose stacks, pull latest images, and restart only those that changed | | [`input-remapper-switcher/`](input-remapper-switcher/) | Auto-switch [input-remapper](https://github.com/sezanzeb/input-remapper) presets per-application via Hyprland socket events | | [`proxmox-backup/`](proxmox-backup/) | Backup & restore Proxmox VE configuration (local or over SSH) with integrity verification | | [`proxmox-cloudimg/`](proxmox-cloudimg/) | Download, customize, and create Proxmox VE VM templates from official cloud images | -| [`zsh/`](zsh/) | Zsh configuration (`.zshrc`), bootstrap installer, and themed tmux config | +| [`zsh/`](zsh/) | Zsh configuration (`.zshrc`), dependency bootstrap installer, and themed tmux config |