nushell/crates/nu-command/src/commands
Christian Menges 500683831c
from xlsx/ods: Add parameter --sheets (#3600)
* from xlsx: Add parameter --sheets

* from ods: Add parameter --sheets
2021-06-10 07:44:24 -05:00
..
ansi added ansi gradient in the spirit of fun (#3570) 2021-06-07 13:20:05 -05:00
autoview Series Operation (#3563) 2021-06-08 05:27:46 +12:00
classified Further improve arg errors (#3598) 2021-06-10 20:33:06 +12:00
config Config commands to engine p (#3408) 2021-05-12 14:01:16 +12:00
dataframe Column selector using FullColumnPath (#3572) 2021-06-08 14:34:37 +12:00
date delete crates/nu-command/src/commands/date/utc.rs (#3464) 2021-05-22 17:09:50 +12:00
drop commands to engine p (#3417) 2021-05-13 07:07:20 +12:00
each Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
format Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
hash_ Commands to engine p (#3426) 2021-05-15 16:11:07 +12:00
into remove str from (#3500) 2021-05-27 12:18:02 -05:00
keep Do a bit more cleanup of block params (#3455) 2021-05-21 19:04:27 +12:00
math Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
move_ Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
nu Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
parse Commands to engine (#3448) 2021-05-22 10:52:04 -05:00
path Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
random Make the default int an i64 (#3428) 2021-05-14 20:35:09 +12:00
roll Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
rotate Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
skip Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
split Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
str_ Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
table Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
url_ Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
alias.rs Improve alias highlighting/completions (#3594) 2021-06-10 13:13:08 +12:00
all.rs Simplify expressions (#3389) 2021-05-12 13:01:48 +12:00
any.rs Rename the use of invocation to subexpression (#3568) 2021-06-07 20:08:35 +12:00
append.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +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 Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
benchmark.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
build_string.rs engine-p: build-string remove ActionStream (#3394) 2021-05-08 16:59:12 +12:00
cal.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
cd.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
char_.rs Add path separator to char; Update char to engine-p; List all names of all possible chars (#3470) 2021-05-22 11:48:33 -05:00
chart.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +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 Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
debug.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
def.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
default_context.rs Improve alias highlighting/completions (#3594) 2021-06-10 13:13:08 +12:00
default.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
describe.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
do_.rs Convert do command to engine-p; Fix flag name (#3503) 2021-05-28 10:12:52 +12:00
du.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
echo.rs Add for..in command (#3504) 2021-05-28 10:32:45 +12:00
empty.rs Fix #3582 (#3583) 2021-06-09 18:07:54 +12:00
enter.rs Use enginep style in enter command (#3469) 2021-05-22 09:27:42 -05:00
every.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
exec.rs Clarify exec help message; Update to engine-p (#3588) 2021-06-10 10:43:40 +12:00
exit.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
first.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
flatten.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
for_in.rs Cleanup let varname and rhs (#3507) 2021-05-28 19:48:54 +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 Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +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 Make the default int an i64 (#3428) 2021-05-14 20:35:09 +12:00
from_ods.rs from xlsx/ods: Add parameter --sheets (#3600) 2021-06-10 07:44:24 -05: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 from xlsx/ods: Add parameter --sheets (#3600) 2021-06-10 07:44:24 -05:00
from_xml.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
from_yaml.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
from.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
get.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
group_by_date.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
group_by.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
headers.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
help.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
histogram.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
history.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
if_.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
insert.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
kill.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
last.rs Make the default int an i64 (#3428) 2021-05-14 20:35:09 +12:00
length.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
let_.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
let_env.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
lines.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
load_env.rs Add the load-env command (#3484) 2021-05-26 06:18:20 +12:00
ls.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
macros.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
merge.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
mkdir.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
next.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
nth.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
open.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
pivot.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
prepend.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
prev.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
pwd.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
range.rs Negative indexing for range (#3427) 2021-05-17 15:08:47 +12:00
reduce.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
reject.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
rename.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
reverse.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
rm.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
run_external.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
save.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
select.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
seq_dates.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
seq.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
shells.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +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 Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
sort_by.rs Fix #3582 (#3583) 2021-06-09 18:07:54 +12:00
source.rs Enable syntax/completions for source (#3589) 2021-06-10 09:01:40 +12:00
split_by.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
tags.rs Split OutputStream into ActionStream/OutputStream (#3304) 2021-04-12 14:35:01 +12:00
termsize.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +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 Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
to_html.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
to_json.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
to_md.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
to_toml.rs Groupby operations on dataframes (#3473) 2021-05-23 19:37:04 +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 Groupby operations on dataframes (#3473) 2021-05-23 19:37:04 +12:00
to.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
touch.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
uniq.rs Groupby operations on dataframes (#3473) 2021-05-23 19:37:04 +12:00
update.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
version.rs add list of installed plugins to version command (#3548) 2021-06-03 08:53:32 -05:00
where_.rs Fix a bunch of future clippy warnings (#3586) 2021-06-10 07:08:12 +12:00
which_.rs Simplify down to one type of context (#3379) 2021-05-03 11:45:55 +12:00
with_env.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00
wrap.rs Finish removing arg deserialization (#3552) 2021-06-04 18:23:57 +12:00