nushell/crates
Ryan Blecher b193303aa3
Add hash command with base64 subcommand (#2769)
* WIP try testing hash command

Ensure test worked

fmt

WIP get it working for other types of base64

Use optional named arg

WIP

* rebased and refactored a little with encoding and decoding

Fix some typos

Add some more charactersets

refactor several args into the encoding config struct and fix character_set arg. It needs to match the field

Add main hash command so it can be found via help

Added tests for running the whole pipeline

* add test case to cover invalid character sets

* clippy and fmt
2020-12-01 06:47:35 +13:00
..
nu-cli Add hash command with base64 subcommand (#2769) 2020-12-01 06:47:35 +13:00
nu-data Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu-errors Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu-json Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu-parser Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu-plugin Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu-protocol Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu-source Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu-table Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu-test-support Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu-value-ext Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_binaryview Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_chart Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_fetch Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_from_bson Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_from_sqlite Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_inc Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_match Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_post Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_ps Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_s3 Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_selector Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_start Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_sys Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_textview Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_to_bson Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_to_sqlite Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_tree Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00
nu_plugin_xpath Bump to 0.23 (#2766) 2020-11-25 07:22:27 +13:00