nushell/crates/nu-cli/src/commands
Andrew Davis ab5e24a0e7
WIP: Add vcard/ical support (#1504)
* Initial from-ical implementation

* Initial from-vcard implementation

* Rename from-ics and from-vcf for autoconvert

* Remove redundant clones

* Add from-vcf and from-ics tests

Co-authored-by: Jonathan Turner <jonathandturner@users.noreply.github.com>
2020-03-21 08:35:09 +13:00
..
classified Eliminate some compiler warnings (#1468) 2020-03-09 08:19:07 +13:00
append.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
args.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
autoview.rs Don't emit a newline in autoview. (#1466) 2020-03-09 08:18:24 +13:00
calc.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
cd.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
clear.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
clip.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
command.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
compact.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
config.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
count.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
cp.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
date.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
debug.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
default.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
du.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
echo.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
edit.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
enter.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
evaluate_by.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
exit.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
first.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
format.rs Columnpath support when passing fields for formatting. (#1472) 2020-03-10 01:55:03 -05:00
from_bson.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
from_csv.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
from_delimited_data.rs Infer types from regular delimited plain text unstructured files. (#1494) 2020-03-16 15:50:45 -05:00
from_ics.rs WIP: Add vcard/ical support (#1504) 2020-03-21 08:35:09 +13:00
from_ini.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
from_json.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
from_ods.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
from_sqlite.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
from_ssv.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
from_toml.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
from_tsv.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
from_url.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
from_vcf.rs WIP: Add vcard/ical support (#1504) 2020-03-21 08:35:09 +13:00
from_xlsx.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
from_xml.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
from_yaml.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
get.rs Merge env into $nu and simplify table/get (#1463) 2020-03-08 18:33:30 +13:00
group_by.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
help.rs Fix whitespace and typos (#1481) 2020-03-14 06:23:41 +13:00
histogram.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
history.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
insert.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
kill.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
last.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
lines.rs Move to bytes/string hybrid codec (#1457) 2020-03-07 05:06:39 +13:00
ls.rs Added new flag '--all/-a' for Ls, also refactor some code (#1483) 2020-03-14 06:27:04 +13:00
macros.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
map_max_by.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
mkdir.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
mv.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
next.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
nth.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
open.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
parse.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
pick.rs Fix whitespace and typos (#1481) 2020-03-14 06:23:41 +13:00
pivot.rs Merge env into $nu and simplify table/get (#1463) 2020-03-08 18:33:30 +13:00
plugin.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
prepend.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
prev.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
pwd.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
range.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
reduce_by.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
reject.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
rename.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
reverse.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
rm.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
save.rs Auto-detect string / binary in save command (#1459) 2020-03-08 07:33:29 +13:00
shells.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
shuffle.rs Merge shuffle nu plugin as core command. (#1475) 2020-03-10 17:00:08 -05:00
size.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
skip_while.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
skip.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
sort_by.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
split_by.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
split_column.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
split_row.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
sum.rs Make sum plugin as internal command. (#1501) 2020-03-18 18:46:00 -05:00
t_sort_by.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
table.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
tags.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
to_bson.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
to_csv.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
to_delimited_data.rs Infer types from regular delimited plain text unstructured files. (#1494) 2020-03-16 15:50:45 -05:00
to_html.rs Add markdown output (#1503) 2020-03-20 08:18:24 +13:00
to_json.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
to_md.rs Add markdown output (#1503) 2020-03-20 08:18:24 +13:00
to_sqlite.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
to_toml.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
to_tsv.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
to_url.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
to_yaml.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
touch.rs Eliminate some compiler warnings (#1468) 2020-03-09 08:19:07 +13:00
trim.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
uniq.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
version.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
what.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
where_.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
which_.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
wrap.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00