Installed expac, but your command seems to show 20 latest installed packages not largest
I like to list the biggest installed packages from time to time. yay -Ps shows only ten biggest.
Few days ago I realized I have few electron versions installed… I don’t remember why as I do not use anything electron based. So having qp may be handy to look and remove some big packages once in a while.
Just a heads up, on the 21st (tomorrow) I’ll be rolling out a new command-based syntax and the flag-based syntax will be deprecated (not immediately, so scripts won’t break). I’m starting to reach the limits of what flags can do without the shell exploding, so a fully expressive language is in the works.
The equivalent of your command in the new syntax would be:
$ qp order size:asc limit 20 --no-headers
Shorthand would be:
$ qp o size:asc l 20 --no-headers
I noticed that you piped the output into tac, does that mean a tail:n or end:n modifier to limit would be useful to you?
Hi @Zweih, welcome to the forum
I was looking for a way to list the largest installed packages in a way similar to yay -Ps, but I needed more than just 10. I didn’t know expac and that’s how I found your tool
I see that qp is in a phase of rapid development.
Thanks for developing this handy utility.