about summary refs log tree commit diff
path: root/xe.1
Commit message (Collapse)AuthorAgeFilesLines
* properly forward errors on exec, return 123 on any exit status 1-254Leah Neukirchen2023-08-021-2/+2
| | | | | Use the CLOEXEC pipe trick to detect if exec happened; read the errno from the pipe if it wasn't closed due to exec.
* xe.1: tweak -0 description.Leah Neukirchen2020-01-161-2/+2
|
* tweak synopsisLeah Neukirchen2017-11-031-5/+6
|
* perc_match: patterns with ** match against full path tooLeah Neukirchen2017-10-121-1/+3
|
* xe.1: tweaksLeah Neukirchen2017-10-121-2/+2
|
* xe.1: add some examplesLeah Neukirchen2017-10-091-0/+12
|
* add -q for quiet mode to redirect output of programs to /dev/nullLeah Neukirchen2017-10-091-1/+4
|
* xe.1: use Sq Li, not Li SqLeah Neukirchen2017-10-091-3/+3
|
* xe.1: document new percent rulesLeah Neukirchen2017-10-091-13/+59
|
* percent patterns without / match against basenames onlyLeah Neukirchen2017-09-241-0/+1
|
* add -p for percent rulesLeah Neukirchen2017-09-241-1/+28
|
* xe.1: tweaksLeah Neukirchen2017-09-241-2/+2
|
* Changes to xe.1Larry Hynes2017-07-171-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 preciselyLeah Neukirchen2017-07-141-3/+3
|
* xe: prefix lines with job on -LLLeah Neukirchen2017-07-101-1/+2
|
* xe: -L: print job ids, not PIDsLeah Neukirchen2017-07-101-2/+2
| | | | PID can be reused during long runs
* xe: add -L for output line bufferingLeah Neukirchen2017-07-101-1/+10
| | | | | We spawn one logging process per job, this is not very efficient, but easy to implement.
* add -vv to trace pid and exit statusLeah Neukirchen2017-07-031-0/+1
|
* xe.1: tweakLeah Neukirchen2017-07-031-1/+3
|
* parse_jobs: accept a multiplier on the CPU core numberLeah Neukirchen2017-07-031-1/+7
|
* LeahizeLeah Neukirchen2017-04-111-1/+1
|
* fix typosJakub Wilk2017-02-161-3/+3
|
* xe.1: clarify -R and default behavior withoutChristian Neukirchen2016-11-301-2/+5
|
* support reading arguments from file with -fChristian Neukirchen2016-02-111-0/+10
|
* drop -k and make it default, add -F to exit on errors immediatelyChristian Neukirchen2016-02-061-4/+4
|
* add -j0 to use as many cores as available v0.4Christian Neukirchen2016-01-161-0/+3
|
* expand {} also in the case of passing multiple argumentsChristian Neukirchen2016-01-161-1/+7
|
* add manpage.Christian Neukirchen2016-01-041-0/+143