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/

Serj Kalichev fd80a3dc1e klish: Fix faux_error memory leak 1 year ago
bin fd80a3dc1e klish: Fix faux_error memory leak 1 year ago
dbs 4f35b254fa dbs: ischeme plugin that can deploy 2 years ago
docs 63210121e7 Fix some problems for dist-xz 1 year ago
examples 267e5a4eb8 Navigation command 'pop' exits process if pop from top level 1 year ago
klish 6f694638b6 ksession: Fix kexec_t memory leak 1 year ago
libc 1a733d2882 Add internal getopt implamentation. BSD version 10 years ago
m4 d9e843c0c5 Revert "Configure script" 1 year ago
plugins 6e6b0bf010 konfd: Fix unclosed stderr descriptor 1 year ago
tinyrl 5cb47e4da2 klish: Show error string from server 1 year ago
.clang-format a22ee5775c Formatting fixes 4 years ago
.gitignore d9e843c0c5 Revert "Configure script" 1 year 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 2a625b2c5f tinyrl: Compilable vt100.c 1 year ago
README.md 5a7e253874 Fix download link 1 year ago
autogen.sh 8cdf6d307a Create m4 dir within autogen.sh script 11 years ago
configure.ac 3f858167c5 fix build with lua 1 year 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.md

Klish Project

About

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.

The main target for the klish is a Linux platform.

Build

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

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

Resources

Homepage : http://klish.libcode.org

Docs : See the sourcecode tree "doc/" dir for documenation

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

Mailing list : http://groups.google.com/group/klish

Dev mailing list : http://groups.google.com/group/klish-dev

Download : https://src.libcode.org/download/klish/

Author : Serj Kalichev serj.kalichev(_at_)libcode.org