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 Requirements

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

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

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.
標籤: escaping validate bugfix

2011-08-20 05:58
1.5.1

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.
標籤: bugfix

2011-07-13 21:41
1.5.0

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

This release is functionally equal to 1.4.2, but it's FreeBSD compatible now. The FreeBSD errors and warnings were fixed.
標籤: FreeBSD

Project Resources