aboutsummaryrefslogtreecommitdiff
path: root/tools/wdye/wdye.c
Commit message (Collapse)AuthorAgeFilesLines
* wdye: clean up, add process.pidPřemysl Eric Janouch42 hours1-14/+16
|
* wdye: optionally produce asciicast v2 logsPřemysl Eric Janouch2 days1-1/+91
| | | | | I've been fairly disappointed with asciinema, but it's slightly better than nothing.
* wdye: don't add the script path on errorPřemysl Eric Janouch2 days1-1/+1
| | | | Lua already provides this for us, including the line number.
* wdye: enable waiting for processesPřemysl Eric Janouch2 days1-1/+52
|
* wdye: read out the whole terminfo databasePřemysl Eric Janouch2 days1-10/+50
| | | | Also update LICENSE years.
* wdye: improve portabilityPřemysl Eric Janouch2 days1-2/+2
|
* Add an Expect-like toolPřemysl Eric Janouch3 days1-0/+1231
This is to provide an Expect utility with a minimal dependency tree for C-based projects. It also addresses some Tcl Expect design issues, as perceived by me.