GithubHelp home page GithubHelp logo

narozeol / powerhexinspector Goto Github PK

View Code? Open in Web Editor NEW
6.0 1.0 0.0 426 KB

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

License: MIT License

C# 100.00%
powertoys powertoys-run powertoys-run-plugin

powerhexinspector's Introduction

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 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.

powerhexinspector's People

Contributors

narozeol avatar

Stargazers

 avatar ZHAO Binqiang avatar Matthew Linney avatar アレックス avatar  avatar  avatar

Watchers

 avatar

powerhexinspector's Issues

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.