nushell/src/commands
Jonathan Turner 1a67ac6102 Random fixes
2019-09-01 09:19:59 +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 Finish up enter and save 2019-08-31 12:59:21 +12:00
clip.rs Remove X11 requirement 2019-08-23 15:29:08 +12:00
command.rs WIP supporting from/to automatically 2019-08-29 15:53:45 +12:00
config.rs write the config after removing a key 2019-08-25 00:51:12 -04:00
cp.rs WIP supporting from/to automatically 2019-08-29 15:53:45 +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 Finish up enter and save 2019-08-31 12:59:21 +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 Replace crate visibility identifier with pub(crate) 2019-08-29 13:09:09 +02:00
from_array.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
from_bson.rs Update bson to 0.14 2019-08-31 18:47:14 +02:00
from_csv.rs [from|to]csv additions/refactoring. 2019-08-25 12:32:08 -05:00
from_ini.rs Add expansion to from-* for lists 2019-08-24 19:38:38 +12:00
from_json.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
from_sqlite.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
from_toml.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
from_tsv.rs [from/to]tsv support. 2019-08-29 04:02:16 -05:00
from_xml.rs Add expansion to from-* for lists 2019-08-24 19:38:38 +12:00
from_yaml.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
get.rs Add support for ~ expansion 2019-08-26 21:03:24 -07:00
last.rs Fix formatting with cargo fmt 2019-08-26 20:19:05 +02: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 supporting from/to automatically 2019-08-29 15:53:45 +12:00
mv.rs WIP supporting from/to automatically 2019-08-29 15:53:45 +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 Random fixes 2019-09-01 09:19:59 +12:00
pick.rs Add support for ~ expansion 2019-08-26 21:03:24 -07:00
plugin.rs Random fixes 2019-09-01 09:19:59 +12:00
post.rs Finish magic post and magic receive 2019-08-31 16:08:59 +12:00
prev.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
ps.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
reject.rs Add support for ~ expansion 2019-08-26 21:03:24 -07:00
reverse.rs add reverse 2019-08-25 12:14:17 -04:00
rm.rs WIP supporting from/to automatically 2019-08-29 15:53:45 +12:00
save.rs Random fixes 2019-09-01 09:19:59 +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 Remove bind_by_move nightly feature 2019-08-29 14:44:08 +12:00
sort_by.rs Remove sort-by --reverse flag 2019-08-28 13:06:22 +10:00
split_column.rs Merge branch 'master' into split-with-empty-cols 2019-08-27 14:47:48 +03: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 Replace use of unstable Option::flatten() with and_then() 2019-08-26 21:26:10 +02:00
to_array.rs Finish updating the last cases 2019-08-20 18:11:11 +12:00
to_bson.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
to_csv.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
to_json.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
to_sqlite.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
to_toml.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
to_tsv.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
to_yaml.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
trim.rs Implement WholeStreamCommand for all remaining commands 2019-08-19 15:16:39 +10:00
version.rs Return version from clap 2019-08-26 20:33:28 +10:00
vtable.rs WIP 2019-08-15 17:02:02 +12:00
where_.rs Basic support for decimal numbers 2019-08-30 21:05:32 -07:00
which_.rs WIP 2019-08-15 17:02:02 +12:00