-
Notifications
You must be signed in to change notification settings - Fork 136
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
Feature: add shell completions for nushell
#527
Conversation
BTW Not sure why this code block repeats twice, looks like a bug Lines 104 to 144 in cc7aedd
|
Yep, not sure how that managed to sneak in there. Feel free to delete that duplicate blob. Probably a copy past error by me when i introduced the feature to print completions to stdout. Also, could you add nushell to the completions integrationt test :)? |
Test Results 3 files 22 suites 2m 39s ⏱️ Results for commit cc7aedd. |
The existing test has already been corrected. Should I add something else? |
Nice, thanks for the contribution :) |
Rationale
pueue recommended as a
temporary workaroundsolution for background task spawning for nushell users.It would be nice to have shell completions within nushell.
Usage
Currently nushell has no preferred way to install completion files into system: nushell/nushell#11337
One possible way of doing this could be:
config nu
Screenshot