Skip to content

docs: 📝 mv command force flag#648

Closed
melMass wants to merge 1 commit intonushell:mainfrom
melMass:main
Closed

docs: 📝 mv command force flag#648
melMass wants to merge 1 commit intonushell:mainfrom
melMass:main

Conversation

@melMass
Copy link
Copy Markdown
Contributor

@melMass melMass commented Oct 25, 2022

document the changes in nushell/nushell/pull/6904
defaults to not overwriting | added a force flag

document the changes in #6904
defaults to not overwriting | added a force flag
@melMass melMass changed the title docs: 📝 align with #6904 docs: 📝 mv command force flag Oct 25, 2022
@hustcer
Copy link
Copy Markdown
Contributor

hustcer commented Oct 26, 2022

Thanks for your contribution, the command docs will be update by book/make_docs.nu script at the next nushell release, so we need not modify it manually.

@melMass
Copy link
Copy Markdown
Contributor Author

melMass commented Oct 26, 2022

Makes much more sense 😅

Thanks

@melMass melMass closed this Oct 26, 2022
ayax79 pushed a commit to ayax79/nushell.github.io that referenced this pull request Jun 26, 2024
related to
- nushell/nupm#33

## description
with nushell/nupm#33, Nupm can now install
separate modules from a single package 🥳

the `nu_scripts` are a package and looks like they contain a few
potential standalone modules:
- the themes
- the hooks
- the custom completions
- ...

this PR is a proposal to move `themes/` to `nu-themes/` and add
`./nu-themes/` as a module to the `nu-scripts` package.
that way when running `nupm install --path .` in the root of the
`nu_scripts`, a `nu-themes` module will be installed in
`$env.NUPM_HOME/modules`.

then one can run
```nushell
use nu-themes/themes/nushell-dark.nu
```
and next get the theme with
```nushell
nushell-dark
```
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

Successfully merging this pull request may close these issues.

2 participants