Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | NEWS.md: update for 0.9. v0.9 | Leah Neukirchen | 2017-07-17 | 1 | -0/+10 | |
| | ||||||
* | Changes to xe.1 | Larry Hynes | 2017-07-17 | 1 | -40/+58 | |
| | | | | | | | | | | | | | | | | | | - Update NAME - Edit DESCRIPTION - In general, try to clarify between arguments, commands, parameters, resulting commands, arguments passed to commands, etc. - 'the' standard input - Add example for '-s' option - Be clearer about .Ar command and .Ar args - 'uses' -> 'follows' - 'never was' -> 'was never' - Clarify 'appear as a word on its own' - Add line about passing stdin to forked process - Don't use 'job id', refer to ENVIRONMENT - arg -> replace-arg Closes #4. | |||||
* | xe.1: define {} behavior more precisely | Leah Neukirchen | 2017-07-14 | 1 | -3/+3 | |
| | ||||||
* | README.md: add latest features | Leah Neukirchen | 2017-07-10 | 1 | -1/+7 | |
| | ||||||
* | add tests for -L | Leah Neukirchen | 2017-07-10 | 1 | -1/+17 | |
| | ||||||
* | xe: prefix lines with job on -LL | Leah Neukirchen | 2017-07-10 | 2 | -2/+3 | |
| | ||||||
* | xe: -L: print job ids, not PIDs | Leah Neukirchen | 2017-07-10 | 2 | -17/+25 | |
| | | | | PID can be reused during long runs | |||||
* | xe: add -L for output line buffering | Leah Neukirchen | 2017-07-10 | 2 | -6/+63 | |
| | | | | | We spawn one logging process per job, this is not very efficient, but easy to implement. | |||||
* | xe: keep track of our own children | Leah Neukirchen | 2017-07-10 | 1 | -2/+25 | |
| | | | | | Note that we could have children already upon our execve, there were false positives before. Also allows us to spawn our own helper processes now. | |||||
* | add -vv to trace pid and exit status | Leah Neukirchen | 2017-07-03 | 2 | -3/+14 | |
| | ||||||
* | xe.1: tweak | Leah Neukirchen | 2017-07-03 | 1 | -1/+3 | |
| | ||||||
* | parse_jobs: accept a multiplier on the CPU core number | Leah Neukirchen | 2017-07-03 | 2 | -6/+29 | |
| | ||||||
* | tests: reindent | Leah Neukirchen | 2017-06-03 | 1 | -13/+13 | |
| | ||||||
* | tests: nicer fix | Leah Neukirchen | 2017-06-03 | 1 | -46/+45 | |
| | ||||||
* | tests: ensure we test the xe we built | Leah Neukirchen | 2017-06-02 | 1 | -2/+3 | |
| | | | | Found by Nicolas Braud-Santoni. Fixes #3. | |||||
* | NEWS.md: update for 0.8 v0.8 | Leah Neukirchen | 2017-06-02 | 1 | -0/+4 | |
| | ||||||
* | xe: revise logic to only read new arguments when we immediately need them | Leah Neukirchen | 2017-05-19 | 2 | -6/+23 | |
| | | | | | This changes behavior on pipes that are written slowly, else there is a one-line delay between executions. | |||||
* | tests: add check for 0fb64a4 | Leah Neukirchen | 2017-05-19 | 1 | -1/+7 | |
| | ||||||
* | tests: fix test for -A% with no %. | Leah Neukirchen | 2017-05-19 | 1 | -1/+2 | |
| | ||||||
* | add NEWS v0.7.0 | Leah Neukirchen | 2017-04-13 | 1 | -0/+7 | |
| | ||||||
* | error on -A when separator does not appear | Leah Neukirchen | 2017-04-11 | 1 | -0/+5 | |
| | ||||||
* | Leahize | Leah Neukirchen | 2017-04-11 | 3 | -4/+3 | |
| | ||||||
* | fix typos | Jakub Wilk | 2017-02-16 | 2 | -7/+7 | |
| | ||||||
* | xe.1: clarify -R and default behavior without | Christian Neukirchen | 2016-11-30 | 1 | -2/+5 | |
| | ||||||
* | fix shquote for empty strings | Christian Neukirchen | 2016-06-13 | 1 | -1/+2 | |
| | ||||||
* | store result of getopt in int, to not break on architectures with unsigned chars v0.6.1 | Christian Neukirchen | 2016-05-20 | 1 | -2/+1 | |
| | ||||||
* | shquote: proper octal for DEL. v0.6 | Christian Neukirchen | 2016-02-26 | 1 | -1/+1 | |
| | ||||||
* | support reading arguments from file with -f | Christian Neukirchen | 2016-02-11 | 4 | -7/+47 | |
| | ||||||
* | only close stdin when we read arguments from it | Christian Neukirchen | 2016-02-10 | 2 | -8/+19 | |
| | ||||||
* | drop -k and make it default, add -F to exit on errors immediately | Christian Neukirchen | 2016-02-06 | 4 | -15/+23 | |
| | ||||||
* | tests: only print unexpected output when the output differs | Christian Neukirchen | 2016-02-06 | 1 | -1/+3 | |
| | ||||||
* | add tests v0.5 | Christian Neukirchen | 2016-01-17 | 2 | -0/+231 | |
| | ||||||
* | 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 | 3 | -1/+28 | |
| | ||||||
* | 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 | 3 | -39/+46 | |
| | ||||||
* | 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 | |
| | ||||||
* | Makefile: install manpage. | Christian Neukirchen | 2016-01-04 | 1 | -0/+1 | |
| | ||||||
* | add manpage. | Christian Neukirchen | 2016-01-04 | 1 | -0/+143 | |
| | ||||||
* | README.md: fix xargs invocation. | Christian Neukirchen | 2016-01-03 | 1 | -1/+1 | |
| | ||||||
* | 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 | 2 | -9/+12 | |
| | ||||||
* | implement -N0 to fill up with arguments up to _SC_ARG_MAX, revamp allocation | Christian Neukirchen | 2015-12-10 | 2 | -49/+119 | |
| | ||||||
* | 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 | 2 | -1/+7 | |
| |