Skip to content

Commit

Permalink
Adding some line breaks to try format fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alvinashcraft committed Aug 1, 2023
1 parent 097ea13 commit 8699c2a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions hub/powertoys/run.md
Original file line number Diff line number Diff line change
Expand Up @@ -279,28 +279,34 @@ It supports the following GUID versions:
> * `ns:X500`
Examples:

| Command | Result |
| :--- | :--- |
| `# guid` <br />`# uuid` <br />`# uuidv4` | Generate a random GUID |
| `# guidv1` <br />`# uuidv1` | Generate a version 1 GUID |
| `# guidv3 ns:DNS www.microsoft.com` <br />`# uuidv3 ns:DNS www.microsoft.com` | Generate the GUID version 3 for 'www.microsoft.com' using the DNS namespace. <br /> The namespace parameter can be any valid GUID and the name parameter can be any string |
| `# guid` <br />`# uuid` <br />`# uuidv4` | Generate a random GUID. |
| `# guidv1` <br />`# uuidv1` | Generate a version 1 GUID. |
| `# guidv3 ns:DNS www.microsoft.com` <br />`# uuidv3 ns:DNS www.microsoft.com` | Generate the GUID version 3 for `www.microsoft.com` using the DNS namespace. <br /> The namespace parameter can be any valid GUID, and the name parameter can be any string. |

> [!NOTE]
> The `guid` and `uuid` keywords are interchangeable and the `v` is optional. I.e. `guid5` and `guidv5` are the same.
#### Hashing

It supports the following hashing algorithms:

- MD5
- SHA1
- SHA256
- SHA384
- SHA512

Usage:

- `# md5 abc`

#### Base64 Encoding

Usage:

- `# base64 abc`

### Folder search filters
Expand Down

0 comments on commit 8699c2a

Please sign in to comment.