Download List

Projeto Descrição

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-12-25 12:28
1.6.3

Esta é uma liberação de bugfix. O motor quebrou quando o comprimento de uma cadeia de caracteres de conclusão foi maior que a largura do terminal. Todas as versões de klish tem esse bug, incluindo o original clish. Debianização.
Tags: bugfix debian
This is a bugfix release. The engine broke when the length of a completion string was greater than the width of the terminal. All klish versions have this bug, including the original clish. Debianization.

2012-12-04 07:05
1.6.2

A principal característica desta versão é teclas de atalho programáveis. Foram fixados a multilinha e processamento de tipo unsignedInteger. O lançamento do ramo estável klish-1.5.7 também está fora.
Tags: hotkey multiline
The main feature of this release is programmable hotkeys. The multiline and unsignedInteger type processing were fixed. The klish-1.5.7 stable branch release is also out.

2012-09-04 23:33
1.6.1

História de comando foi adicionada. O sinal SIGHUP é bloqueado durante a execução de scripts de ação não-quanto. Um novo utilitário de sigexec deve ser usado para iniciar o daemons de scripts não quanto desbloquear sinais primeiro.
Tags: history SIGHUP sigexec
Command history was added. The SIGHUP signal is blocked during non-interruptable ACTION script execution. A new sigexec utility must be used to start daemons from non-interruptable scripts to unblock signals first.

2012-07-03 06:19
1.6.0

O klish usa apenas para código C. Ele pode ser construído sem C++ agora. A implementação interna tinyXML foi removida. Agora klish pode usar o seguinte externo XML backends para analisar seus arquivos de configuração XML: libxml2, expat e libroxml. Estes Analisadores XML baseiam-se em C. Para obter detalhes sobre backends XML, consulte o wiki.
Tags: C libroxml expat libxml2
The klish uses C code only. It can be built without C++ now. The tinyXML internal implementation was removed. Now klish can use the following external XML backends to parse its XML config files: libxml2, expat, and libroxml. These XML parsers are C-based. For details about XML backends, see the wiki.

2012-04-11 05:14
1.5.4

Esta versão de portabilidade pode ser construído em Linux, FreeBSD, OpenBSD, Solaris e QNX6. QNX6 tem alguns problemas com konf e konfd. Grande parte do código legado não utilizado foi removido, juntamente com algumas dependências de biblioteca desnecessária.
Tags: Solaris, OpenBSD, QNX
This portability release can be built on Linux, FreeBSD, OpenBSD, Solaris, and QNX6. QNX6 has some problems with konf and konfd. Much of the legacy unused code has been removed, along with some unnecessary library dependencies.

Project Resources