v0.9.1
This commit is contained in:
parent
c8c65bf7c2
commit
22f814d880
1
fpf
1
fpf
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue