keenerd / packer

Bash wrapper for pacman and AUR.
247 stars 48 forks source link

Reverse the order of AUR packages #90

Open pmav99 opened 11 years ago

pmav99 commented 11 years ago

Is it possible to add an option for reversing the order of AUR packages?

At the moment search results are shown like this:

packer gtk --auronly
1 ....
2 ....
...
1312 ...

while, it is very common to care only for the most popular packages. So something like this would be useful:

packer gtk --auronly --reverse
1312 ...
...
2 ...
1 ...