* nu-completer with suggestions

* help menu with scrolling

* updates description rows based on space

* configuration for help menu

* update nu-ansi-term

* corrected test for update cells

* changed keybinding
This commit is contained in:
Fernando Herrera
2022-03-27 14:01:04 +01:00
committed by GitHub
parent 0011f4df56
commit a4410fef40
15 changed files with 1152 additions and 192 deletions

View File

@ -12,7 +12,7 @@ name = "table"
path = "src/main.rs"
[dependencies]
nu-ansi-term = "0.45.0"
nu-ansi-term = "0.45.1"
nu-protocol = { path = "../nu-protocol", version = "0.60.1" }
regex = "1.4"
unicode-width = "0.1.8"