summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* ui: Add UI init, exit, and resume functionsP. J. McDermott2015-10-272-1/+18
| | | | Will be used with TUI.
* src/main.sh: Add "set -u"P. J. McDermott2015-10-271-0/+2
|
* main(): Use show_menu()P. J. McDermott2015-10-271-1/+14
|
* cli_show_menu(): New functionP. J. McDermott2015-10-271-0/+37
|
* ui/cli: Write warnings and errors to stderrP. J. McDermott2015-10-272-9/+9
| | | | Also put dbg() before other functions.
* Validate UI optionP. J. McDermott2015-10-272-1/+12
|
* src/main.sh: Add option parsingP. J. McDermott2015-10-271-1/+56
|
* Add UI supportP. J. McDermott2015-10-276-6/+100
| | | | Also remove src/foo.sh.
* Add example source filesP. J. McDermott2015-10-273-0/+11