Update cheatsheets

This commit is contained in:
ivuorinen
2024-03-17 00:14:35 +00:00
parent 1c7d3e3ebc
commit fb68c8db78
8 changed files with 45 additions and 25 deletions

View File

@@ -12,6 +12,10 @@ source: https://github.com/tldr-pages/tldr.git
`base32 {{path/to/file}}`
- Wrap encoded output at a specific width (`0` disables wrapping):
`base32 --wrap {{0|76|...}} {{path/to/file}}`
- Decode a file:
`base32 --decode {{path/to/file}}`