From 9448d1fda6add12c71d95ebc9474b3109c86bd3f Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Tue, 13 Jan 2015 11:00:39 +0100 Subject: add xhog --- xhog | 4 ++++ 1 file changed, 4 insertions(+) create mode 100755 xhog (limited to 'xhog') 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 -- cgit 1.4.1