Skip to content

Commit 7e28016

Browse files
authored
Add Base64 Decoding to PowerToys Run
1 parent 50a760b commit 7e28016

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
@@ -262,7 +262,7 @@ The Unit Converter plugin supports the following unit types:
262262

263263
### Value Generator plugin
264264

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

267267
#### UUIDs
268268
It supports the following GUID versions:
@@ -309,6 +309,12 @@ Usage:
309309

310310
- `# base64 abc`
311311

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

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

0 commit comments

Comments
 (0)