1
0

The klish is a framework for implementing a CISCO-like CLI on a UNIX systems. It is configurable by XML files.

Serj Kalichev 7d6a0660ac Download link 1 år sedan
aux_scripts 8ab8d1ffae Configure script 1 år sedan
bin 3705cb2da4 Add feature to disable echo (-E) 2 år sedan
clish 3705cb2da4 Add feature to disable echo (-E) 2 år sedan
contrib 1eb175c756 contrib: update openwrt package definition 9 år sedan
debian 99b81c886a Debian: Fix some lintian bugs 11 år sedan
doc e39cfa2ca0 klish-2.2.3 2 år sedan
examples 95ec186ccf Macros for clish_plugin_t 6 år sedan
konf 789092e1df Fix dead assignments 3 år sedan
libc 1a733d2882 Add internal getopt implamentation. BSD version 10 år sedan
lub 8031024e8e ini: Use last value from INI when there is multiple duplicate keys 1 år sedan
m4 8ab8d1ffae Configure script 1 år sedan
plugins 4573917cbb Build statically 2 år sedan
tinyrl c23ae4a9a2 tinyrl.c: remove trailing whitespaces 3 år sedan
xml-examples a010cf7752 Use the new INI-like parser to get Lua scripts dir from XML 11 år sedan
.editorconfig ad3632fbc9 Added editorconfig 3 år sedan
.gitignore 8ab8d1ffae Configure script 1 år sedan
.travis.yml 1ab0516420 Add lua to travis config 3 år sedan
CHANGES c8d65326ed fix 2 links, typos, describes args* attributes 5 år sedan
ChangeLog edce0a7c8e Adding Debian package required files 11 år sedan
ISSUES c8d65326ed fix 2 links, typos, describes args* attributes 5 år sedan
LICENCE b81ff592c3 From: Emmanuel Deloget <logout@free.fr> 12 år sedan
Makefile.am 2731481c14 Add --disable-nss flag to build without functions like getpwnam(). These functions in glibc need dlopen() and can't be linked statically 2 år sedan
Makefile.in 8ab8d1ffae Configure script 1 år sedan
README.md 7d6a0660ac Download link 1 år sedan
aclocal.m4 8ab8d1ffae Configure script 1 år sedan
autogen.sh 8cdf6d307a Create m4 dir within autogen.sh script 12 år sedan
clish.xsd d5301c25f3 Made variable expansion optional 3 år sedan
config.h.in 8ab8d1ffae Configure script 1 år sedan
configure 8ab8d1ffae Configure script 1 år sedan
configure.ac 90f744aade klish-2.2.4 2 år sedan
indent.sh 9d6b47ec4d Wrapper for indent utility 4 år sedan

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/pkun/klish/archive/2.2.5.tar.gz

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