A simple PowerToys Run plugin.
Provides functionality to convert numbers to different bases.
The current trigger keyword is insp
.
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
Clicking or pressing Enter
will copy the conversion result to the clipboard.
Download the latest release, extract it, and place the PowerHexInspector
folder into the %LOCALAPPDATA%\Microsoft\PowerToys\PowerToys Run\Plugins
directory. Then, restart PowerToys.
This plugin is still in development and may have various unknown bugs and crashes.