nushell/crates/nu_plugin_query
Embers-of-the-Fire 7601cdaf9d fix: fix typo
2024-08-01 10:42:11 +08:00
..
src fix: fix typo 2024-08-01 10:42:11 +08:00
Cargo.toml Bump version to 0.96.2 (#13485) 2024-07-29 17:20:55 -07: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>