1
0
mirror of https://github.com/nushell/nushell.git synced 2025-04-26 06:08:21 +02:00
nushell/crates/nu_plugin_inc
Hofer-Julian 41306aa7e0
Reduce again the number of match calls ()
- Reduce the number of match calls (see commit messages)
- A few miscellaneous improvements
2023-01-24 12:23:42 +01:00
..
src Reduce again the number of match calls () 2023-01-24 12:23:42 +01:00
Cargo.toml update semver dep () 2023-01-15 20:39:27 -06:00
README.md improve inc plugin docs () 2022-04-27 18:56:32 -05:00

Incrementor plugin for Nushell

Note: this requires Nushell 0.60 or later

To install:

cargo install --path .

To register (from inside Nushell):

register <path to installed plugin> --encoding json