about summary refs log tree commit diff
path: root/xhog
blob: a6a4645d202450427bfd8c215419ddea5dec87ba (plain) (blame)
1
2
3
4
5
#!/bin/sh
# xhog - list installed XBPS packages ordered by size

export LC_ALL=C
xbps-query -p installed_size -s '' | sort -h -k2 | column -s: -t