Last active
August 22, 2021 15:20
-
-
Save ctemplin/f5ff99a16705f0accc776915ad16de62 to your computer and use it in GitHub Desktop.
Sort pacman packages by size.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
expac '%m\t%n' -H M | sort -hr | less |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Using bmenu is another option.