nushell/src/commands
2019-09-10 12:26:56 -05:00
..
args.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
autoview.rs Finish fixing failing tests. 2019-09-08 13:35:02 +12:00
cd.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
classified.rs Attempt so simplify classified 2019-09-08 14:00:04 +12:00
clip.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
command.rs Expand pwd command 2019-09-07 15:31:16 -07:00
config.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
cp.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
date.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
debug.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
echo.rs Add echo command 2019-09-08 11:43:53 +12:00
enter.rs can view help for a given command by entering a command. 2019-09-03 04:05:52 -05:00
exit.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
fetch.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
first.rs Migrated numerics to BigInt/BigDecimal 2019-09-01 21:00:30 -07:00
format.rs Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
from_bson.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
from_csv.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
from_ini.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
from_json.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
from_sqlite.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
from_toml.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
from_tsv.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
from_xml.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
from_yaml.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
get.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
help.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
last.rs Remove unused code 2019-09-01 23:11:05 -07:00
lines.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
ls.rs question mark character can also be in glob patterns. 2019-09-10 12:26:56 -05:00
macros.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
mkdir.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
mv.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
next.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
nth.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
open.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
pick.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
plugin.rs Remove unused code 2019-09-01 23:11:05 -07:00
post.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
prev.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
pwd.rs Removed commented out code. 2019-09-07 15:43:30 -07:00
reject.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
reverse.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
rm.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
save.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
shells.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
size.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
skip_while.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
sort_by.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
split_column.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
split_row.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
table.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
tags.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
to_bson.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
to_csv.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
to_json.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
to_sqlite.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
to_toml.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
to_tsv.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
to_yaml.rs Added glob patterns to the syntax shapes 2019-09-10 09:00:50 -07:00
trim.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
version.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00
vtable.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
where_.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
which_.rs Move internal terminology to tables/rows 2019-09-06 04:23:42 +12:00