Awesome
PowerHexInspector
A simple PowerToys Run plugin.
Provides functionality to convert numbers to different bases.
Usage
Trigger Keyword
The current trigger keyword is insp
.
Input Format
The input format is:
insp {base} {input}
The base can be one of the following values:
b
orB
: Binaryo
orO
: Octald
orD
: Decimalh
orH
: Hexadecimal
Or use
insp {input}
In this case, the input should be a string that follows the rules below:
- A string starting with
0x
will be considered hexadecimal - A string starting with
0b
will be considered binary - A string starting with
0
will be considered octal - Otherwise, it will be considered decimal
Example Usage
Clicking or pressing Enter
will copy the conversion result to the clipboard.
Installation
Download the latest release, extract it, and place the PowerHexInspector
folder into the %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins
directory. Then, restart PowerToys.
Disclaimer
This plugin is still in development and may have various unknown bugs and crashes.