desktop icon indicating copy to clipboard operation
desktop copied to clipboard

Feature Request - Base Conversion

Open jaeggr opened this issue 2 years ago • 0 comments

Testing this out a little, the app already understands input of both hex and binary and displays their values in decimal. But it would be really handy to specify the desired output format.

Something like 0b101 %x would return 0x5, or something like that (currently it returns 5 in decimal) Or similarly 0xa %b would return 0b1010 instead of 10

jaeggr avatar Oct 09 '23 16:10 jaeggr