coin ticker

From their README

icon
Coin Ticker for Alfred Workflow

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+).

⚠️ Using this workflow on macOS 12.3+ Monterey

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.

⚠️ Note to macOS 12.2 or below users

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.

Install

Download the latest package

Usage

Simply type coin to get the current price of favorite coins.

workflow screenshot

coin list shows the current price of the top 10 coins by market cap.

  • Press Enter ⏎ to open associated coinmarketcap.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.

Artworks

License

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.