Settings

Theme

Flyline: A Bash plugin to replace readline for a modern line editing experience

github.com

6 points by hellohal 2 months ago · 5 comments

Reader

hellohalOP 2 months ago

Flyline is similar to ble.sh but replaces readline entirely with a ratatui terminal app.

With flyline, you get undo/redo support, tooltips, fuzzy auto completions, fuzzy history search, agent integration, mouse support, text selection, full prompt customization, and more!

And it all runs in the same process as Bash. See the readme on how to install it (no sudo required).

rebekkamikkoa 2 months ago

Hi hellohai!

How does replacing readline affect compatibility with existing Bash completions, keybindings, and readline configs?

frigaard 2 months ago

Nice terminal/cli animations, what did you use?

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection