You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue is part of the larger vision discussion managed in #63 to brainstorm and prioritize ideas around features that would make reedline as a line editor for you both viable as well as pleasant to use. Feel free to up-vote features you depend on in other tools/shells as well as suggest new ideas!
Miscellaneous Features and Goals
Validation to trigger multiline on incomplete lines
Tested behaviour under various environments
OSes
Terminal emulators: gnome-terminal, iTerm, alacritty, windows terminal
Multiplexers: screen, tmux
As ssh session
possible plugins to use file searches and terminal browsers: fzf, skim, broot, zoxide, ranger, etc
Responsive resizing
The text was updated successfully, but these errors were encountered:
One suggestion would be to add support for web terminals. I think one way to go about this would be to leverage the xterm-js-sys backend for crossterm. I'm not sure about how reedline's internals work and how pertinent this is, but there's also this rustyline issue which suggests that one way to add the feature to rustyline is "to read from and write to arbitrary streams". Maybe something similar could be done for reedline?
sholderbach
added
A-Multiline
Area: Support for multiline editing (Validation and interaction with `A-Display`)
and removed
A-Multiline
Area: Support for multiline editing (Validation and interaction with `A-Display`)
labels
Nov 28, 2021
This issue is part of the larger vision discussion managed in #63 to brainstorm and prioritize ideas around features that would make
reedline
as a line editor for you both viable as well as pleasant to use. Feel free to up-vote features you depend on in other tools/shells as well as suggest new ideas!Miscellaneous Features and Goals
gnome-terminal
,iTerm
,alacritty
,windows terminal
screen
,tmux
fzf
,skim
,broot
,zoxide
,ranger
, etcThe text was updated successfully, but these errors were encountered: