diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-30 15:54:20 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-07-30 15:54:20 +0200 |
commit | 8b1ac0bf2c0434749f5e7d87d9840c2030228174 (patch) | |
tree | ceb4842a64185cb6e0652a21131cf6a477fe61d9 /README | |
download | xtools-8b1ac0bf2c0434749f5e7d87d9840c2030228174.tar.gz xtools-8b1ac0bf2c0434749f5e7d87d9840c2030228174.tar.xz xtools-8b1ac0bf2c0434749f5e7d87d9840c2030228174.zip |
initial import of xtools
Diffstat (limited to 'README')
-rw-r--r-- | README | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/README b/README new file mode 100644 index 0000000..23fadf8 --- /dev/null +++ b/README @@ -0,0 +1,20 @@ +# xtools - a few helpers for working with XBPS + +These are a few small utilities for use with XBPS: +https://github.com/voidlinux/xbps + + xdiff [DIR] - merge XBPS .new-* files + xgrep PATTERN PKGS... - search files limited to XBPS package contents + xlg PKG - open short commit log for XBPS template + xlocate PATTERN - locate files in all XBPS packages + xlog PKG - open commit log for XBPS template + xls PKGS... - list files contained in PKGS (including binpkgs) + xq PKGS... - query information about XBPS package + xsrc PKG - list source files for XBPS template + +A few tools assume xbps-packages is checked out at ~/xbps-packages. + +To the extent possible under law, Christian Neukirchen has waived +all copyright and related or neighboring rights to this work. + +http://creativecommons.org/publicdomain/zero/1.0/ |