-
-
Notifications
You must be signed in to change notification settings - Fork 9.7k
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
Nushell support #17221
Comments
Second part of your issue makes sense as a feature request - though we'd probably ask for a pull request to add it. For the first part however, it seems like either nushell is mangling the curl output or you have an extremely buggy |
That actually could be due to the expression |
https://www.nushell.sh/book/coming_from_bash.html Workaround example for It could require a reimplementation most likely. A file or at least steps specifically for nushell. There should be a way to build a command just for nushell to download and install in one go. But the steps after would need to be different. |
We give instructions that work on all POSIX-compliant shells. The homepage would get very full if we started listing every non-compliant shell. Note how we don't have install instructions for PowerShell etc. The |
This would work on Nushell
or
|
We're not going to change this for Nushell, sorry. |
Verification
brew install wget
. If they do, open an issue at https://github.com/Homebrew/homebrew-core/issues/new/choose instead.Provide a detailed description of the proposed feature
Add support for Nushell in the installation and completions.
What is the motivation for the feature?
Currently it does not work and the steps required are for bash/sh.
Here are installation examples of why this is necessary.
However if I download the sh and execute with bash, the installation goes through.
But then, the last part of the installation are for sh based setup.
Nushell does not have
eval
or at least if it does, does not work the same as bash.Lastly, have completions support with it.
How will the feature be relevant to at least 90% of Homebrew users?
It will be based on the relevancy of the amount of nushell users. It will add more users to Homebrew, not help the current ones.
What alternatives to the feature have been considered?
None
The text was updated successfully, but these errors were encountered: