Base Converter

An Alfred Workflow


Short Description

Convert arbitrary bases(up to base 32) in Alfred 2 and copy them to the clipboard.

Last Updated

22 Jun 2015

Compatibility

Yosemite
(10.10)
Mavericks
(10.9)
Mountain Lion
(10.8)
Lion
(10.7)
Snow Leopard
(10.6)
Yes Yes Yes Yes Yes
 

Version

0.1
 

Bundle ID

com.ahalbert.baseconverter
 

Author

Categories

# Alfred Base Converter

Convert arbitrary bases(up to base 32) in Alfred 2 and copy them to the clipboard.

Format: {base}x{number} {target base}

Push enter to add the result to the clipboard.

If no base is specified, it will default to decimal. If the source number is decimal, hex will be output.

Special prefixes:

  • None or d: decimal
  • 0x : hex/base 16
  • 0 or O: octal
  • b: binary

These prefixes work for the both the normal base and the target base.

Written by Armand Halbert

Licensed under BSD.

Screenshots