aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/justfile
diff options
context:
space:
mode:
Diffstat (limited to 'justfile')
-rw-r--r--justfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/justfile b/justfile
index 86d8c4a..ee66284 100644
--- a/justfile
+++ b/justfile
@@ -157,7 +157,7 @@ add group +pkgs:
paru -S --needed {{ pkgs }}
-# Remove one or more packages from a group list and uninstall them (e.g. just remove dev ripgrep fd)
+# Remove one or more packages from a group list (does NOT uninstall; the package may belong to other groups)
remove group +pkgs:
#!/bin/sh
set -eu
@@ -174,7 +174,6 @@ remove group +pkgs:
echo "$pkg not in {{ group }}.txt"
fi
done
- paru -Rsn {{ pkgs }}
# ═══════════════════════════════════════════════════════════════════