diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2015-01-13 11:00:39 +0100 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2015-01-13 11:00:39 +0100 |
commit | 9448d1fda6add12c71d95ebc9474b3109c86bd3f (patch) | |
tree | d14eb89b97aded99dfd621e66f605706ea75c684 /xhog | |
parent | 05c03dc3df942b0abd55b4b8a2597f8dbec4f86a (diff) | |
download | xtools-9448d1fda6add12c71d95ebc9474b3109c86bd3f.tar.gz xtools-9448d1fda6add12c71d95ebc9474b3109c86bd3f.tar.xz xtools-9448d1fda6add12c71d95ebc9474b3109c86bd3f.zip |
add xhog
Diffstat (limited to 'xhog')
-rwxr-xr-x | xhog | 4 |
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 |