diff options
author | Christian Neukirchen <chneukirchen@gmail.com> | 2014-09-15 00:33:36 +0200 |
---|---|---|
committer | Christian Neukirchen <chneukirchen@gmail.com> | 2014-09-15 00:33:36 +0200 |
commit | d3c6697735d9677ed14bc9e5d775982e193ae9d0 (patch) | |
tree | db508c406e5ff7acf723301102886130de5be640 | |
parent | 6c64b2c423c551d83799fcc868c7e0a05e02bf63 (diff) | |
download | xtools-d3c6697735d9677ed14bc9e5d775982e193ae9d0.tar.gz xtools-d3c6697735d9677ed14bc9e5d775982e193ae9d0.tar.xz xtools-d3c6697735d9677ed14bc9e5d775982e193ae9d0.zip |
update README
-rw-r--r-- | README | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/README b/README index 288a259..7143f75 100644 --- a/README +++ b/README @@ -3,9 +3,10 @@ These are a few small utilities for use with XBPS: https://github.com/voidlinux/xbps - gensum [-i] TEMPLATE - update SHA256 sums in templates + xbulk [-n] [-k] [-xbps_src_flags] PKG... - simple XBPS bulk builder xbump PKGNAME [git commit options] - git commit a version bump - xdiff [DIR] - merge XBPS .new-* files + xdiff [-u] [DIR] - merge XBPS .new-* files + xgensum [-i] TEMPLATE - update SHA256 sums in templates 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 @@ -13,6 +14,7 @@ https://github.com/voidlinux/xbps xls PKGS... - list files contained in PKGS (including binpkgs) xmindep PKGS... - minimize list of PKGS by removing implicit dependencies xnuxnu PKG - upstream version checker for XBPS templates + xoptdiff [-q] [PKGS...] - show template options which differ from binary package xq PKGS... - query information about XBPS package xsrc PKG - list source files for XBPS template |