nushell/crates/nu-command/src/commands
Jakub Žádník 4fc05cac56
Port range to engine-p (#3377)
* Removes arg serialization
* action stream -> output stream
* uses nu_protocol::Range instead of NumericRange
* random missing newline I found in the code
2021-05-03 07:47:59 +12:00
..
ansi Move to* and from* to engine-p (#3320) 2021-04-15 19:43:33 +12:00
autoview add nu-pretty-hex, add into binary, update binaryview (#3370) 2021-05-01 11:12:25 -05:00
classified tweaked the error handling to show specific errors (#3367) 2021-04-30 09:24:06 -05: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 added check for endian-ness, added a bytes and skip (#3375) 2021-05-01 15:48:17 -05: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 added ability to change "#" color using header_color (#3374) 2021-05-01 12:30:50 -05: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 Move any to enginep style (#3324) 2021-04-22 20:35:45 +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 add nu-pretty-hex, add into binary, update binaryview (#3370) 2021-05-01 11:12:25 -05: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 Port range to engine-p (#3377) 2021-05-03 07:47:59 +12:00
reduce.rs #3298: reduce --numbered bug (#3354) 2021-04-27 19:07:56 +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 add nu-pretty-hex, add into binary, update binaryview (#3370) 2021-05-01 11:12:25 -05: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 ichwh removed (#3349) 2021-04-23 05:14:20 +12:00
where_.rs A few optimisations (#3306) 2021-04-12 19:47:31 +12:00
which_.rs ichwh removed (#3349) 2021-04-23 05:14:20 +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