nushell/crates/nu-cli/src
Sam Hedin 57101d5022
Run exitscripts in original dir (#2352)
* Modify testcase

* Run exitscript in the folder it was specified

* Update documentation

* Add comment

* Borrow instead of clone

* Does this just... work on windows?

* fmt

* as_str

* Collapse if by order of clippy

* Support windows

* fmt

* refactor tests

* fmt

* This time it will work on windows FOR SURE

* Remove debug prints

* Comment

* Refactor tests

* fmt

* fix spelling

* update comment
2020-08-18 17:36:09 +12:00
..
commands Run exitscripts in original dir (#2352) 2020-08-18 17:36:09 +12:00
data added the other table "themes" so that they could be used via config (#2365) 2020-08-17 11:20:00 -05:00
env Run exitscripts in original dir (#2352) 2020-08-18 17:36:09 +12:00
evaluate Add stderr back when using do -i (#2309) 2020-08-07 16:53:37 +12:00
shell Remove with-symlink-targets flag from ls (#2334) 2020-08-13 05:21:19 +12:00
stream Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
utils Data summarize reporting overhaul. (#2299) 2020-08-03 17:47:19 -05:00
cli.rs added various case conversion commands for str. Added the inflection … (#2363) 2020-08-18 08:18:23 +12:00
commands.rs added various case conversion commands for str. Added the inflection … (#2363) 2020-08-18 08:18:23 +12:00
completion.rs Refactor all completion logic into NuCompleter (#2252) 2020-07-25 11:39:12 +12:00
context.rs Refactor all completion logic into NuCompleter (#2252) 2020-07-25 11:39:12 +12:00
data.rs Bat config (#2010) 2020-06-19 15:08:59 -05:00
deserializer.rs Add bool subcommand to random (#2061) 2020-06-26 16:51:05 +12:00
documentation.rs Auto-Generate Documentation for nushell.com (#2139) 2020-07-18 10:22:43 +12:00
env.rs WIP: Per directory env-variables (#1943) 2020-06-08 19:55:25 +12:00
examples.rs added ansi example (#2230) 2020-07-20 18:33:39 -05:00
format.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
futures.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
git.rs Bump to 0.18.2. Move starship external. (#2345) 2020-08-14 07:02:45 +12:00
keybinding.rs Keybindings and invocation fix (#2186) 2020-07-15 19:51:59 +12:00
lib.rs Export more defs from nu-cli (#2205) 2020-07-18 16:47:03 +12:00
path.rs Fix cd'ing to symlinked directories (#1651) 2020-04-25 18:09:00 +12:00
prelude.rs Nu table (#2015) 2020-06-20 15:41:53 +12:00
shell.rs create Palette trait (#1813) 2020-05-18 05:48:57 +12:00
utils.rs Data summarize reporting overhaul. (#2299) 2020-08-03 17:47:19 -05:00