Expand description
Command-line input reading with history.
See crate ::rustyline
.
Modules§
- Completion API
- Customize line editor
- Contains error type for handling I/O and Errno errors
- Syntax highlighting
- Hints (suggestions at the right of the prompt as you type).
- History API
- Line buffer with current cursor position
- Input validation API (Multi-line editing)
Structs§
- Undo manager
- User preferences
- Completion/suggestion context
- Line editor
- Give access to user input.
- Input key pressed and modifiers
- The set of modifier keys that were triggered along with a key press.
Enums§
- Where to paste (relative to cursor position)
- Where to move with respect to word boundary
- Should the editor use stdio
- character search
- Commands
- Colorization mode
- Tab completion style
- Style of editing / Standard keymaps
- Input event
- Event handler
- History filter
- Vi input modes
- Input key pressed
- Where to move
- Different word definitions
Traits§
- May behave differently depending on:
- External printer
- Syntax specific helper.
Type Aliases§
- Default editor with no helper and
DefaultHistory
- The number of times one command should be repeated.
- The error type for I/O and Linux Syscalls (Errno)