nushell/crates/nu-command/src/strings
Benoît Cortier 32f0f94b46
feat: add --binary(-b) option to hash commands (#5885)
For instance,

```
echo 'abcdefghijklmnopqrstuvwxyz' | hash sha256 --binary
```

Will returns the hash as a binary value instead of a hexadecimaly encoded string.
2022-06-26 06:50:56 -05:00
..
encode_decode feat: add --binary(-b) option to hash commands (#5885) 2022-06-26 06:50:56 -05:00
format feat: add search terms to category of strings (#5723) 2022-06-06 08:47:09 -05:00
split feat: add search terms to category of strings (#5723) 2022-06-06 08:47:09 -05:00
str_ improve str substring (#5730) 2022-06-07 06:09:16 -05:00
build_string.rs bool type for binary operations (#5779) 2022-06-14 20:31:14 -05:00
char_.rs bool type for binary operations (#5779) 2022-06-14 20:31:14 -05:00
detect_columns.rs feat: add search terms to category of strings (#5723) 2022-06-06 08:47:09 -05:00
mod.rs Deprecate hash base64, extend decode and add encode commands (#5863) 2022-06-26 00:35:23 +03:00
parse.rs feat: add search terms to category of strings (#5723) 2022-06-06 08:47:09 -05:00
size.rs feat: add search terms to category of strings (#5723) 2022-06-06 08:47:09 -05:00