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 1ea53e0bf2 README.md | 2 anni fa | |
---|---|---|
bin | 2 anni fa | |
clish | 2 anni fa | |
contrib | 9 anni fa | |
debian | 12 anni fa | |
doc | 3 anni fa | |
examples | 6 anni fa | |
konf | 3 anni fa | |
libc | 11 anni fa | |
lub | 2 anni fa | |
m4 | 11 anni fa | |
plugins | 3 anni fa | |
tinyrl | 3 anni fa | |
xml-examples | 11 anni fa | |
.editorconfig | 4 anni fa | |
.gitignore | 3 anni fa | |
.travis.yml | 4 anni fa | |
CHANGES | 6 anni fa | |
ChangeLog | 12 anni fa | |
ISSUES | 6 anni fa | |
LICENCE | 12 anni fa | |
Makefile.am | 3 anni fa | |
README.md | 2 anni fa | |
autogen.sh | 12 anni fa | |
clish.xsd | 4 anni fa | |
configure.ac | 3 anni fa | |
indent.sh | 4 anni fa |
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/.
NOTE: You need branch "2.2" for stable version.
Klish project needs XML parsing library like libxml2. See the documentation for details.
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 : Not stable yet
Author : Serj Kalichev serj.kalichev(_at_)libcode.org