-
Notifications
You must be signed in to change notification settings - Fork 159
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
feat: support shell("fish")
#663
Comments
Requirements:
|
Also, it will be good if can support fish shell autocomplete. |
If no one else, please assign it to me :-). |
/assign @Belyenochi |
It may be not easy. Feel free to ask here if you encountered any problem! Thanks for your contribution! 🎉 👍 |
@gaocegege @kemingy I'm trying to re-understand the problem, from what I've tried, if I run something like the following,
envd will install fish in the build ubuntu image, and I understand what we need to do is modify /pkg/lang/ir /custom.go or similar file to support installed in the default image and initializes fish related configuration (including autocompletion plugins?) |
|
Thanks for your patience :-). |
Hi @Belyenochi, it has been a while. May I know if you're still working on this issue? Feel free to ask for help. |
Hi @kemingy , I'm working on it, maybe a PR in two weeks |
Thanks |
Hi @Belyenochi any update? |
@kemingy Sorry for not updating yet, if the priority is not high, I will continue to take time to complete it. |
Hi @Belyenochi any progress? |
It's a bit easier now since fish 4 can be delivered as a single binary file: https://github.com/fish-shell/fish-shell/releases/tag/4.0b1 |
Description
fish is another modern shell that works out of the box. It would be good to support the following command in envd.
Message from the maintainers:
Love this enhancement proposal? Give it a 👍. We prioritise the proposals with the most 👍.
The text was updated successfully, but these errors were encountered: