-
Notifications
You must be signed in to change notification settings - Fork 161
feat(env): add Nushell support via env.nu wrapper #1312
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
Merged
+193
−4
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
18e5d59
feat(env): add support for Nu shell version in EnvConfig
naokihaba fc9d457
feat(shell): add support for NuShell in shell detection and command f…
naokihaba e17d514
feat(env): add Nushell support with completion and environment setup
naokihaba f339b45
feat(nushell): add Nushell completion support in main function
naokihaba babc76d
feat(nushell): add clap_complete_nushell dependency for Nushell support
naokihaba 840bf1e
feat(nushell): add clap_complete_nushell dependency for Nushell compl…
naokihaba 4e4d495
chore: remove clap_complete_nushell dependency from Cargo.toml files
naokihaba d55632e
feat(nushell): update completion generation to use Fish format for Nu…
naokihaba c060095
refactor(nushell): remove direct Nushell completion handling from mai…
naokihaba d39efa0
Merge branch 'main' into feat/nushell-support
naokihaba aa170c4
chore: remove unused import of CompleteEnv from main.rs
naokihaba 5e0bf75
Merge branch 'feat/nushell-support' of github.com:naokihaba/vite-plus…
naokihaba f39e459
fix(nushell): ensure environment mutations are applied in emission order
naokihaba 2e8fc7b
fix(nushell): ensure environment key is checked before hiding
naokihaba 08a8e9d
fix(nushell): update environment variable assignment syntax in setup …
naokihaba 371d6ef
feat(nushell): introduce VP_SHELL_NU for explicit Nu shell detection …
naokihaba 6fede95
test(nushell): simplify assertion for load-env in nu_content check
naokihaba 5938405
test(nushell): add windows shell detection assertion in tests
naokihaba 3170641
Merge branch 'main' into feat/nushell-support
fengmk2 9da10f5
fix(setup): update Nushell path handling in print_path_instructions
naokihaba e4d445d
feat(nushell): enhance shell completion for vp and vpr commands
naokihaba d834f63
feat(nushell): improve Fish completion delegation for Nushell integra…
naokihaba 6178f08
refactor(nushell): remove Fish completion generation from setup command
naokihaba b8693b9
fix(nushell): update PATH handling for Nushell to use `~` instead of …
naokihaba ae84b6b
style(tests): format assertion for Nushell path reference in env.nu
naokihaba f7b6740
Merge branch 'main' into feat/nushell-support
naokihaba 6a5c199
Merge branch 'main' into feat/nushell-support
naokihaba File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.