excalibur1234 / pacui

Bash script providing advanced Pacman and Yay/Pikaur/Aurman/Pakku/Trizen/Pacaur/Pamac-cli functionality in a simple UI
GNU General Public License v3.0
168 stars 13 forks source link

Full Pamac integration #55

Closed puxplaying closed 4 years ago

puxplaying commented 4 years ago

Hello @excalibur1234 this should hopefully be a full and working integration of pamac. I hope that I didn't miss something.

excalibur1234 commented 4 years ago

i will accept this and clean up the code later.

excalibur1234 commented 4 years ago

thanks for doing this PR!

it seems that pamac is not intuitive, because you first have to edit the config file before you are able to install packages from the AUR. also, installing packages from the AUR using pamac is weird. i have not tested everything, but you code looks good.

i have just pushed some cleanups here: https://github.com/excalibur1234/pacui/commit/805929e4e6b90b2dccdc8600f0d0cad3d94b1021 as you can see, i have removed your func_psi, because i think it is not really necessary. however, if you want to include it, please do another PR with it. there are multiple problems with it (pamac-search.txt is used instead of a variable; there is a useless server connection in it; pacui crashed when the user enters an empty string), which can be better discussed separately.