Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[NEW PLUGIN REQUEST] autocompletion and syntax highlighting #157

Closed
akhiljalagam opened this issue Jun 8, 2020 · 5 comments
Closed

[NEW PLUGIN REQUEST] autocompletion and syntax highlighting #157

akhiljalagam opened this issue Jun 8, 2020 · 5 comments

Comments

@akhiljalagam
Copy link

akhiljalagam commented Jun 8, 2020

Fish-like auto-suggestions and syntax highlighting. Here are links to these plugins:

Zsh-autosuggestions (https://github.com/zsh-users/zsh-autosuggestions)
Zsh-syntax-highlighting (https://github.com/zsh-users/zsh-syntax-highlighting)

@Firestar-Reimu
Copy link

so how to install them on oh-my-bash?

@akhiljalagam
Copy link
Author

so how to install them on oh-my-bash?

first, someone should write code for bash. then we can install.

@akinomyoga
Copy link
Contributor

There is already an Issue suggesting autocompletions at #108.

so how to install them on oh-my-bash?

first, someone should write code for bash. then we can install.

I have an implementation akinomyoga/ble.sh that supports both autocompletions and syntax highlighting, but I'm not sure if this should be included in oh-my-bash. ble.sh is not a simple setting but implements the entire line editor by Bash scripts. The code base of ble.sh (about 50K LoC in total) is much larger than oh-my-bash and also actively changed, so I feel it is improper to include the code of ble.sh in oh-my-bash. You can separately install both oh-my-bash and ble.sh (or maybe one can add some install scripts in oh-my-bash as a plugin?).

@2catycm
Copy link

2catycm commented Nov 12, 2023

There is already an Issue suggesting autocompletions at #108.

so how to install them on oh-my-bash?

first, someone should write code for bash. then we can install.

I have an implementation akinomyoga/ble.sh that supports both autocompletions and syntax highlighting, but I'm not sure if this should be included in oh-my-bash. ble.sh is not a simple setting but implements the entire line editor by Bash scripts. The code base of ble.sh (about 50K LoC in total) is much larger than oh-my-bash and also actively changed, so I feel it is improper to include the code of ble.sh in oh-my-bash. You can separately install both oh-my-bash and ble.sh (or maybe one can add some install scripts in oh-my-bash as a plugin?).

really good project, thank you very much

@Firestar-Reimu
Copy link

Yes, I am also using ble.sh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants