summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* shquote: proper octal for DEL. v0.6Christian Neukirchen2016-02-261-1/+1
* support reading arguments from file with -fChristian Neukirchen2016-02-114-7/+47
* only close stdin when we read arguments from itChristian Neukirchen2016-02-102-8/+19
* drop -k and make it default, add -F to exit on errors immediatelyChristian Neukirchen2016-02-064-15/+23
* tests: only print unexpected output when the output differsChristian Neukirchen2016-02-061-1/+3
* add tests v0.5Christian Neukirchen2016-01-172-0/+231
* fix appending of constant argumentsChristian Neukirchen2016-01-161-1/+1
* add -j0 to use as many cores as available v0.4Christian Neukirchen2016-01-163-1/+28
* fix callback to printf %s for -aChristian Neukirchen2016-01-161-1/+1
* expand {} also in the case of passing multiple argumentsChristian Neukirchen2016-01-163-39/+46
* fix -a which was broken due to a clashing variable nameChristian Neukirchen2016-01-161-8/+9
* better error messagesChristian Neukirchen2016-01-161-2/+2
* Makefile: install manpage.Christian Neukirchen2016-01-041-0/+1
* add manpage.Christian Neukirchen2016-01-041-0/+143
* README.md: fix xargs invocation.Christian Neukirchen2016-01-031-1/+1
* typo v0.3Christian Neukirchen2015-12-101-1/+1
* limit argmax to sensible valuesChristian Neukirchen2015-12-101-2/+7
* properly increase buffer in pushargChristian Neukirchen2015-12-101-1/+2
* bump max arguments to 8192 and don't reallocateChristian Neukirchen2015-12-101-10/+2
* consistent namingChristian Neukirchen2015-12-101-7/+7
* -v prints commands to stderrChristian Neukirchen2015-12-102-9/+12
* implement -N0 to fill up with arguments up to _SC_ARG_MAX, revamp allocationChristian Neukirchen2015-12-102-49/+119
* fix argsep finding to allow "xe -s 'echo $1' -a 1 2 3" v0.2Christian Neukirchen2015-11-021-7/+19
* export iteration count as $ITER to the child processChristian Neukirchen2015-11-022-1/+7
* -R to fail when no arguments are passedChristian Neukirchen2015-11-022-4/+13
* add -kChristian Neukirchen2015-11-022-7/+9
* don't default to printf when only -s is used v0.1Christian Neukirchen2015-11-011-3/+1
* Rename to xeChristian Neukirchen2015-10-293-9/+11
* default command: printf %s\nChristian Neukirchen2015-10-272-1/+9
* add MakefileChristian Neukirchen2015-10-261-0/+19
* initial import of xaChristian Neukirchen2015-10-242-0/+330