Skip to content

Added client (kresc) for interacting with daemon using command prompt with history and tab-completion

Štěpán Balážik requested to merge add_libedit_2 into master

When kresd -f 1 is running one can connect to it using kresc tty/xxx (where xxx is PID of kresd process) and interact with it using command prompt with tab completion and history. kresc completes (and suggests) global names and table members (and for functions adds left parenthesis).

Merge request reports