nushell/crates/nu_plugin_query
dependabot[bot] 0ceafdcd17
build(deps): bump scraper from 0.22.0 to 0.23.1
Bumps [scraper](https://github.com/causal-agent/scraper) from 0.22.0 to 0.23.1.
- [Release notes](https://github.com/causal-agent/scraper/releases)
- [Commits](https://github.com/causal-agent/scraper/compare/v0.22.0...v0.23.1)

---
updated-dependencies:
- dependency-name: scraper
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-12 00:04:03 +00:00
..
src update query json help and examples (#15190) 2025-02-26 09:15:14 -06:00
Cargo.toml build(deps): bump scraper from 0.22.0 to 0.23.1 2025-03-12 00:04:03 +00: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>