Skip to content

Commit

Permalink
1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
katahiromz committed Mar 7, 2024
1 parent 1ad5ce2 commit 5809d05
Show file tree
Hide file tree
Showing 3 changed files with 404 additions and 206 deletions.
13 changes: 9 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,20 @@ to search, convert, and/or generate GUIDs.
## Usage

```txt
refguid guid_name
refguid "guid_string"
refguid --search "search_string"
refguid --search "STRING"
refguid IID_IDeskBand
refguid "{EB0FE172-1A3A-11D0-89B3-00A0C90A90AC}"
refguid "72 E1 0F EB 3A 1A D0 11 89 B3 00 A0 C9 0A 90 AC"
refguid "{ 0xEB0FE172, 0x1A3A, 0x11D0, { 0x89, 0xB3, 0x00, 0xA0, 0xC9, 0x0A, 0x90, 0xAC } }"
refguid "DEFINE_GUID(IID_IDeskBand, 0xEB0FE172, 0x1A3A, 0x11D0, 0x89, 0xB3, 0x00, 0xA0, 0xC9, 0x0A, 0x90, 0xAC);"
refguid --list
refguid --generate
refguid --generate NUMBER
refguid --help
refguid --version
```

You can specify multiple GUIDs.

## Screenshot

![image](img/screenshot.png)
Expand Down
13 changes: 9 additions & 4 deletions README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,19 @@ to search, convert, and/or generate GUIDs.

## Usage

refguid guid_name
refguid "guid_string"
refguid --search "search_string"
refguid --search "STRING"
refguid IID_IDeskBand
refguid "{EB0FE172-1A3A-11D0-89B3-00A0C90A90AC}"
refguid "72 E1 0F EB 3A 1A D0 11 89 B3 00 A0 C9 0A 90 AC"
refguid "{ 0xEB0FE172, 0x1A3A, 0x11D0, { 0x89, 0xB3, 0x00, 0xA0, 0xC9, 0x0A, 0x90, 0xAC } }"
refguid "DEFINE_GUID(IID_IDeskBand, 0xEB0FE172, 0x1A3A, 0x11D0, 0x89, 0xB3, 0x00, 0xA0, 0xC9, 0x0A, 0x90, 0xAC);"
refguid --list
refguid --generate
refguid --generate NUMBER
refguid --help
refguid --version

You can specify multiple GUIDs.

## License

- MIT
Expand Down
Loading

0 comments on commit 5809d05

Please sign in to comment.