@AsudoxDev no love for #yay ?
You can say "Yay!" when there are updated packages too
@troppacaffeina @libri c'entra poco ma ho trovato molto bello Un anno sull'altipiano di Emilio Lussu.
Ti fa sentire dentro quelle maledette trincee
@duckweed @linuxphones give #postmarketos a chance
@fell @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] you need something to call checkupdates | grep package every some time, i put it into my #fish shell greeting so everytime i open a shell i see how many packages i have to install
The code is
echo 'Searching for updates...'
echo "Updates found:" $(checkupdates | wc -l)
This code should run over bash too
@fell @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] you'd need to use a temporary database, keep doing pacman -Sy then pacman -Si package | grep version
All by memory may be wrong
@fell @[email protected] @[email protected] @[email protected] @[email protected] @[email protected] there's checkupdates that does that for all the packages, this case requires a custom script imho