nushell/src/commands
2019-07-28 14:02:42 +12:00
..
args.rs Remove dead code 2019-05-15 15:58:44 -07:00
autoview.rs Move textview to plugin 2019-07-25 05:14:30 +12:00
cd.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
classified.rs Add syntect (and borrow bat's theme file) 2019-07-20 13:12:04 +12:00
clip.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
command.rs Update plugin protocol for begin, and create new sys plugin 2019-07-27 19:45:00 +12:00
config.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
cp.rs Appropiate error handling when copying (thanks @jonathandturner) 2019-07-23 01:03:35 -05:00
date.rs Add date command 2019-07-26 16:09:19 +12:00
exit.rs WIP improve error infrastructure 2019-07-12 19:20:26 -07:00
first.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
format.rs Add tree sink 2019-06-07 19:50:26 +12:00
from_csv.rs Introduced conversion to csv command. 2019-07-21 02:08:05 -05:00
from_ini.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
from_json.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
from_toml.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
from_xml.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
from_yaml.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
get.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
lines.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
ls.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
macros.rs Fix plugin's commandconfig 2019-07-16 19:08:35 +12:00
open.rs Introduced conversion to csv command. 2019-07-21 02:08:05 -05:00
pick.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
plugin.rs Update plugin protocol for begin, and create new sys plugin 2019-07-27 19:45:00 +12:00
ps.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
reject.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
rm.rs Introduced initial cp functionality. 2019-07-21 21:23:02 -05:00
save.rs Introduced conversion to csv command. 2019-07-21 02:08:05 -05:00
size.rs Cleanup for upcoming release 2019-07-17 07:10:25 +12:00
skip_while.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
sort_by.rs WIP 2019-07-12 19:20:26 -07:00
split_column.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
split_row.rs Introduce CallInfo, which abstracts args, name_span, and source_map 2019-07-20 14:27:10 +12:00
table.rs Add vertical table view 2019-06-21 16:20:06 +12:00
to_array.rs WIP 2019-07-12 19:20:26 -07:00
to_csv.rs Introduced initial cp functionality. 2019-07-21 21:23:02 -05:00
to_json.rs Update plugin protocol for begin, and create new sys plugin 2019-07-27 19:45:00 +12:00
to_toml.rs Update plugin protocol for begin, and create new sys plugin 2019-07-27 19:45:00 +12:00
to_yaml.rs Update plugin protocol for begin, and create new sys plugin 2019-07-27 19:45:00 +12:00
trim.rs Add first step of uuid generation and bookkeeping 2019-07-20 07:48:14 +12:00
vtable.rs Add vertical table view 2019-06-21 16:20:06 +12:00
where_.rs Make signatures a little more general 2019-07-15 14:16:27 -07:00