An Alfred Workflow that provides the current price and status about cryptocurrency from cryptocompare.com.
Supports Alfred 4 on macOS 12.3+ (Python 3.8+).
2.0.0 is the first version that supports macOS 12.3+ (Python 3.8+). Please upgrade your workflow version to 2.0.0 or later if you are using macOS 12.3+.
Feel free to open issues for any troubles regarding this change.
1.1.0 is the last version that supports macOS 12.2 and below (Python 2). Please do not upgrade to 2.x version if you are using macOS 12.2 or below.
Simply type coin
to get the current price of favorite coins.
coin list
shows the current price of the top 10 coins by market cap.
- Press
Enter ⏎
to open associatedcoinmarketcap.com
website. - Press
⌘ ⏎
to copy the current price to the clipboard. - Press
⌥ ⏎
to copy current ticker (ex.BTC
) to the clipboard.
coin [TICKER]
shows the current price of the coin with that ticker.
coin add [TICKER] [POSITION(optional)]
adds new coin to the favorites.
Position starts from 1.
coin remove [TICKER]
removes a coin from the favorites.
coin set currency [CURRENCY]
sets the fiat currency (3 letters).
coin reset
resets all settings to default and deletes all caches/saved data.
Please use with caution.
coin help
shows all available commands.
- All cryptocurrency icons are from cryptocompare.com
- App icon https://www.iconfinder.com/icons/2907507/bitcoin_btc_coin_cryptocurrency_icon
The code is released under the MIT license. See LICENSE for details.
Awesome alfred-workflow library by @NorthIsUp is also released under MIT License.
alfred-workflow is originally created by @deanishe and ported to Python 3 by @NorthIsUp.