PowerToys Run: Hex and binary math support #10226
Labels
Resolution-Duplicate
There's another issue on the tracker that's pretty much the same thing.
Run-Plugin
Things that relate with PowerToys Run's plugin interface
📝 Hex and binary math support for PowerToys Run
What is the expected behavior of the proposed feature? What is the scenario this would be used?
PowerToys Run is great, but one deficiency is that the built-in calculator is mostly useful for non-development use cases. In specific, being able to do hex and binary math would be super useful. So, for instance,
0b1100 + 0b1101
should give the expected0b11001
, and0xFE & 0x01
should give the expected0x00
. The ideal situation would support all bitwise operations for binary and hex, but even basic arithmetic would be great. Octal support would also be good.If you'd like to see this feature implemented, add a 👍 reaction to this post.
The text was updated successfully, but these errors were encountered: