/PowerHexInspector

A simple powertoys run plugin provides fast and easy way to peek other forms of an input number

Primary LanguageC#MIT LicenseMIT

PowerHexInspector

Mentioned in Awesome PowerToys Run Plugins Mentioned in Awesome PowerToys Run Plugins

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 or B: Binary
  • o or O: Octal
  • d or D: Decimal
  • h or H: 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.