aboutsummaryrefslogtreecommitdiff
path: root/.local/bin/parucache-clean-up
diff options
context:
space:
mode:
authorkj_sh6042026-01-17 20:49:20 -0500
committerkj_sh6042026-01-17 20:49:20 -0500
commit176f0e79f82a79d05e9bcc4d92fbf8805816f5d1 (patch)
tree34209366f452ee24b71793132eddd19168e1cefd /.local/bin/parucache-clean-up
parent625aaf2ac4d142110dd910b71df3fa83435b621d (diff)
refactor: only show out-of-date and non-aur stdout
Diffstat (limited to '.local/bin/parucache-clean-up')
-rwxr-xr-x.local/bin/parucache-clean-up4
1 files changed, 3 insertions, 1 deletions
diff --git a/.local/bin/parucache-clean-up b/.local/bin/parucache-clean-up
index 7939102..add81cb 100755
--- a/.local/bin/parucache-clean-up
+++ b/.local/bin/parucache-clean-up
@@ -72,7 +72,9 @@ clean_aur_cache() {
## printf "regenerating paru database...\n"
## paru --gendb || error_exit "failed to regenerate paru database"
- paru -Ps
+ echo ''
+ paru -Ps | grep --color=never '::'
+ echo ''
}
# default values