This commit is contained in:
Eric Lay 2020-06-28 10:38:38 -05:00
parent c8c65bf7c2
commit 22f814d880
1 changed files with 1 additions and 0 deletions

1
fpf
View File

@ -74,6 +74,7 @@ AurInstalled() {
} }
### ORPHANS ### ORPHANS
# List orphaned packages and remove selected
Orphans() { Orphans() {
sort <(pacman -Qtdq) > /tmp/orphaned sort <(pacman -Qtdq) > /tmp/orphaned
echo "$(echo -e ' Select packages to remove\n (use TAB to toggle selection)'; cat /tmp/orphaned)" > /tmp/orphaned echo "$(echo -e ' Select packages to remove\n (use TAB to toggle selection)'; cat /tmp/orphaned)" > /tmp/orphaned