summaryrefslogtreecommitdiff
path: root/src/options.c
Commit message (Collapse)AuthorAge
* show selection info (with -i option)Ondrej Martinek2019-12-27
|
* Simplify input_delimiter handlingJohn Hawthorn2019-08-16
|
* Add ability to use null as input delimiter.Ashkan Kiani2019-08-16
| | | | | Update tty to print newline as space Add tty_putc
* Set default options in config.def.hJohn Hawthorn2019-02-02
|
* Version 1.0John Hawthorn2018-09-23
|
* Add acceptance test for --helpJohn Hawthorn2017-02-07
| | | | Also shorten help to fit 80 characters wide terminal.
* Add -j option to control parallelismJohn Hawthorn2017-01-31
|
* Pass options to choices_initJohn Hawthorn2017-01-31
|
* Store result of getopt_long in an intJohn Hawthorn2016-06-22
| | | | This fixes issues on ARM, where char is unsigned.
* Extract option parsing to separate fileJohn Hawthorn2016-06-19