mirror of
https://github.com/awesome-lists/awesome-bash.git
synced 2026-07-11 10:34:30 -05:00
[PR #183] Add flyline #3842
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/awesome-lists/awesome-bash/pull/183
Author: @HalFrgrd
Created: 7/3/2026
Status: 🔄 Open
Base:
master← Head:add-flyline📝 Commits (1)
1317bfdAdd flyline📊 Changes
1 file changed (+1 additions, -0 deletions)
View changed files
📝
README.md(+1 -0)📄 Description
New App Submission
Repo or homepage link:
https://github.com/HalFrgrd/flyline
Description:
Flyline is similar to ble.sh: it drastically enhances the command line writing experience. A couple standout features are Intellisense style autocompletions , synthesizing completion results from man pages or --help, and extremely powerful prompt customization.
I have a bunch of other features like: syntax highlighting, full mouse support (mouse cursor changes when hovering over clickable widgets), fuzzy history searching, text selection, VS Code style configurable key bindings, auto closing brackets/quotes, cwd navigation using your prompt, and more!
And it all runs in the same process as Bash!
Why I think it's awesome:
The way that my readline replacement works is very novel: I use Bash's custom builtin support to hook into Bash so that I can run a full Rust TUI instead of readline yet still have access to all Bash's internal state and functions to make the command line writing experience awesome!
I've been working on the project for the past 7 months and it recently got quite a positive response on reddit: https://www.reddit.com/r/bash/comments/1ukyy8k/intellisense_autocompletions_inside_of_bash/
Thanks!
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.