The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files.
https://src.libcode.org/download/klish/

Stanislav Galabov 79fe413202 Initial import of Lua plugin. Currently clish_plugin_lua_la_LDFLAGS and clish_plugin_lua_la_CFLAGS need to be specified manually in plugins/lua/module.am in order to build successfully. Once built - set CLISH_PATH to xml-examples/lua and start klish. You'll have all the commands as in xml-examples/test interpreted by Lua and, in addition, commands test8 (calls a lua function defined in test.lua), eval (can evaluate any string parameter as a Lua chunk) and test9 (an alias for eval) před 11 roky
bin 21e5c5ae08 Fix UNIX_PATH_MAX portability problem. Thanks to S.Galabov před 11 roky
clish aa1eca0762 Execute init hook on startup před 11 roky
contrib d32755628a Debian: Add debian text to contrib/README před 11 roky
debian 99b81c886a Debian: Fix some lintian bugs před 11 roky
examples ba539af810 First resolved symbol. před 11 roky
konf 21e5c5ae08 Fix UNIX_PATH_MAX portability problem. Thanks to S.Galabov před 11 roky
lub b306e0bf13 Don't compile debug _dump.c code před 11 roky
plugins 79fe413202 Initial import of Lua plugin. Currently clish_plugin_lua_la_LDFLAGS and clish_plugin_lua_la_CFLAGS need to be specified manually in plugins/lua/module.am in order to build successfully. Once built - set CLISH_PATH to xml-examples/lua and start klish. You'll have all the commands as in xml-examples/test interpreted by Lua and, in addition, commands test8 (calls a lua function defined in test.lua), eval (can evaluate any string parameter as a Lua chunk) and test9 (an alias for eval) před 11 roky
tinyrl bdbe49caf9 Restore proper tty mode před 11 roky
xml-examples 79fe413202 Initial import of Lua plugin. Currently clish_plugin_lua_la_LDFLAGS and clish_plugin_lua_la_CFLAGS need to be specified manually in plugins/lua/module.am in order to build successfully. Once built - set CLISH_PATH to xml-examples/lua and start klish. You'll have all the commands as in xml-examples/test interpreted by Lua and, in addition, commands test8 (calls a lua function defined in test.lua), eval (can evaluate any string parameter as a Lua chunk) and test9 (an alias for eval) před 11 roky
.gitignore 70395cdf1e Add simple plugin examples před 11 roky
CHANGES cc624ef42c Redirect readers of CHANGES and ISSUES to the actual web pages před 12 roky
ChangeLog edce0a7c8e Adding Debian package required files před 11 roky
ISSUES cc624ef42c Redirect readers of CHANGES and ISSUES to the actual web pages před 12 roky
LICENCE b81ff592c3 From: Emmanuel Deloget <logout@free.fr> před 12 roky
Makefile.am 79fe413202 Initial import of Lua plugin. Currently clish_plugin_lua_la_LDFLAGS and clish_plugin_lua_la_CFLAGS need to be specified manually in plugins/lua/module.am in order to build successfully. Once built - set CLISH_PATH to xml-examples/lua and start klish. You'll have all the commands as in xml-examples/test interpreted by Lua and, in addition, commands test8 (calls a lua function defined in test.lua), eval (can evaluate any string parameter as a Lua chunk) and test9 (an alias for eval) před 11 roky
README 4632c1a5b8 Remove legacy information from README před 12 roky
autogen.sh 8cdf6d307a Create m4 dir within autogen.sh script před 12 roky
clish.xsd abb9cea800 Add HOOK to scheme před 11 roky
configure.ac 53073e25c4 Support for bsdxml backend. Thanks to S.Galabov. před 11 roky

README

See the http://klish.googlecode.com page for information about klish.