From 22f814d880018bc882da2e0800d7b9290a2d3f87 Mon Sep 17 00:00:00 2001 From: Eric Lay Date: Sun, 28 Jun 2020 10:38:38 -0500 Subject: [PATCH] v0.9.1 --- fpf | 1 + 1 file changed, 1 insertion(+) diff --git a/fpf b/fpf index 840969a..fc33b4f 100644 --- a/fpf +++ b/fpf @@ -74,6 +74,7 @@ AurInstalled() { } ### ORPHANS +# List orphaned packages and remove selected Orphans() { sort <(pacman -Qtdq) > /tmp/orphaned echo "$(echo -e ' Select packages to remove\n (use TAB to toggle selection)'; cat /tmp/orphaned)" > /tmp/orphaned