about summary refs log tree commit diff
path: root/xhog
diff options
context:
space:
mode:
Diffstat (limited to 'xhog')
-rwxr-xr-xxhog4
1 files changed, 4 insertions, 0 deletions
diff --git a/xhog b/xhog
new file mode 100755
index 0000000..bebffbe
--- /dev/null
+++ b/xhog
@@ -0,0 +1,4 @@
+#!/bin/sh
+# xhog - list installed XBPS packages ordered by size
+
+xbps-query -p installed_size -s '' | sort -h -k2 | column -s: -t