mirror of
https://github.com/nushell/nushell.git
synced 2025-03-14 15:38:29 +01:00
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> |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |
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>