mirror of
https://github.com/awesome-lists/awesome-bash.git
synced 2026-03-10 12:12:54 -05:00
[PR #95] [MERGED] Add ble.sh #109
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/95
Author: @FMakosza
Created: 7/21/2023
Status: ✅ Merged
Merged: 7/22/2023
Merged by: @Knusper
Base:
master← Head:blesh📝 Commits (1)
16a805fAdd ble.sh📊 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/akinomyoga/ble.sh
Description:
"Bash Line Editor (ble.sh) is a command line editor written in pure Bash which replaces the default GNU Readline."
ble.sh extends bash with features from shells such as fish and zsh, including improved command completion, interactive syntax highlighting, and improved multi-line command input.
Why I think it's awesome:
It makes interactive bash use far more user friendly and convenient, and activating it is as simple as
sourceing a file. Examples:Interactive command completion:


Multi-line input:

Vi mode:


ble.sh also includes utilities to simplify updates and customisation, and the project has a detailed wiki explaining how it can be used and customised.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.