summary refs log tree commit diff
path: root/xe.1
Commit message (Collapse)AuthorAgeFilesLines
* 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