nushell/crates/nu-command/src
Stefan Holderbach 799fa98411
Update reedline, revert crossterm (#4657)
At the moment `crossterm` apparently has a regression decoding certain important key combinations on Windows.
Thus reedline reverted to the previous version.

Some changes are necessary to remove the need for `crossterm` in the use of `lscolors`.
Introduces two local conversion traits.

Additionally update the `Highlighter` API to support the cursor
position.
This will enable brace/statement match highlighting.
2022-02-26 11:23:05 -06:00
..
conversions Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
core_commands Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
dataframe Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
date Add example for command n,g,p and grid, update date now examples (#4622) 2022-02-24 06:17:05 -06:00
deprecated feat: mark str to-datetime as deprecated command (#4448) 2022-02-12 20:30:37 -06:00
env Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
experimental Add example for enter, shells and view-source, update some docs (#4604) 2022-02-22 09:16:56 -06:00
filesystem Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
filters Find with regex flag (#4649) 2022-02-26 04:19:19 -05:00
formats Try again with math-like externals (#4629) 2022-02-24 14:02:28 -05:00
generators Try again with math-like externals (#4629) 2022-02-24 14:02:28 -05:00
hash Fix some examples and regenerate docs, should fix: #4455 (#4639) 2022-02-25 08:14:15 -05:00
math Rename some files (#952) 2022-02-05 12:35:02 -05:00
network Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
path Rename some files (#952) 2022-02-05 12:35:02 -05:00
platform Try again with math-like externals (#4629) 2022-02-24 14:02:28 -05:00
random Another batch of command tests (#4496) 2022-02-16 07:38:02 -05:00
shells Add example for command n,g,p and grid, update date now examples (#4622) 2022-02-24 06:17:05 -06:00
strings Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
system Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
viewers Update reedline, revert crossterm (#4657) 2022-02-26 11:23:05 -06:00
default_context.rs Add support for stderr and exit code (#4647) 2022-02-25 14:51:31 -05:00
example_test.rs Add pipeline redirection support (#4594) 2022-02-21 17:22:21 -05:00
lib.rs deprecated commands (#4405) 2022-02-10 12:55:19 +00:00