nushell/crates/nu-command/src/commands
Darren Schroeder 864139d67f
move bel and backspace to char since they're not ansi (#3144)
* move bel and backspace to char since they're not ansi

* Trigger Build
2021-03-09 22:34:51 +13:00
..
ansi move bel and backspace to char since they're not ansi (#3144) 2021-03-09 22:34:51 +13:00
autoview print string returned by draw_table, in autoview when pivot mode is on (#3135) 2021-03-06 10:17:37 -05:00
classified Replace dirs and directories with maintained (#2949) 2021-01-19 14:24:27 -06:00
config nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
date Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
drop Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
each Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
format Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
hash_ Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
keep Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
math Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
move_ Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
nu Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
parse Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
path Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
random Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
roll Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
rotate 90 degree table rotations (clockwise and counter-clockwise) (#3086) 2021-02-22 06:56:34 -05:00
skip Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
split Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
str_ Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
table remove warnings (#3137) 2021-03-06 14:31:22 -06:00
url_ Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
append.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13: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 nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
autoenv_untrust.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
autoenv.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
benchmark.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
build_string.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
cal.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
cd.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
char_.rs move bel and backspace to char since they're not ansi (#3144) 2021-03-09 22:34:51 +13:00
chart.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
clear.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
clip.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
command.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
compact.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
constants.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
count.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
cp.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
debug.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
def.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
default_context.rs Refactor arguments of path subcommands & Add path join subcommand (#3123) 2021-03-04 20:04:56 +13:00
default.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
describe.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
do_.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
du.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
echo.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
empty.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
enter.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
every.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
exec.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
exit.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
first.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
flatten.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
from_csv.rs add "-0" as short for --headerless in "from" commands (#3042) 2021-02-22 20:25:17 +13:00
from_delimited_data.rs add "-0" as short for --headerless in "from" commands (#3042) 2021-02-22 20:25:17 +13:00
from_eml.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
from_ics.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
from_ini.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
from_json.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
from_ods.rs add "-0" as short for --headerless in "from" commands (#3042) 2021-02-22 20:25:17 +13:00
from_ssv.rs add "-0" as short for --headerless in "from" commands (#3042) 2021-02-22 20:25:17 +13:00
from_toml.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
from_tsv.rs add "-0" as short for --headerless in "from" commands (#3042) 2021-02-22 20:25:17 +13:00
from_url.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
from_vcf.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
from_xlsx.rs add "-0" as short for --headerless in "from" commands (#3042) 2021-02-22 20:25:17 +13:00
from_xml.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
from_yaml.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
from.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
get.rs Soft rest arguments column path cohersions. (#3016) 2021-02-06 20:05:47 -05:00
group_by_date.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
group_by.rs Ensure selection of columns are done once per column (#3012) 2021-02-05 19:34:26 -05:00
headers.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
help.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
histogram.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
history.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
if_.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
insert.rs Ensure selection of columns are done once per column (#3012) 2021-02-05 19:34:26 -05:00
into_int.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
kill.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
last.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
let_.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
let_env.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
lines.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
ls.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
macros.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
merge.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
mkdir.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
next.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
nth.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
open.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
pivot.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
prepend.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
prev.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
pwd.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
range.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
reduce.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
reject.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
rename.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
reverse.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
rm.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
run_external.rs nu-cli refactor moving commands into their own crate nu-command (#2910) 2021-01-12 17:59:53 +13:00
save.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
select.rs Soft rest arguments column path cohersions. (#3016) 2021-02-06 20:05:47 -05:00
seq_dates.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
seq.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
shells.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
shuffle.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
size.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
sleep.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
sort_by.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
source.rs Source path including tilda (#3059) 2021-02-15 21:41:49 +13:00
split_by.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
tags.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
termsize.rs change help text (#3054) 2021-02-13 13:20:34 -06:00
to_csv.rs add "-0" as short for --headerless in "from" commands (#3042) 2021-02-22 20:25:17 +13:00
to_delimited_data.rs add "-0" as short for --headerless in "from" commands (#3042) 2021-02-22 20:25:17 +13:00
to_html.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
to_json.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
to_md.rs Minimal markdown syntax per element support. (#2997) 2021-02-02 12:09:19 -05:00
to_toml.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
to_tsv.rs add "-0" as short for --headerless in "from" commands (#3042) 2021-02-22 20:25:17 +13:00
to_url.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
to_xml.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
to_yaml.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
to.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
touch.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
uniq.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
update.rs Ensure selection of columns are done once per column (#3012) 2021-02-05 19:34:26 -05:00
version.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
where_.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
which_.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00
with_env.rs Allow composing help message from two parts (#3124) 2021-03-08 12:57:58 +13:00
wrap.rs Fix latest clippy warnings (#3049) 2021-02-12 23:13:14 +13:00