nushell/crates/nu-command/src/commands
JT 3ad4e0348f
Fix external redirect (#3345)
* Fix external redirection

* Fix external redirection
2021-04-22 08:54:34 +12:00
..
ansi Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
autoview Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
classified Add a sync from the known path to the env (#3335) 2021-04-21 08:22:53 +12:00
config Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
date Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
drop Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
each Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
format Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
hash_ Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
into Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
keep Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
math Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
move_ Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
nu Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
parse Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
path Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
random Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
roll Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
rotate Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
skip Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
split Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
str_ Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
table Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
url_ Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
all.rs Enginep/all (#3312) 2021-04-19 06:39:33 +12:00
any.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
append.rs A few optimisations (#3306) 2021-04-12 19:47:31 +12:00
args.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
autoenv_trust.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
autoenv_untrust.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
autoenv.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
benchmark.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
build_string.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
cal.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
cd.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
char_.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
chart.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
clear.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
clip.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
compact.rs Engine-p style in compact (#3325) 2021-04-19 06:40:29 +12:00
constants.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
cp.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
debug.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
def.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
default_context.rs Path Enhancement Project #2: parse, join and split (#3256) 2021-04-20 18:45:28 +12:00
default.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
describe.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
do_.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
du.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
echo.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
empty.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
enter.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
every.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
exec.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
exit.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
first.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
flatten.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
from_csv.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_delimited_data.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_eml.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_ics.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_ini.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_json.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_ods.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_ssv.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_toml.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_tsv.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_url.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_vcf.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_xlsx.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_xml.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from_yaml.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
from.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
get.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
group_by_date.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
group_by.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
headers.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
help.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
histogram.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
history.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
if_.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
insert.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
kill.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
last.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
length.rs A few optimisations (#3306) 2021-04-12 19:47:31 +12:00
let_.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
let_env.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
lines.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
ls.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
macros.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
merge.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
mkdir.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
next.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
nth.rs Make nth more stream-able (#3330) 2021-04-19 19:45:12 +12:00
open.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
pivot.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
prepend.rs A few optimisations (#3306) 2021-04-12 19:47:31 +12:00
prev.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
pwd.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
range.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
reduce.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
reject.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
rename.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
reverse.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
rm.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
run_external.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
save.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
select.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
seq_dates.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
seq.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
shells.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
shuffle.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
size.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
sleep.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
sort_by.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
source.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
split_by.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
tags.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
termsize.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
to_csv.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
to_delimited_data.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
to_html.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
to_json.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
to_md.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
to_toml.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
to_tsv.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
to_url.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
to_xml.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
to_yaml.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
to.rs Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
touch.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
uniq.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
update.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
version.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
where_.rs A few optimisations (#3306) 2021-04-12 19:47:31 +12:00
which_.rs Use new functions in which (#3310) 2021-04-20 18:38:36 +12:00
with_env.rs Fix external redirect (#3345) 2021-04-22 08:54:34 +12:00
wrap.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00