nushell/crates/nu_plugin_query
2025-05-13 16:49:30 +02:00
..
src Rust 1.85, edition=2024 (#15741) 2025-05-13 16:49:30 +02:00
Cargo.toml Rust 1.85, edition=2024 (#15741) 2025-05-13 16:49:30 +02:00
README.md remove the deprecated register command (#13297) 2024-07-05 07:16:50 -05:00

Query plugin for Nushell

Note: this requires Nushell 0.60 or later

To install:

> cargo install --path .

To add the plugin (from inside Nushell):

> plugin add <path to installed plugin>