clixon/apps/cli
Olof hagsand b03f8332e1 * CLI history: [Preserve CLI command history across sessions. The up/down arrows](https://github.com/clicon/clixon/issues/79)
* The design is similar to bash history:
      * The CLI loads/saves its complete history to a file on entry and exit, respectively
      * The size (number of lines) of the file is the same as the history in memory
      * Only the latest session dumping its history will survive (bash merges multiple session history).
      * Tilde-expansion is supported
      * Files not found or without appropriate access will not cause an exit but will be logged at debug level
  * New config options: CLICON_CLI_HIST_FILE with default value `~/.clixon_cli_history`
  * New config options: CLICON_CLI_HIST_SIZE with default value 300.
2019-03-08 11:26:07 +01:00
..
cli_common.c add yang-spec as arg to decode clicon msg 2019-01-02 20:59:57 +01:00
cli_common.h 2019 2019-01-02 15:48:30 +01:00
cli_generate.c [yang type range statement does not support multiple values](https://github.com/clicon/clixon/issues/59) 2019-03-04 14:36:43 +01:00
cli_generate.h 2019 2019-01-02 15:48:30 +01:00
cli_handle.c * CLI history: [Preserve CLI command history across sessions. The up/down arrows](https://github.com/clicon/clixon/issues/79) 2019-03-08 11:26:07 +01:00
cli_handle.h 2019 2019-01-02 15:48:30 +01:00
cli_main.c * CLI history: [Preserve CLI command history across sessions. The up/down arrows](https://github.com/clicon/clixon/issues/79) 2019-03-08 11:26:07 +01:00
cli_plugin.c Added base as CLI default mode and cli 2019-03-05 16:19:20 +01:00
cli_plugin.h 2019 2019-01-02 15:48:30 +01:00
cli_show.c * clixon-config YAML file has new revision: 2019-02-06. 2019-02-06 14:33:04 +01:00
clixon_cli.h 2019 2019-01-02 15:48:30 +01:00
clixon_cli_api.h Added base as CLI default mode and cli 2019-03-05 16:19:20 +01:00
Makefile.in 2019 2019-01-02 15:48:30 +01:00