Last active
January 28, 2020 07:59
-
-
Save jamesmartin/935b9c89c89413db98204e2e91140ef3 to your computer and use it in GitHub Desktop.
Alfred Convert plugin unit definitions for computer units
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Add your custom definitions to this file. See the Pint documentation for | |
| # information on the necessary format: | |
| # http://pint.readthedocs.org/en/latest/defining.html | |
| # You can see the default definitions built in to Pint here: | |
| # https://github.com/hgrecco/pint/blob/master/pint/default_en.txt | |
| gigabyte = 1000 * megabyte = gb = GB | |
| megabyte = 1024 * kilobyte = mb = MB | |
| kilobyte = 1024 * byte = kb = KB | |
| byte = 8 * bit = B | |
| bit = [data] = b |
Author
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

I use these in an Alfred workflow called convert.