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.
- Host: GitHub
- URL: https://github.com/amtoine/nu_plugin_tui_template
- Owner: amtoine
- License: gpl-3.0
- Created: 2024-04-28T10:41:48.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-29T09:45:30.000Z (over 1 year ago)
- Last Synced: 2025-03-24T13:51:20.479Z (11 months ago)
- Topics: nushell, plugin
- Language: Rust
- Homepage:
- Size: 23.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```