File: Features.md

package info (click to toggle)
rust-rustyline 17.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,032 kB
  • sloc: makefile: 2
file content (53 lines) | stat: -rw-r--r-- 2,190 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
# Extra features

| Alt            | Scroll | Continuation prompt | Right prompt | Suspend |
| -------------- | ------ | ------------------- | ------------ | ------- |
| isocline       | X      | X                   |              |         |
| linefeed       |        |                     |              | Unix    |
| liner          |        |                     |              |         |
| prompt-toolkit | X      | X                   | X            | Unix    |
| reedline       |        | X                   | X            |         |
| replxx         |        |                     |              | Unix    |
| rustyline      |        |                     |              | Unix    |
| termwiz        |        |                     |              |         |

Scroll: for very long line (longer than screen cols\*rows), scrolls from start to end.\
Continuation prompt: for multiline input, display a different prompt\
Suspend: Control-Z

| Alt            | Editable History | Custom history backend | History timestamp |
| -------------- | ---------------- | ---------------------- | ----------------- |
| isocline       |                  |                        |                   |
| linefeed       | X                |                        |                   |
| liner          |                  |                        |                   |
| prompt-toolkit |                  | X                      |                   |
| reedline       |                  | X                      |                   |
| replxx         | X                |                        | X                 |
| rustyline      |                  | X                      |                   |
| termwiz        |                  | X                      | \*                |

Editable History: any history entry can be edited and saved\
Custom history backend: history persistence can be customized\
History timestamp: history entries are timestamped

Mouse support

Text selection

Completion candidates display

Multiple commands for a keybinding

Auto indent

Minimal repaint

Overwrite mode

Lexer / Parser

Configuration file (inputrc)

Dynamic prompt (editing mode)

External print