nushell/crates/nu-engine/src
Stefan Holderbach 2c4048eb43
Refactor ansi stripping into nu-utils functions (#6966)
Allows use of slightly optimized variants that check if they have to use
the heavier vte parser. Tries to avoid unnnecessary allocations. Initial
performance characteristics proven out in #4378.

Also reduces boilerplate with right-ward drift.
2022-11-05 07:49:45 +13:00
..
call_ext.rs Friendly error message for access beyond end (#6944) 2022-10-29 19:47:50 +02:00
column.rs table -e Fix stackoverflow (cause endless empty list) (#6847) 2022-10-22 11:52:32 -05:00
documentation.rs Refactor ansi stripping into nu-utils functions (#6966) 2022-11-05 07:49:45 +13:00
env.rs Don't compute 'did you mean' suggestions unless showing them to user (#6540) 2022-09-11 09:58:19 -07:00
eval.rs make ++ append lists (#6766) 2022-10-20 23:28:18 +13:00
glob_from.rs Add --directory (-D) flag to ls, list the directory itself instead of its contents (#5970) 2022-07-08 14:15:34 -05:00
lib.rs Add export-env command (#6355) 2022-08-18 23:24:39 +03:00