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