InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards. Learn more →
Top 9 Shell syntax-highlighting Projects
-
Lastly, let’s make what commands we’re running easier to read, using zsh-syntax-highlighting. This script (which must be loaded before the zsh-history-substring-search above) will provide syntax highlighting of commands as you write them. This will help you avoid typos for incorrect commands, and make complex commands easier to read.
-
InfluxDB
Purpose built for real-time analytics at any scale. InfluxDB Platform is powered by columnar analytics, optimized for cost-efficient storage, and built with open data standards.
-
ble.sh
Bash Line Editor―a line editor written in pure Bash with syntax highlighting, auto suggestions, vim modes, etc. for Bash interactive sessions.
Project mention: Elvish, expressive programming language and a versatile interactive shell | news.ycombinator.com | 2024-05-09After being a fish die-hard for like a decade I finally gave up and learned to embrace Bash for its ubiquity. I realized all I cared about in fish was the built-in autocomplete, colorized output, and history management, which I was able to bolt on in short order to Bash.
Now I use ble.sh [1] and Oh My Bash! [2] and Atuin [3] and I love it.
This is really a field where I feel standardization is the better path. It's a similar feeling I get when I observe the vast array of notetaking apps I see made and think here is a place where it would be better to pick one FOSS solution and contribute.
[1] https://github.com/akinomyoga/ble.sh
[2] https://github.com/ohmybash/oh-my-bash
[3] https://atuin.sh/
-
git clone https://github.com/zsh-users/zsh-autosuggestions.git $ZSH_CUSTOM/plugins/zsh-autosuggestions && git clone https://github.com/zsh-users/zsh-syntax-highlighting.git $ZSH_CUSTOM/plugins/zsh-syntax-highlighting && git clone https://github.com/zdharma-continuum/fast-syntax-highlighting.git ${ZSH_CUSTOM:-$HOME/.oh-my-zsh/custom}/plugins/fast-syntax-highlighting && git clone --depth 1 -- https://github.com/marlonrichert/zsh-autocomplete.git $ZSH_CUSTOM/plugins/zsh-autocomplete
-
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
.dotfiles
Dotfiles for all my machines running Ubuntu or Manjaro with i3-gaps and polybar. (by iFreilicht)
-
Shell syntax-highlighting discussion
Shell syntax-highlighting related posts
-
Melhorando e configurando seu novo Shell linux. Pt-2
-
ble.sh: Revolutionize the BASH user experience
-
Bash's sadly flawed smart (programmable) completion
-
Setting up a MacBook for development in 2024
-
Linux Command Aid Tools: A Learner’s Blessing or a Crutch?
-
[Release v0.2.0] promkit: A toolkit for building interactive command-line tools in Rust
-
Arch Installation for Beginners
-
A note from our sponsor - InfluxDB
www.influxdata.com | 16 Sep 2024
Index
What are some of the best open-source syntax-highlighting projects in Shell? This list will help you:
Project | Stars | |
---|---|---|
1 | zsh-syntax-highlighting | 19,882 |
2 | ble.sh | 2,532 |
3 | fast-syntax-highlighting | 1,131 |
4 | F-Sy-H | 165 |
5 | gedit | 70 |
6 | VSCode-TW5-Syntax | 38 |
7 | vimcat | 16 |
8 | .dotfiles | 8 |
9 | awkat | 0 |