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/

peter f533af2a87 lua example 1 year ago
bin bd6c878d57 context: Add scheme field and ustore funcs 1 year ago
dbs 4f35b254fa dbs: ischeme plugin that can deploy 2 years ago
docs d25a2514f2 lib: Add KTP dir 3 years ago
examples f533af2a87 lua example 1 year ago
klish 801aa0304b Universal function kcontext_plugin() that can return plugin from ACTION 1 year ago
libc 1a733d2882 Add internal getopt implamentation. BSD version 10 years ago
m4 cb8ca83a07 Fix ax_lua.m4 so that it skips the header version checks and assumes they're ok when cross-compiling. Use ax_lua.m4's facilities to locate Lua libs and headers 11 years ago
plugins d0e0ad5eac remove useless headers 1 year ago
tinyrl d78768b041 build: Fix warning about --version-info 3 years ago
.clang-format a22ee5775c Formatting fixes 4 years ago
.gitignore 0637d7205e Add easy 'make deb' target. Thanks to Konstantin Kharlamov 3 years ago
CHANGES c8d65326ed fix 2 links, typos, describes args* attributes 5 years ago
ChangeLog edce0a7c8e Adding Debian package required files 11 years ago
Doxyfile ebf0742663 Update faux/ctype files 4 years ago
ISSUES c8d65326ed fix 2 links, typos, describes args* attributes 5 years ago
LICENCE b81ff592c3 From: Emmanuel Deloget <logout@free.fr> 12 years ago
Makefile.am 254f216120 plugins: Add first empty plugin 3 years ago
README 5d137b4b45 Update README file 3 years ago
autogen.sh 8cdf6d307a Create m4 dir within autogen.sh script 11 years ago
configure.ac 863bdad642 lib: Add RPATH to search for dbs and plugins 3 years ago
indent.sh 9d6b47ec4d Wrapper for indent utility 4 years ago
klish.xsd e339a4492a ptype as a entry's purpose. parse_for_local_exec() 2 years ago

README

# Klish Project

The klish is a framework for implementing a CISCO-like CLI on a UNIX systems.

NOTE: It's a development branch for fully rewritten klish version 3.
It's not functional for now.
For stable klish version 2 see the "2.2" branch.


## Homepage

http://klish.libcode.org.


## Documentation

See the homepage and sourcecode tree "doc/" dir for documenation.


## Repository

https://src.libcode.org/pkun/klish

NOTE:
You need branch "master" for development non-stable version.
You need branch "2.2" for stable version.


## Contributing

Use klish mailing list http://groups.google.com/group/klish-dev to send patches.
The best practice is to use "git format-patch" to format patch and "git send-email" to send it.
It's great when the patch (or email) contain description for patch.


## Build

The development master branch needs libfaux (http://faux.libcode.org) to be built.
The stable branch 2.2 doesn't need libfaux library.