Skip to content

Commit b81df13

Browse files
Merge pull request #4561 from LeagueOfPoro/docs
Add Base64 Decoding to PowerToys Run
2 parents 93c216b + 7e28016 commit b81df13

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

hub/powertoys/run.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ The Unit Converter plugin supports the following unit types:
260260

261261
### Value Generator plugin
262262

263-
The Value Generator plugin can generate GUIDs/UUIDs, calculate hashes, and encode strings to base64.
263+
The Value Generator plugin can generate GUIDs/UUIDs, calculate hashes, and encode/decode strings to base64.
264264

265265
#### UUIDs
266266

@@ -310,6 +310,12 @@ Usage:
310310

311311
- `# base64 abc`
312312

313+
#### Base64 Decoding
314+
315+
Usage:
316+
317+
- `# base64d SGVsbG8gV29ybGQ=`
318+
313319
### Folder search filters
314320

315321
In the Folder plugin you can filter the results by using some special characters.

0 commit comments

Comments
 (0)