nushell/crates/nu_plugin_inc
Bahex e10538bd8d refactor(cell-path): update Value::follow_cell_path
- remove `insensitive` parameter, case sensitivity is determined by the
  cell-path itself
- update call sites
2025-05-04 16:37:23 +03:00
..
src refactor(cell-path): update Value::follow_cell_path 2025-05-04 16:37:23 +03:00
Cargo.toml Bump to 0.104.1 dev version (#15669) 2025-04-29 23:33:10 -04:00
README.md remove the deprecated register command (#13297) 2024-07-05 07:16:50 -05:00

Incrementor 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>