You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 15, 2025. It is now read-only.
'"$(if(( $(tput cols) >=120));thenecho"--preview-window=right:55%:wrap";elseecho"--preview-window=bottom:55%:wrap";fi)" --header="Dependency Tree of \"$pkg\" (installed). ESC to quit." --prompt='Enter string to filter list > '> /tmp/pacui-t
829
+
'"$(if(( $(tput cols) >=120));thenecho"--preview-window=right:55%:wrap";elseecho"--preview-window=bottom:55%:wrap";fi)" --header="Local Dependency Tree of \"$pkg\". ESC to quit." --prompt='Enter string to filter list > '> /tmp/pacui-t
830
830
831
831
else
832
832
@@ -841,7 +841,7 @@ function func_t
841
841
pacman -Si "$( echo {} | sed "s/^[│├└─ ]*//g" | cut -d " " -f 1 )" --color always # display package info from repository, if package is not locally installed
842
842
843
843
fi
844
-
'"$(if(( $(tput cols) >=120));thenecho"--preview-window=right:55%:wrap";elseecho"--preview-window=bottom:55%:wrap";fi)" --header="Dependency Tree of \"$pkg\" (not installed). ESC to quit." --prompt='Enter string to filter list > '> /tmp/pacui-t
844
+
'"$(if(( $(tput cols) >=120));thenecho"--preview-window=right:55%:wrap";elseecho"--preview-window=bottom:55%:wrap";fi)" --header="Repository Dependency Tree of \"$pkg\". ESC to quit." --prompt='Enter string to filter list > '> /tmp/pacui-t
'"$(if(( $(tput cols) >=120));thenecho"--preview-window=right:55%:wrap";elseecho"--preview-window=bottom:55%:wrap";fi)" --header="Reverse Dependency Tree of \"$pkg\" (installed). ESC to quit." --prompt='Enter string to filter list > '> /tmp/pacui-rt
894
+
'"$(if(( $(tput cols) >=120));thenecho"--preview-window=right:55%:wrap";elseecho"--preview-window=bottom:55%:wrap";fi)" --header="Local Reverse Dependency Tree of \"$pkg\". ESC to quit." --prompt='Enter string to filter list > '> /tmp/pacui-rt
895
895
896
896
else
897
897
898
+
# if $pkg is not a locally installed package, "pactree -s -r" shows reverse dependency tree of repository packages:
if ( pacman -Qq "$( echo {} | sed "s/^[│├└─ ]*//g" | cut -d " " -f 1 )" &>/dev/null ) # check, if selected line contains a locally installed package.
900
901
then
@@ -906,7 +907,7 @@ function func_rt
906
907
pacman -Si "$( echo {} | sed "s/^[│├└─ ]*//g" | cut -d " " -f 1 )" --color always # display package info from repository, if package is not locally installed
907
908
908
909
fi
909
-
'"$(if(( $(tput cols) >=120));thenecho"--preview-window=right:55%:wrap";elseecho"--preview-window=bottom:55%:wrap";fi)" --header="Reverse Dependency Tree of \"$pkg\" (not installed). ESC to quit." --prompt='Enter string to filter list > '> /tmp/pacui-rt
910
+
'"$(if(( $(tput cols) >=120));thenecho"--preview-window=right:55%:wrap";elseecho"--preview-window=bottom:55%:wrap";fi)" --header="Repository Reverse Dependency Tree of \"$pkg\". ESC to quit." --prompt='Enter string to filter list > '> /tmp/pacui-rt
0 commit comments