reedline icon indicating copy to clipboard operation
reedline copied to clipboard

A feature-rich line editor - powering Nushell

Results 221 reedline issues
Sort by recently updated
recently updated
newest added

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

A-Performance

**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...

bug

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 ```...

enhancement
A-Performance
A-API

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:...

enhancement
A-Events
A-API

In this one image are several features that I'd love to see reedline strive to attain. ![image](https://user-images.githubusercontent.com/343840/125626807-c11c71f0-f82b-4d64-a548-de27bbd667c8.png) - [x] context aware syntax highlighting - note how the string 'Hello world'...

enhancement
A-Display
A-Completions

**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...

bug
A-Display

**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...

documentation
A-KeybindingEmacs
A-Completions

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...

enhancement
A-Completions

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...

bug
A-Display
A-Prompt

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...

documentation
good first issue