nushell/crates/nu-cli/src/commands
Stan Zhang 83c874666a
Date utility commands (#2780)
* updated & added date related commands based on the new design

* added proper error handling when date format string is invalid

* fixed format issue

* fixed an issue caused due to the change in primitive Date type

* added `date list-timezone` command to list all supported time zones and updated `date to-timezone` accordingly
2020-12-12 12:18:03 -06:00
..
autoview
classified Make run_block public (#2772) 2020-12-02 23:00:30 +13:00
config
date Date utility commands (#2780) 2020-12-12 12:18:03 -06:00
each Improve parameter inference for blocks (#2708) 2020-10-28 07:47:11 +13:00
format Remove it expansion (#2701) 2020-10-26 19:55:52 +13:00
hash_ Tell Nu to look for hash's rest columns paths first. (#2777) 2020-12-04 13:49:58 -05:00
keep Revert "Getting closer to multiline scripts (#2738)" (#2745) 2020-11-10 18:22:13 +13:00
math Precision added to round cmd (#2710) 2020-10-29 16:14:08 +13:00
move_ Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -05:00
nu
parse
path Path Command Enhancement Project (#2742) 2020-11-24 22:18:38 +13:00
random Add random chars cmd (#2782) 2020-12-09 06:43:46 +13:00
skip Revert "Getting closer to multiline scripts (#2738)" (#2745) 2020-11-10 18:22:13 +13:00
split
str_ Avoid subtract overflow when no ending index given. (#2764) 2020-11-24 05:50:38 -05:00
table add heavy & none table border options (#2686) 2020-10-21 08:53:08 -05:00
url_
alias.rs Change alias shape inference to proposal of RFC#4 (#2685) 2020-10-29 06:49:38 +13:00
ansi.rs Support broad range of escape sequences (#2719) 2020-10-30 15:06:15 -05:00
append.rs Allow appending table literals. (#2693) 2020-10-22 03:26:30 -05:00
args.rs
autoenv.rs
autoenv_trust.rs
autoenv_untrust.rs
benchmark.rs Revert "Getting closer to multiline scripts (#2738)" (#2745) 2020-11-10 18:22:13 +13:00
build_string.rs
cal.rs
cd.rs
char_.rs add unicode to char command to print any unicode character (#2709) 2020-10-28 09:08:09 -05:00
chart.rs
clear.rs
clip.rs Fix new clippy warnings (#2760) 2020-11-22 13:37:16 +13:00
command.rs
compact.rs
constants.rs
count.rs
cp.rs
debug.rs
default.rs
describe.rs
do_.rs
drop.rs
du.rs
echo.rs
empty.rs Remove it expansion (#2701) 2020-10-26 19:55:52 +13:00
enter.rs
every.rs
exec.rs
exit.rs
first.rs
flatten.rs Remove it expansion (#2701) 2020-10-26 19:55:52 +13:00
from.rs
from_csv.rs
from_delimited_data.rs Parsing: Explain parsing errors and show sample lines. (#2774) 2020-12-07 07:19:04 +13:00
from_eml.rs
from_ics.rs
from_ini.rs
from_json.rs Fix new clippy warnings (#2760) 2020-11-22 13:37:16 +13:00
from_ods.rs
from_ssv.rs
from_toml.rs
from_tsv.rs
from_url.rs
from_vcf.rs
from_xlsx.rs
from_xml.rs
from_yaml.rs Fix new clippy warnings (#2760) 2020-11-22 13:37:16 +13:00
get.rs
group_by.rs Add in parameter inference for blocks (#2706) 2020-10-27 20:37:35 +13:00
group_by_date.rs
headers.rs
help.rs
histogram.rs
history.rs Flag to clear history file (#2720) 2020-11-10 05:23:41 +13:00
if_.rs Revert "Getting closer to multiline scripts (#2738)" (#2745) 2020-11-10 18:22:13 +13:00
insert.rs Remove it expansion (#2701) 2020-10-26 19:55:52 +13:00
into_int.rs Remove it expansion (#2701) 2020-10-26 19:55:52 +13:00
kill.rs
last.rs
lines.rs
ls.rs
macros.rs
merge.rs
mkdir.rs
next.rs
nth.rs
open.rs Remove it expansion (#2701) 2020-10-26 19:55:52 +13:00
pivot.rs
prepend.rs
prev.rs
pwd.rs
range.rs
reduce.rs Remove it expansion (#2701) 2020-10-26 19:55:52 +13:00
reject.rs
rename.rs
reverse.rs
rm.rs
run_alias.rs Change alias shape inference to proposal of RFC#4 (#2685) 2020-10-29 06:49:38 +13:00
run_external.rs
save.rs Fix new clippy warnings (#2760) 2020-11-22 13:37:16 +13:00
select.rs
seq.rs Fix new clippy warnings (#2760) 2020-11-22 13:37:16 +13:00
seq_dates.rs Seq with dates (#2746) 2020-11-11 14:35:02 -06:00
shells.rs
shuffle.rs
size.rs
sleep.rs
sort_by.rs
split_by.rs Move command changes. Refactorings. (#2683) 2020-10-20 04:07:13 -05:00
tags.rs
to.rs
to_csv.rs
to_delimited_data.rs
to_html.rs
to_json.rs
to_md.rs Fix new clippy warnings (#2760) 2020-11-22 13:37:16 +13:00
to_toml.rs
to_tsv.rs
to_url.rs
to_xml.rs
to_yaml.rs
touch.rs
uniq.rs
update.rs Fix new clippy warnings (#2760) 2020-11-22 13:37:16 +13:00
version.rs enhanced version command with more info (#2773) 2020-12-01 13:57:49 -06:00
where_.rs Revert "Getting closer to multiline scripts (#2738)" (#2745) 2020-11-10 18:22:13 +13:00
which_.rs
with_env.rs
wrap.rs