Serj Kalichev 3c71c964b5 More clear code in ptype.c il y a 6 ans
..
action 2053171f13 Move lock and interrupts fields to ACTION tag il y a 6 ans
command 2053171f13 Move lock and interrupts fields to ACTION tag il y a 6 ans
config f666e51841 Macros for clish_config_t il y a 6 ans
hotkey 7573350396 Fix dump files il y a 10 ans
nspace 494850e947 Macros for clish_nspace_t il y a 6 ans
param d3119677da Macros for shell il y a 6 ans
pargv d3119677da Macros for shell il y a 6 ans
plugin bff04eda60 Some PTYPE work il y a 6 ans
ptype 3c71c964b5 More clear code in ptype.c il y a 6 ans
shell fd16349cb5 Fix PTYPE search il y a 6 ans
udata bb58b0c719 Macros for clish_udata_t il y a 6 ans
var f20b9c3bcf Add action field to clish_ptype_t struct il y a 6 ans
view ebea57dc68 Macros for clish_view_t il y a 6 ans
README c30fc7a7e8 The first klish tree. il y a 13 ans
action.h 56a07f7711 interrupt and lock in ACTION. Unfinished il y a 6 ans
command.h 2053171f13 Move lock and interrupts fields to ACTION tag il y a 6 ans
config.h f666e51841 Macros for clish_config_t il y a 6 ans
hotkey.h 494850e947 Macros for clish_nspace_t il y a 6 ans
macros.h 15e1798054 Macros for clish_ptype_t il y a 6 ans
module.am 56a07f7711 interrupt and lock in ACTION. Unfinished il y a 6 ans
nspace.h 494850e947 Macros for clish_nspace_t il y a 6 ans
param.h f9aa3d7b43 Macros for clish_param_t il y a 6 ans
pargv.h 95ec186ccf Macros for clish_plugin_t il y a 6 ans
plugin.h 95ec186ccf Macros for clish_plugin_t il y a 6 ans
plugin_builtin.c.in 203b12d99d Can be build without dlopen() il y a 10 ans
private.h dcfda01475 Don't use internal clish/private.h in external headers il y a 13 ans
ptype.h bff04eda60 Some PTYPE work il y a 6 ans
shell.h 2053171f13 Move lock and interrupts fields to ACTION tag il y a 6 ans
types.h 940e92e25b Add clish/types.h header il y a 13 ans
udata.h bb58b0c719 Macros for clish_udata_t il y a 6 ans
var.h d9b654d32b Macros for clish_var_t il y a 6 ans
view.h ebea57dc68 Macros for clish_view_t il y a 6 ans

README

/**
\defgroup clish "CLI Shell" Library
@{

This library provides the core functionality for a shell to implement a
CISCO-like user interface. The look and feel is fully defined by a set of XML
files which are loaded when the shell starts up.

The schema for these XML files can be found in
http://clish.sourceforge.net/XMLSchema/clish.xsd

@}
*/