You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 23, 2026. It is now read-only.
My rationale is that setting something up to use topiary-nushell should not require remembering where you downloaded it to
Changes to make
Rename wrapper script from format.nu to something like format-nu or topiary-nushell
a. Note the lack of .nu extension
Move the renamed wrapper to a bin folder
a. Adjust the wrapper as necessary
Edit the wrapper to print a helpful message if topiary is not installed.
Add a .bat file with the same name alongside the wrapper with the contents nu --stdin <script-name>
a. This allows the script to run correctly on Windows, as the shebang would not be respected
b. I have not tested this, as I no longer use Windows
Update documentation to recommend putting the bin folder on your PATH, and remove references to the specific topiary-nushell path.
My rationale is that setting something up to use topiary-nushell should not require remembering where you downloaded it to
Changes to make
format.nuto something likeformat-nuortopiary-nushella. Note the lack of
.nuextensionbinfoldera. Adjust the wrapper as necessary
topiaryis not installed..batfile with the same name alongside the wrapper with the contentsnu --stdin <script-name>a. This allows the script to run correctly on Windows, as the shebang would not be respected
b. I have not tested this, as I no longer use Windows
binfolder on your PATH, and remove references to the specifictopiary-nushellpath.