reedline
reedline copied to clipboard
A feature-rich line editor - powering Nushell
If supplied string does not contain control sequences avoids allocation. Performs simple additional check beforehand. True performance impact on painting is hard to realistically benchmark
**Platform**: Manjaro **Window Manager**: awesomewm **Terminal software**: alacritty Used with nushell ## Problem Trying to jump to the next or previous period character (`.`) does not work, even though jumping...
Chrono is a relatively big dependency, at least making it optional would allow user to choose to remove it cargo bloat: chrono alone is adding 1.1% to text section ```...
Hello, is it possible to use the immediate contents of the line buffer inside of `ReedlineEvent::ExecuteHostCommand` when keybinding is used? Not sure if using API is appropriate for this use-case:...
In this one image are several features that I'd love to see reedline strive to attain.  - [x] context aware syntax highlighting - note how the string 'Hello world'...
**Platform** Windows 11 **Terminal software** Windows Terminal Describe the problem you are observing. When the steps are followed below, you see the text initially appear on the screen and then...
**Platform** linux **Terminal software** rxvt-unicode The example completions program compiles, runs, and displays a prompt. Typing a few characters then `TAB` or `Ctrl+X` does not complete the expected word or...
One feature of [zsh-autocomplete](https://github.com/marlonrichert/zsh-autocomplete) we might consider adding an option for is always-active completions, i.e. you don't need to press tab to open the completion menu. One use case of...
Arch Linux latest version with zen kernel Using konsole but issue also occurs with alacritty haven't tested on other terminal emulator Video showcasing bug with link below (i cant really...
Have a table in our documentation that can be presented to end-users with the default keybindings (for emacs as well as vi with a little description). Some facilities exist to...