Skip to main content

Crate ascend_tools_tui

Crate ascend_tools_tui 

Source
Expand description

Interactive TUI for Otto chat.

Full-screen terminal interface using ratatui with:

  • Scrollable chat history with scrollbar
  • Streaming responses with spinner and smooth output
  • Vi input mode (default) with /emacs toggle
  • Multi-line input (Alt+Enter for newline)
  • Input history (Up/Down, persisted to ~/.ascend-tools/history)
  • Slash commands with tab completion
  • Markdown rendering (headings, lists, code blocks, tables, and more)
  • Message timestamps (/timestamps to toggle)
  • Clipboard copy (/copy)
  • Vi yank/paste registers

Functionsยง

run_tui