[PR #183] Add flyline #3842

Open
opened 2026-07-10 17:55:17 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/awesome-lists/awesome-bash/pull/183
Author: @HalFrgrd
Created: 7/3/2026
Status: 🔄 Open

Base: masterHead: add-flyline


📝 Commits (1)

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

## 📋 Pull Request Information **Original PR:** https://github.com/awesome-lists/awesome-bash/pull/183 **Author:** [@HalFrgrd](https://github.com/HalFrgrd) **Created:** 7/3/2026 **Status:** 🔄 Open **Base:** `master` ← **Head:** `add-flyline` --- ### 📝 Commits (1) - [`1317bfd`](https://github.com/awesome-lists/awesome-bash/commit/1317bfd5e6c77473f1a35ad86fb9c5d2ba24734f) Add flyline ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description <!--- Thank you for your pull request. Please fill out the fields below and check that your contribution adheres to our guidelines. --> #### New App Submission - [x] I've read the [contribution guidelines](https://github.com/awesome-lists/awesome-bash/blob/master/contributing.md). **Repo or homepage link:** https://github.com/HalFrgrd/flyline **Description:** Flyline is similar to [ble.sh](https://github.com/akinomyoga/ble.sh): it drastically enhances the command line writing experience. A couple standout features are [Intellisense style autocompletions](https://github.com/HalFrgrd/flyline#intellisense-style-auto-suggestions) , [synthesizing completion results from man pages or --help](https://github.com/HalFrgrd/flyline#automatic-completion-synthesis-flycomp), and [extremely powerful prompt customization](https://github.com/HalFrgrd/flyline#rich-prompts). 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! --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-07-10 17:55:17 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-bash#3842