2025-06-27 04:35:40 +01:00
2025-06-27 02:31:23 +01:00
2025-06-27 02:31:23 +01:00
2025-06-27 02:31:23 +01:00
2025-06-27 02:31:23 +01:00
2025-06-27 02:30:48 +01:00
2025-06-27 02:31:23 +01:00
2025-06-27 02:30:48 +01:00
2025-06-27 02:33:44 +01:00
2025-06-27 04:35:01 +01:00
2025-06-27 01:26:44 +01:00
2025-06-27 02:36:25 +01:00
env
2025-06-27 03:37:01 +01:00
2025-06-27 02:32:07 +01:00
2025-06-27 02:36:25 +01:00
2025-06-27 03:43:23 +01:00

Nushell plugins for Provisioning

A Nushell plugins collection for Provisioning project

Warning

This repo contains sub-repos, use git clone --recurse-submodules

git clone --recurse-submodules [URL-to-clone-nushell-plugin]

Caution

nu_plugin_* have dependencies to nushell source via local path in Cargo.toml Nushell and plugins require to be sync with same version

FILES (content layout)

.
├── collect-install.sh      Script to collect all nu_plugin_* and install in /usr/local/bin
├── env                     Main value settings
├── distribution
│   ├── collect-install.sh          Script to build and collect nu_plugin_* 
│   ├── install_nu_plugins.nu  Nushell script to install nu_plugin_* 
│   ├── LICENSE
│   └── README.txt
├── generate                Template to generate plugins. Used with make_plugin.sh
│   └── nu_plugin_template
├── LICENSE
├── make_plugin.sh          To generate Nushell plugins. Used with generate path
├── nushell                 Nushell repo to be used as path for all nu_plugin_*
├── nu_plugin_clipboard
├── nu_plugin_desktop_notifications
├── nu_plugin_hashes
├── nu_plugin_highlight
├── nu_plugin_image
├── nu_plugin_port_extension
├── nu_plugin_qr_maker
├── nu_plugin_kcl           Repo for nu_plugin_kcl (repo sub-module)
├── nu_plugin_tera          Repo for nu_plugin_tera (repo sub-module)
├── api_nu_plugin_kcl       A try to use API KCL, nu_plugin_kcl is recommended option
└── README.md

Main values can be changed in env

export TARGET_PATH=${TARGET_PATH:-distribution}
export INSTALL_FILE=${INSTALL_FILE:-install_nu_plugins.nu}
export INSTALL_BIN_PATH=${INSTALL_BIN_PATH:-/usr/local/bin}

Build and Install

./build-all.sh
./collect-install.sh

Nushell install

Plugins have to be added from Nushell

Use install_nu_plugin.nu

distribution/install_nu_plugin.nu

TODO

  • Use settings for platforms-architectures targets
Description
Nushell plugins collection for Provisioning project
Readme MIT 16 MiB
Languages
Rust 96.8%
Nushell 2.9%