Download List

项目描述

The klish is a framework for implementing Cisco-like command-line interfaces on Unix systems. It is configurable through XML files. "Klish" stands for "Kommand Line Interface SHell". The klish is a fork of clish-0.7.3. The original clish was developed by Graeme McKerrell. The klish adds some new features, but is compatible (as much as possible) with clish's XML configuration files.

系统要求

System requirement is not defined
Information regarding Project Releases and Project Resources. Note that the information here is a quote from Freecode.com page, and the downloads themselves may not be hosted on OSDN.

2012-01-26 08:00
1.5.3

空闲超时的命令行选项已被添加。使用-t <sec>或 — — 超时 = <sec>来设置它。可以使用 klish-c"<command>"执行 klish 命令。Konfd 守护进程现在是区分大小写的。全系统提示前缀和后缀中使用的 _PROMPT_PREFIX 和 _PROMPT_SUFFIX 的变量。
An idle timeout commandline option has been added. Use -t <sec> or --timeout=<sec> to set it. The klish command can be executed using klish -c "<command>". The konfd daemon is case sensitive now. Use the _PROMPT_PREFIX and _PROMPT_SUFFIX variables for system-wide prompt prefix and suffix.

2011-11-22 06:45
1.5.2

更安全参数转义。其他任何修饰符的变量扩展。使用-k (— — 检查) 检查输入的文件的语法错误的选项。更好的错误报告。有序的可选参数。修复程序在执行期间替代认领挂断。VAR 可以使用内部函数作为行动。一个新内部变量 $ {__isatty}。错误修正。
标签: escaping validate bugfix
More secure parameter escaping. Additional modifiers for variable expanding. Use the -k (--check) option to check input file(s) for syntax errors. Better error reporting. The ordered optional parameters. A fix for alternative shebang hangup during execution. The VAR can use internal functions as actions. A new internal variable ${__isatty}. Bugfixes.

2011-08-20 05:58
1.5.1

此版本修复viewid扩大,BSD getgr和getpw宏,命名空间完成,前缀的命令完成,和“测试”领域的一个特定的错误'开关'内PARAMS。
标签: bugfix
This release fixes viewid expanding, a BSD-specific bug with getgr and getpw macros, namespace completion, completion of commands with a prefix, and the 'test' field within 'switch' PARAMs.

2011-07-13 21:41
1.5.0

全局变量的一个子系统。新标签的VAR介绍了一个可扩展的字符串内使用的变量。变量可以是静态和动态。实施完成PARAM标记字段。它给当前的PARAM可能落成(显示Tab键)。多行输入。终端调整大小。 Del和Backspace键是固定的​​。命令记录。所有的klish命令都可以记录到syslog文件。会议可以被关闭后闲置超时。看门狗功能增加了,如果没有,关键是按指定的时间执行指定的动作。错误修正和优化完成。
A global variables subsystem was added. The new tag VAR describes a variable that can be used within expandable strings. The variable can be static and dynamic. The completion field of the PARAM tag was implemented. It gives possible completions (show on tab key) for the current PARAM. Multiline input was added. Terminal resizing was added. The del and backspace keys were fixed. Command logging was added. All klish commands can be logged into the syslog files. The session can be closed after an idle timeout. A watchdog feature was added, which executes a specified action if no key is pressed for a specified amount of time. Bugfixes and optimizations were done.

2011-04-27 23:19
1.4.3

此版本在功能上等于1.4.2,但它现在FreeBSD的兼容。 FreeBSD的错误和警告是固定的。
标签: FreeBSD
This release is functionally equal to 1.4.2, but it's FreeBSD compatible now. The FreeBSD errors and warnings were fixed.

Project Resources