nushell/crates/nu-cli/tests/commands
2020-07-19 05:19:03 +12:00
..
keep Keep until and while as subcommands of keep (#2197) 2020-07-18 07:06:48 +12:00
math Rename calc to math eval and allow it to optionally take an expression as an argument (#2195) 2020-07-18 16:11:19 +12:00
move_ Add "move column" command. (#2123) 2020-07-06 10:27:01 -05:00
random Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
skip Merge skip command varieties into one command with sub commands. (#2179) 2020-07-14 20:44:49 -05:00
alias.rs
append.rs
autoenv_trust.rs Autoenv rewrite, security and scripting (#2083) 2020-07-06 05:34:00 +12:00
autoenv_untrust.rs Autoenv rewrite, security and scripting (#2083) 2020-07-06 05:34:00 +12:00
autoenv.rs Autoenv rewrite, security and scripting (#2083) 2020-07-06 05:34:00 +12:00
cal.rs Add support to allow the week day start in cal to be configured via a flag (#1996) 2020-06-19 05:34:51 +12:00
cd.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
compact.rs
cp.rs
default.rs
drop.rs Stream results of drop command (#2114) 2020-07-06 05:46:06 +12:00
each.rs Convert sum command into subcommand of the math command (#2004) 2020-06-18 21:02:01 -05:00
echo.rs Make every stream-able (#2120) 2020-07-06 20:23:27 +12:00
enter.rs Convert open/fetch to stream (#2028) 2020-07-04 07:53:20 +12:00
every.rs
first.rs
format.rs
get.rs
group_by.rs group-by can generate custom grouping key by block evaluation. (#2172) 2020-07-14 08:45:19 -05:00
headers.rs
histogram.rs
insert.rs
is_empty.rs Convert sum command into subcommand of the math command (#2004) 2020-06-18 21:02:01 -05:00
last.rs Show entire table if number of rows requested for last is greater than table size (#2112) 2020-07-05 13:04:17 +12:00
lines.rs Merge skip command varieties into one command with sub commands. (#2179) 2020-07-14 20:44:49 -05:00
ls.rs Align tables in "ls -f" (#2105) 2020-07-05 08:17:36 +12:00
merge.rs Convert sum command into subcommand of the math command (#2004) 2020-06-18 21:02:01 -05:00
mkdir.rs
mod.rs Rename calc to math eval and allow it to optionally take an expression as an argument (#2195) 2020-07-18 16:11:19 +12:00
nth.rs
open.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
parse.rs
prepend.rs
range.rs
rename.rs
reverse.rs
rm.rs
save.rs
select.rs
semicolon.rs
sort_by.rs
split_by.rs
split_column.rs Add "move column" command. (#2123) 2020-07-06 10:27:01 -05:00
split_row.rs
str_.rs Add str reverse subcommand (#2170) 2020-07-15 08:47:04 +12:00
touch.rs
trim.rs
uniq.rs Fix uniq to work with simple values (#2214) 2020-07-19 05:19:03 +12:00
update.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
where_.rs Add wasm support (#2199) 2020-07-18 13:59:23 +12:00
with_env.rs
wrap.rs