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 a8d11ebc8a Fix autocompletion il y a 3 ans
bin 789092e1df Fix dead assignments il y a 3 ans
clish a8d11ebc8a Fix autocompletion il y a 3 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 c8d65326ed fix 2 links, typos, describes args* attributes il y a 5 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 2d1f8d1314 Add some utilities for tri_t il y a 3 ans
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 il y a 11 ans
plugins 9b1dde752d clish_get__format_username() il y a 3 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 6b1de63fc6 Add deb files to .gitignore il y a 3 ans
.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 c45da1e49e Easy deb creation doesn't depend on libfaux now il y a 3 ans
README 2cab47fe4b Update README file il y a 3 ans
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 6da863bd86 Change version to 2.2.1. I have forgot to change it withn configure.ac earlier il y a 3 ans
indent.sh 9d6b47ec4d Wrapper for indent utility il y a 4 ans

README

# Klish Project

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

It's a stable klish branch for version 2.


## 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 "2.2" for stable version.
The "master" branch is used for development of klish version 3 and it's not functional for now.


## 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

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