Skip to main content

Module repl_complete

Module repl_complete 

Source
Expand description

Tab completion for the amem interactive REPL.

Structs§

AmemHelper
amem REPL helper providing tab completion.
TabCompleteOrAcceptHint
Tab accepts hint if present, else triggers completion.

Constants§

COMMANDS
All available REPL slash commands.
EVENT_TYPES
Event types for completion.

Functions§

bind_keys
Bind custom key sequences.
suggest_command
Find closest matching command (Levenshtein).