wolph / alfred-converter

Alfred unit converter is a smart calculator for Alfred with support for unit conversions to make it a bit comparable to the Google Calculator and Wolfram Alpha.
93 stars 15 forks source link

Gigabytes and <X>bibytes #3

Closed jsumners closed 8 years ago

jsumners commented 9 years ago

Thank you for the tool. It's almost solving my needs.

I need to do conversions like "32GB to bytes", but the highest metric I see supported is MB. It's also be nice to support explicit differences between "GB", "Gb", and "GiB" (along with the corresponding other units).

wolph commented 9 years ago

To be honest, it's been bugging me as well. Right now I don't have any custom units but simply support the units that are in the units file which I downloaded from a standards website. And... they are definitely lacking.

I'm working on fixing this but it will take me a week or two to actually get it done. So stay tuned :)

jsumners commented 9 years ago

Sounds great. I look forward to the update.

wolph commented 8 years ago

Well, took quite a bit more time but I've added full binary and decimal bit and byte support up to petabyte.

So you now have megabit, mebibit, megabyte and mebibyte :)

jsumners commented 8 years ago

Thank you very much.