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 a3e6035d2b Fix download links il y a 1 an
bin 3705cb2da4 Add feature to disable echo (-E) il y a 2 ans
clish 3705cb2da4 Add feature to disable echo (-E) il y a 2 ans
contrib 1eb175c756 contrib: update openwrt package definition il y a 9 ans
debian 99b81c886a Debian: Fix some lintian bugs il y a 11 ans
doc e39cfa2ca0 klish-2.2.3 il y a 2 ans
examples 95ec186ccf Macros for clish_plugin_t il y a 6 ans
konf 789092e1df Fix dead assignments il y a 3 ans
libc 1a733d2882 Add internal getopt implamentation. BSD version il y a 10 ans
lub 8031024e8e ini: Use last value from INI when there is multiple duplicate keys il y a 1 an
m4 6e760a46cd Revert "Configure script" il y a 1 an
plugins 4573917cbb Build statically il y a 2 ans
tinyrl c23ae4a9a2 tinyrl.c: remove trailing whitespaces il y a 3 ans
xml-examples a010cf7752 Use the new INI-like parser to get Lua scripts dir from XML il y a 11 ans
.editorconfig ad3632fbc9 Added editorconfig il y a 3 ans
.gitignore 6e760a46cd Revert "Configure script" il y a 1 an
.travis.yml 1ab0516420 Add lua to travis config il y a 3 ans
CHANGES c8d65326ed fix 2 links, typos, describes args* attributes il y a 5 ans
ChangeLog edce0a7c8e Adding Debian package required files il y a 11 ans
ISSUES c8d65326ed fix 2 links, typos, describes args* attributes il y a 5 ans
LICENCE b81ff592c3 From: Emmanuel Deloget <logout@free.fr> il y a 12 ans
Makefile.am e622b4753e klish-2.2.5 il y a 1 an
README.md a3e6035d2b Fix download links il y a 1 an
autogen.sh 8cdf6d307a Create m4 dir within autogen.sh script il y a 12 ans
clish.xsd d5301c25f3 Made variable expansion optional il y a 3 ans
configure.ac e622b4753e klish-2.2.5 il y a 1 an
indent.sh 9d6b47ec4d Wrapper for indent utility il y a 4 ans

README.md

Klish Project

About

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

For stable klish version 2 see the "2.2" branch.

It is configurable by XML files. The KLISH stands for Kommand Line Interface Shell. I know that "command" starts with "c" :) .

The klish is a fork of clish 0.7.3 project (http://sourceforge.net/projects/clish/). The original clish was developed by Graeme McKerrell. The klish obtain some new features but it's compatible (as much as possible) with clish's XML configuration files. The author of klish project is Serj Kalichev.

The main target for the klish is a Linux platform. Additionally it can be build on FreeBSD, OpenBSD, Solaris, QNX. The klish project is written in C.

The klish development is sponsored by "Factor-TS" company http://www.factor-ts.ru/.

Build

NOTE: You need branch "2.2" for stable version.

Klish project needs XML parsing library like libxml2. See the documentation for details.

Resources

Homepage : http://klish.libcode.org

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

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

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/

Latest release : https://src.libcode.org/download/klish/klish-2.2.5.tar.xz

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