From bcdd26302f45f976981da0d3855161ac024b94c6 Mon Sep 17 00:00:00 2001 From: sommerfeld Date: Tue, 21 Apr 2026 01:23:27 +0100 Subject: docs: fix 'just undeclared' doc comment (was collapsed by just) --- justfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/justfile b/justfile index fb6b10b..aee4cc7 100644 --- a/justfile +++ b/justfile @@ -77,8 +77,7 @@ dotfile-drift: echo "=== Dotfile drift ===" chezmoi status -S . || true -# Print undeclared packages (installed but not in any meta/*.txt), one per line, unindented -# Pipeable: just undeclared | paru -Rs - +# Print undeclared packages one per line, unindented (pipe to 'paru -Rs -' to remove them) undeclared: #!/bin/sh declared=$(cat meta/*.txt | grep -v '^\s*#' | grep -v '^\s*$' | sort -u) -- cgit v1.2.3-70-g09d2