lepiter-cli 0.6.0

terminal cli and tui reader for lepiter knowledge bases
lepiter-cli-0.6.0 is not a library.

terminal cli and tui for browsing and editing lepiter knowledge bases.

the binary is lepiter-cli and supports both command-line subcommands and an interactive tui. the tui uses lazy loading for pages and renders snippets with a markdown-like style.

quick start

lepiter-cli ./lepiter
lepiter-cli tui ./lepiter

subcommands

  • tui: full-screen list, page reader, and snippet editor
  • list, ids, search, show, info: non-interactive output

configuration

  • LEPITER_TUI_PARSED_CACHE / LEPITER_TUI_RENDERED_CACHE: cache sizes
  • LEPITER_EDIT_AUTOSAVE_MS: edit autosave delay
  • LEPITER_PLUGIN_CONFIG: external snippet renderer config

docs

  • tui behavior: docs/tui.md
  • editor: docs/editor.md
  • plugins: docs/plugins.md