nushell/src/commands
2019-08-25 00:11:38 +03:00
..
args.rs Remove dead code 2019-05-15 15:58:44 -07:00
autoview.rs Reduce unwraps 2019-08-16 20:53:39 -07:00
cd.rs Make cd argument optional 2019-08-20 13:11:29 +10:00
classified.rs Fix push/pop for shell manager 2019-08-19 20:07:55 +12:00
clip.rs Remove X11 requirement 2019-08-23 15:29:08 +12:00
command.rs Remove X11 requirement 2019-08-23 15:29:08 +12:00
config.rs WIP 2019-08-15 17:02:02 +12:00
cp.rs Disallow fileops on values 2019-08-22 05:03:59 +12:00
date.rs Fix typo in date command signature 2019-08-19 10:55:28 +10:00
debug.rs Remove unneeded TODOs 2019-08-20 13:11:01 +10:00
enter.rs WIP 2019-08-15 17:02:02 +12:00
exit.rs WIP 2019-08-15 17:02:02 +12:00
first.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
format.rs Add tree sink 2019-06-07 19:50:26 +12:00
from_array.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
from_csv.rs Add expansion to from-* for lists 2019-08-24 19:38:38 +12:00
from_ini.rs Add expansion to from-* for lists 2019-08-24 19:38:38 +12:00
from_json.rs Add expansion to from-* for lists 2019-08-24 19:38:38 +12:00
from_toml.rs Add expansion to from-* for lists 2019-08-24 19:38:38 +12:00
from_xml.rs Add expansion to from-* for lists 2019-08-24 19:38:38 +12:00
from_yaml.rs Add expansion to from-* for lists 2019-08-24 19:38:38 +12:00
get.rs Clean up error text 2019-08-24 08:31:14 +12:00
lines.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
ls.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
macros.rs Restructuring 2019-08-02 12:15:07 -07:00
mkdir.rs Finish adding support for protecting value shells 2019-08-22 16:13:40 +12:00
mv.rs Disallow fileops on values 2019-08-22 05:03:59 +12:00
next.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
nth.rs Finish updating the last cases 2019-08-20 18:11:11 +12:00
open.rs All tests pass 2019-08-15 17:46:19 +12:00
pick.rs Clean up error text 2019-08-24 08:31:14 +12:00
plugin.rs WIP 2019-08-15 17:02:02 +12:00
prev.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
ps.rs Cleanup unneeded compiler flag 2019-08-22 04:00:29 +12:00
reject.rs Finish updating the last cases 2019-08-20 18:11:11 +12:00
rm.rs Disallow fileops on values 2019-08-22 05:03:59 +12:00
save.rs Unwrap cleanup mitigation. 2019-08-21 10:08:38 -05:00
shells.rs Merge branch 'master' into implement-whole-stream-command-for-all-commands 2019-08-20 16:13:49 +12:00
size.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
skip_while.rs WIP 2019-08-15 17:02:02 +12:00
sort_by.rs Add --reverse option for sort-by 2019-08-25 00:11:38 +03:00
split_column.rs Finish updating the last cases 2019-08-20 18:11:11 +12:00
split_row.rs Finish updating the last cases 2019-08-20 18:11:11 +12:00
table.rs Revert "Heuristic table view" 2019-08-16 04:49:07 +12:00
tags.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
to_array.rs Finish updating the last cases 2019-08-20 18:11:11 +12:00
to_csv.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
to_json.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
to_toml.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
to_yaml.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
trim.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
version.rs Introduce version command 2019-08-19 11:30:29 +10:00
vtable.rs WIP 2019-08-15 17:02:02 +12:00
where_.rs WIP 2019-08-15 17:02:02 +12:00
which_.rs WIP 2019-08-15 17:02:02 +12:00