diff options
| author | kj_sh604 | 2026-01-17 20:49:20 -0500 |
|---|---|---|
| committer | kj_sh604 | 2026-01-17 20:49:20 -0500 |
| commit | 176f0e79f82a79d05e9bcc4d92fbf8805816f5d1 (patch) | |
| tree | 34209366f452ee24b71793132eddd19168e1cefd /.local/bin/parucache-clean-up | |
| parent | 625aaf2ac4d142110dd910b71df3fa83435b621d (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-up | 4 |
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 |
