nushell/src/commands
2019-09-04 18:48:40 +12:00
..
args.rs Remove unused code 2019-09-01 23:11:05 -07:00
autoview.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05: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 Remove unused code 2019-09-01 23:11:05 -07: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 Support binary save 2019-09-03 21:50:23 -04:00
config.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
cp.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
date.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
debug.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05: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 Split fetch command away from open 2019-09-03 18:04:46 +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 Migrated numerics to BigInt/BigDecimal 2019-09-01 22:14:41 -07:00
from_csv.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
from_ini.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
from_json.rs Migrated numerics to BigInt/BigDecimal 2019-09-01 21:00:30 -07:00
from_sqlite.rs Migrated numerics to BigInt/BigDecimal 2019-09-01 21:00:30 -07:00
from_toml.rs Migrated numerics to BigInt/BigDecimal 2019-09-01 21:00:30 -07:00
from_tsv.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
from_xml.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
from_yaml.rs Migrated numerics to BigInt/BigDecimal 2019-09-01 21:00:30 -07:00
get.rs Remove unused code 2019-09-01 23:11:05 -07:00
help.rs can view list of commands for details. 2019-09-03 04:36:23 -05:00
last.rs Remove unused code 2019-09-01 23:11:05 -07:00
lines.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
ls.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
macros.rs Remove unused code 2019-09-01 23:11:05 -07: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 Split fetch command away from open 2019-09-03 18:04:46 +12:00
pick.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
plugin.rs Remove unused code 2019-09-01 23:11:05 -07:00
post.rs Remove unused code 2019-09-01 23:11:05 -07:00
prev.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
ps.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
reject.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05: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 Refactor to make save.rs readable 2019-09-03 22:21:37 -04:00
shells.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
size.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05: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 This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
split_row.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05: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 This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
to_bson.rs Covert to_* commands to work on whole table 2019-09-04 18:48:40 +12:00
to_csv.rs Covert to_* commands to work on whole table 2019-09-04 18:48:40 +12:00
to_json.rs Covert to_* commands to work on whole table 2019-09-04 18:48:40 +12:00
to_sqlite.rs Covert to_* commands to work on whole table 2019-09-04 18:48:40 +12:00
to_toml.rs Covert to_* commands to work on whole table 2019-09-04 18:48:40 +12:00
to_tsv.rs Covert to_* commands to work on whole table 2019-09-04 18:48:40 +12:00
to_yaml.rs Covert to_* commands to work on whole table 2019-09-04 18:48:40 +12:00
trim.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00
version.rs This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05: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 This commit introduces a basic help feature. We can go to it 2019-08-31 19:06:11 -05:00