Serj Kalichev d3119677da Macros for shell il y a 6 ans
..
action c28cfc5d28 Macros for clish_action_t il y a 6 ans
command dbd248b0c5 Macros for clish_command_t 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 d3119677da Macros for shell il y a 6 ans
ptype 15e1798054 Macros for clish_ptype_t il y a 6 ans
shell d3119677da Macros for shell il y a 6 ans
udata bb58b0c719 Macros for clish_udata_t il y a 6 ans
var d9b654d32b Macros for clish_var_t 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 c28cfc5d28 Macros for clish_action_t il y a 6 ans
command.h dbd248b0c5 Macros for clish_command_t 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 46d86390dc Add macros.h 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 15e1798054 Macros for clish_ptype_t il y a 6 ans
shell.h d3119677da Macros for shell 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

@}
*/