Skip to content

NuShell Manager for Scripts and modules - Written in NuShell

Notifications You must be signed in to change notification settings

fancy-whale/fancynuman

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Fancy NuMan

This is the fancy NuShell Manager for Modules and scripts. It is a simple tool to manage your NuShell modules and scripts.

Why NuMan?

While NuShell seems to have a native nupm package manager, it is not yet available. NuMan is a simple tool to manage your NuShell modules and scripts in the meanwhile.

Installation

You can install NuMan using the following command: (using nushell)

git clone https://github.com/fancy-whale/fancynuman.git ($nu.default-config-dir | path join "modules/fancynuman")
echo "\nuse fancynuman/fancynuman.nu *" | save --append $nu.config-path

Usage

FancyNuman provides a simple interface to manage your NuShell modules and scripts. You can use the following commands to manage your modules and scripts:

numan list # lists all the installed modules and scripts
numan mod add <module-repo> # adds a module to the NuShell
numan mod remove <module-name> # removes a module from the NuShell
numan script add <script-repo> # adds a script to the NuShell
numan script remove <script-name> # removes a script from the NuShell

About

NuShell Manager for Scripts and modules - Written in NuShell

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published