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 a76ca19f29 doc | 1 year ago | |
---|---|---|
bin | 1 year ago | |
dbs | 3 years ago | |
docs | 1 year ago | |
examples | 1 year ago | |
klish | 1 year ago | |
libc | 11 years ago | |
m4 | 2 years ago | |
plugins | 1 year ago | |
tinyrl | 2 years ago | |
.clang-format | 4 years ago | |
.gitignore | 2 years ago | |
CHANGES | 6 years ago | |
ChangeLog | 12 years ago | |
Doxyfile | 4 years ago | |
ISSUES | 6 years ago | |
LICENCE | 12 years ago | |
Makefile.am | 1 year ago | |
README.md | 2 years ago | |
autogen.sh | 12 years ago | |
configure.ac | 2 years ago | |
indent.sh | 4 years ago | |
klish.conf | 2 years ago | |
klish.xsd | 1 year ago | |
klishd.conf | 2 years ago |
The klish is a framework for implementing a CISCO-like or Juniper-like CLI on a UNIX systems.
Current version 3 is not compatible to previous stable 2.2 branch. It's fully rewritten version. It has another architecture and config file format.
For previous stable klish version 2 see the "2.2" branch.
The main target for the klish is a Linux platform.
The version 3 needs libfaux (http://faux.libcode.org) to be built. klish-3.0.0 is tested with faux-2.1.0
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 pkun(_at_)libcode.org