about summary refs log tree commit diff
path: root/xhog
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2015-01-13 11:00:39 +0100
committerChristian Neukirchen <chneukirchen@gmail.com>2015-01-13 11:00:39 +0100
commit9448d1fda6add12c71d95ebc9474b3109c86bd3f (patch)
treed14eb89b97aded99dfd621e66f605706ea75c684 /xhog
parent05c03dc3df942b0abd55b4b8a2597f8dbec4f86a (diff)
downloadxtools-9448d1fda6add12c71d95ebc9474b3109c86bd3f.tar.gz
xtools-9448d1fda6add12c71d95ebc9474b3109c86bd3f.tar.xz
xtools-9448d1fda6add12c71d95ebc9474b3109c86bd3f.zip
add xhog
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