nushell/crates/nu-cli/src
Stefan Holderbach 995d8db1fe
Set to reedline main branch for development cycle (#5249)
Changes to reedline since `v0.4.0`:

- vi normal mode `I` for inserting at line beginning
- `InsertNewline` edit command that can be bound to `Alt-Enter` if
desired to have line breaks without relying on the `Validator`
- `ClearScreen` will directly clear the visible screen. `Signal::CtrlL` has been
removed.
- `ClearScrollback` will clear the screen and scrollback. Can be used to
mimic macOS `Cmd-K` screen clearing. Helps with #5089
2022-04-20 21:10:33 +12:00
..
completions nu-cli/completions: fix file completions with quotes (#5242) 2022-04-20 16:54:37 +12:00
menus short descriptions (#5130) 2022-04-08 07:57:39 +01:00
commands.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
config_files.rs Move repl loop and command/script execution to nu_cli (#4846) 2022-03-17 07:17:06 +13:00
errors.rs more strict nuon handling, better nuon errors (#4576) 2022-02-20 22:31:50 -05:00
eval_file.rs Remove external name exceptions (#5115) 2022-04-07 14:01:31 +12:00
lib.rs nu-cli: added tests for file completions (#5232) 2022-04-20 16:54:00 +12:00
nu_highlight.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
print.rs Add an explicit 'print' command (#4535) 2022-02-18 13:43:34 -05:00
prompt_update.rs Shell Integration (#5162) 2022-04-16 22:03:02 -05:00
prompt.rs Shell Integration (#5162) 2022-04-16 22:03:02 -05:00
reedline_config.rs Set to reedline main branch for development cycle (#5249) 2022-04-20 21:10:33 +12:00
repl.rs Set to reedline main branch for development cycle (#5249) 2022-04-20 21:10:33 +12:00
syntax_highlight.rs Add an alias denylist for expansions (#4871) 2022-03-19 08:03:57 +13:00
util.rs Move config to be an env var (#5230) 2022-04-19 10:28:01 +12:00
validation.rs Add an alias denylist for expansions (#4871) 2022-03-19 08:03:57 +13:00