clixon/doc
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.md * 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
clixon_example_sdk.odg Preparing for 3.3.3 2017-11-25 12:20:20 +01:00
clixon_example_sdk.png Preparing for 3.3.3 2017-11-25 12:20:20 +01:00
DEVELOP.md Starting 3.10 release cycle 2019-02-22 14:45:37 +01:00
Doxyfile Replacing remaining badrequest() with proper restconf error msg. 2018-04-22 20:13:54 +02:00
Doxyfile.graphs Replacing remaining badrequest() with proper restconf error msg. 2018-04-22 20:13:54 +02:00
FAQ.md * Clixon configuration file top-level symbols has changed to clixon-configand namespace check is enforced. 2019-03-06 09:42:55 +01:00
Makefile.in 2019 2019-01-02 15:48:30 +01:00
ROADMAP.md Starting 3.10 release cycle 2019-02-22 14:45:37 +01:00
startup.md Optimized text_get 2019-02-26 16:58:49 +01:00