Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | support reading arguments from file with -f | Christian Neukirchen | 2016-02-11 | 1 | -4/+22 |
| | |||||
* | only close stdin when we read arguments from it | Christian Neukirchen | 2016-02-10 | 1 | -7/+9 |
| | |||||
* | drop -k and make it default, add -F to exit on errors immediately | Christian Neukirchen | 2016-02-06 | 1 | -6/+13 |
| | |||||
* | fix appending of constant arguments | Christian Neukirchen | 2016-01-16 | 1 | -1/+1 |
| | |||||
* | add -j0 to use as many cores as available v0.4 | Christian Neukirchen | 2016-01-16 | 1 | -1/+24 |
| | |||||
* | fix callback to printf %s for -a | Christian Neukirchen | 2016-01-16 | 1 | -1/+1 |
| | |||||
* | expand {} also in the case of passing multiple arguments | Christian Neukirchen | 2016-01-16 | 1 | -37/+36 |
| | |||||
* | fix -a which was broken due to a clashing variable name | Christian Neukirchen | 2016-01-16 | 1 | -8/+9 |
| | |||||
* | better error messages | Christian Neukirchen | 2016-01-16 | 1 | -2/+2 |
| | |||||
* | typo v0.3 | Christian Neukirchen | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | limit argmax to sensible values | Christian Neukirchen | 2015-12-10 | 1 | -2/+7 |
| | |||||
* | properly increase buffer in pusharg | Christian Neukirchen | 2015-12-10 | 1 | -1/+2 |
| | |||||
* | bump max arguments to 8192 and don't reallocate | Christian Neukirchen | 2015-12-10 | 1 | -10/+2 |
| | |||||
* | consistent naming | Christian Neukirchen | 2015-12-10 | 1 | -7/+7 |
| | |||||
* | -v prints commands to stderr | Christian Neukirchen | 2015-12-10 | 1 | -8/+11 |
| | |||||
* | implement -N0 to fill up with arguments up to _SC_ARG_MAX, revamp allocation | Christian Neukirchen | 2015-12-10 | 1 | -49/+118 |
| | |||||
* | fix argsep finding to allow "xe -s 'echo $1' -a 1 2 3" v0.2 | Christian Neukirchen | 2015-11-02 | 1 | -7/+19 |
| | |||||
* | export iteration count as $ITER to the child process | Christian Neukirchen | 2015-11-02 | 1 | -1/+4 |
| | |||||
* | -R to fail when no arguments are passed | Christian Neukirchen | 2015-11-02 | 1 | -3/+8 |
| | |||||
* | add -k | Christian Neukirchen | 2015-11-02 | 1 | -6/+7 |
| | |||||
* | don't default to printf when only -s is used v0.1 | Christian Neukirchen | 2015-11-01 | 1 | -3/+1 |
| | |||||
* | Rename to xe | Christian Neukirchen | 2015-10-29 | 1 | -0/+268 |