nushell/crates/nu-cli/src/commands
2020-09-22 14:14:11 +12:00
..
autoview Slim down configuration readings and nu_cli clean up. (#2559) 2020-09-16 18:22:58 -05:00
classified Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
config Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
date Tidy up help command text (#2566) 2020-09-18 18:13:53 +12:00
each Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
keep Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
math Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
move_ Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
nu Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
parse add example to parse command, with row output (#2256) 2020-07-26 06:14:29 +12:00
path Path dirname and filestem (#2428) 2020-08-26 14:47:23 -05:00
random Remove panics from random integer and make the constraint more idiomatic (#2578) 2020-09-20 08:41:49 +12:00
skip Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
split Add 'split chars' command (#2101) 2020-07-04 07:09:38 +12:00
str_ Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
table more table themes rounded and reinforced (#2579) 2020-09-19 12:10:34 -05:00
url_ Add url commands (#2274) 2020-07-30 08:56:56 +12:00
alias.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
ansi.rs Add minor theme support (#2449) 2020-09-01 17:09:55 +12:00
append.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
args.rs Move most of the root package into a subcrate. (#1445) 2020-03-04 13:58:20 -05:00
autoenv_trust.rs Silence Rust 1.45 Clippy warnings (#2196) 2020-07-18 05:57:15 +12:00
autoenv_untrust.rs Silence Rust 1.45 Clippy warnings (#2196) 2020-07-18 05:57:15 +12:00
autoenv.rs Run exitscripts in original dir (#2352) 2020-08-18 17:36:09 +12:00
benchmark.rs Implement passthrough for benchmark (#2580) 2020-09-22 05:30:16 +12:00
build_string.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
cal.rs Match cleanup (#2248) 2020-07-25 08:40:35 -04:00
cd.rs Batch of moving commands off async_stream (#1916) 2020-05-30 11:36:04 +12:00
char_.rs add a few more ansi escape sequences (#2553) 2020-09-15 16:01:57 -05:00
clear.rs Tidy up help command text (#2566) 2020-09-18 18:13:53 +12:00
clip.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
command.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
compact.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
constants.rs Convert open/fetch to stream (#2028) 2020-07-04 07:53:20 +12:00
count.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
cp.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
debug.rs Batch of moving commands off async_stream (#1917) 2020-05-30 16:34:39 +12:00
default.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
do_.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
drop.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
du.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
echo.rs allow decimals as a range boundary (#2509) 2020-09-08 05:30:11 +12:00
enter.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
every.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
exec.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
exit.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
first.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
format.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
from_csv.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_delimited_data.rs Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
from_eml.rs Remove async_stream! from some commands (#1951) 2020-06-08 16:48:10 +12:00
from_ics.rs Another batch of removing async_stream (#1979) 2020-06-14 10:01:44 +12:00
from_ini.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_json.rs Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
from_ods.rs Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
from_ssv.rs Another batch of removing async_stream (#1972) 2020-06-13 16:03:39 +12:00
from_toml.rs Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
from_tsv.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_url.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
from_vcf.rs Fix variable name (#2142) 2020-07-08 19:55:01 -04:00
from_xlsx.rs Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
from_xml.rs Data summarize reporting overhaul. (#2299) 2020-08-03 17:47:19 -05:00
from_yaml.rs Update bigint/bigdecimal (#2585) 2020-09-22 05:28:31 +12:00
from.rs Another batch of removing async_stream (#1970) 2020-06-12 20:34:41 +12:00
get.rs Add space between column suggestions (#2586) 2020-09-22 14:14:11 +12:00
group_by_date.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
group_by.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
headers.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
help.rs Fix subcommands column on help commands (#2584) 2020-09-21 19:57:26 +12:00
histogram.rs Cleanup code in get and nu-value-ext (#2563) 2020-09-18 18:40:20 +12:00
history.rs Slim down configuration readings and nu_cli clean up. (#2559) 2020-09-16 18:22:58 -05:00
if_.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
insert.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
into_int.rs Allow the calculation of bytes and int. (#2160) 2020-08-27 17:44:18 +12:00
is_empty.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
kill.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
last.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
lines.rs Clean up lines command (#2207) 2020-07-19 05:17:56 +12:00
ls.rs Remove with-symlink-targets flag from ls (#2334) 2020-08-13 05:21:19 +12:00
macros.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
merge.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
mkdir.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
next.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
nth.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
open.rs Extend 'Shell' with open and save capabilities (#2165) 2020-07-13 21:07:44 +12:00
pivot.rs Another batch of converting commands away from async_stream (#1974) 2020-06-13 20:43:21 +12:00
prepend.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
prev.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
pwd.rs Removing async_stream! from some commands (#1940) 2020-06-06 19:42:06 +12:00
range.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
reduce.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
reject.rs Add some cross-references to usage texts (#2417) 2020-08-26 09:43:41 +12:00
rename.rs Another batch of converting commands away from async_stream (#1974) 2020-06-13 20:43:21 +12:00
reverse.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
rm.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
run_alias.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
run_external.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
save.rs Add stderr back when using do -i (#2309) 2020-08-07 16:53:37 +12:00
select.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
shells.rs Set active shell column to boolean (#2540) 2020-09-13 16:25:38 +12:00
shuffle.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
size.rs Size: count unicode graphmemes as single char (#2482) 2020-09-03 04:54:00 +12:00
sleep.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
sort_by.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
split_by.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
tags.rs Move run to be async (#1913) 2020-05-29 20:22:52 +12:00
to_csv.rs Another batch of removing async_stream (#1978) 2020-06-14 07:13:36 +12:00
to_delimited_data.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
to_html.rs Add wasm sample for CI (#2372) 2020-08-19 07:34:05 +12:00
to_json.rs Pass metadata in 'to json' (#2359) 2020-08-16 15:47:00 +12:00
to_md.rs Move nu-data out of nu-cli (#2369) 2020-08-18 19:00:02 +12:00
to_toml.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
to_tsv.rs Another batch of removing async_stream (#1978) 2020-06-14 07:13:36 +12:00
to_url.rs Another batch of removing async_stream (#1972) 2020-06-13 16:03:39 +12:00
to_xml.rs Add to xml command (#2141) (#2155) 2020-07-24 19:41:22 +12:00
to_yaml.rs Rename 'bytes' to 'filesize' (#2153) 2020-07-11 14:17:37 +12:00
to.rs Another batch of converting commands away from async_stream (#1974) 2020-06-13 20:43:21 +12:00
touch.rs touch: support multiple arguments (#2386) 2020-08-22 12:08:30 +12:00
uniq.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
update.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
version.rs Fix the version command to include the commit hash (#2390) 2020-08-22 15:21:59 +12:00
what.rs Another batch of removing async_stream (#1971) 2020-06-13 11:40:23 +12:00
where_.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
which_.rs Simplify a few boolean creations (#2543) 2020-09-14 13:15:44 +12:00
with_env.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00
wrap.rs Context cleanup (#2581) 2020-09-20 09:29:51 +12:00