nushell/src/commands
2019-08-21 18:39:57 +12: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 WIP 2019-08-15 17:02:02 +12:00
command.rs Lots of fixes ahead of release 2019-08-21 18:39:57 +12:00
config.rs WIP 2019-08-15 17:02:02 +12:00
cp.rs Refactoring and unwrap cleanup beginnings. 2019-08-18 20:28:55 -05: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 Lots of fixes ahead of release 2019-08-21 18:39:57 +12:00
from_ini.rs Lots of fixes ahead of release 2019-08-21 18:39:57 +12:00
from_json.rs Lots of fixes ahead of release 2019-08-21 18:39:57 +12:00
from_toml.rs Lots of fixes ahead of release 2019-08-21 18:39:57 +12:00
from_xml.rs Lots of fixes ahead of release 2019-08-21 18:39:57 +12:00
from_yaml.rs Lots of fixes ahead of release 2019-08-21 18:39:57 +12:00
get.rs WIP 2019-08-15 17:02:02 +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 WIP 2019-08-15 17:02:02 +12:00
mv.rs Refactoring and unwrap cleanup beginnings. 2019-08-18 20:28:55 -05: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 Finish updating the last cases 2019-08-20 18:11:11 +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 Lots of fixes ahead of release 2019-08-21 18:39:57 +12:00
reject.rs Finish updating the last cases 2019-08-20 18:11:11 +12:00
rm.rs WIP 2019-08-15 17:02:02 +12:00
save.rs WIP 2019-08-15 17:02:02 +12: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 Remove unneeded TODOs 2019-08-20 13:11:01 +10: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