nushell/crates/nu-command/src/commands
Peter Cunderlik 111477aa74
Add sha256 to the hash command (#3836)
Hashers now uses on Rust Crypto Digest trait which makes it trivial to
implement additional hash functions.

The original `md5` crate does not implement the Digest trait and was
replaced by `md-5` crate which does. Sha256 uses already included `sha2`
crate.
2021-07-25 14:08:08 -05:00
..
charting Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
config Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
conversions Implement into path conversion (#3811) 2021-07-23 19:14:02 +12:00
core_commands change describe so it doesn't output colored strings (#3832) 2021-07-25 06:34:11 +12:00
dataframe All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
env Add unlet_env command (#3629) 2021-06-19 15:00:07 +12:00
filesystem Read from standard input in rm (#3763) 2021-07-25 15:01:53 +12:00
filters All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
formats All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
generators Add sha256 to the hash command (#3836) 2021-07-25 14:08:08 -05:00
math Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
network port network url to engine-p (#3690) 2021-06-26 13:19:10 +12:00
path Move path handling to nu-path (#3653) 2021-06-20 11:07:26 +12:00
pathvar Support other variables than PATH in pathvar (2nd attempt) (#3828) 2021-07-24 11:44:36 -05:00
platform Bump rand version used by nu-command to 0.8 (#3723) 2021-07-05 16:12:44 +12:00
random Bump rand version used by nu-command to 0.8 (#3723) 2021-07-05 16:12:44 +12:00
shells Begin directory contrib docs and split commands (#3650) 2021-06-19 12:06:44 +12:00
strings port capitalize to engine-p (#3794) 2021-07-23 19:13:11 +12:00
viewers All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00
mod.rs All is a DataFrame (#3812) 2021-07-25 22:01:54 +12:00