An open API service indexing awesome lists of open source software.

https://github.com/amtoine/nu_plugin_tui_template

A template for writing Nushell TUI plugins.
https://github.com/amtoine/nu_plugin_tui_template

nushell plugin

Last synced: 10 months ago
JSON representation

A template for writing Nushell TUI plugins.

Awesome Lists containing this project

README

          

# nu_plugin_tui_template
A template for writing Nushell TUI plugins.

## try out the plugin
```nushell
cargo build --release
```
```nushell
register target/release/nu_plugin_tui_template
```
```nushell
nu_plugin_tui_template --help
```