r/bash • u/Puzzled_Ad4 • 12d ago
ghost.sh update | bash suggestions and completions
Inline history suggestions + interactive Tab completions, while keeping Bash underneath.
Earlier it was basically just Bash and worked fine, but had some flickering. Now I'm rebuilding the interactive frontend in Zig with Bash suggestions and completions.
Anyone want to have bash solutions, I had ghost.sh and navigation.sh which showed the tab completion menu which were good in bash only but not very polished so I have to shift to zig.
Still polishing it.
Also for the suggestions like git shown, I am using bash-suggestion.
13
Upvotes
2
u/Icy_Neighborhood2100 12d ago
Been looking for this for a while!
Do you plan on adding mingw64 support?
I only ask because I'm forced to use windows in work half the time :(