derekahn / coinbase.alfredworkflow

πŸ“ˆ Alfred workflow to quickly check prices on coinbase

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

πŸͺ™ Coinbase Alfred Workflow

A simple Alfred Workflow to check the current spot prices of some of the top cryptocurrencies.

Screenshot

Big thank you to @rossmacarthur for creating powerpack ⚑️ πŸ‘πŸ½

Supported coins:

  • Bitcoin
  • Cardano
  • DogeCoin
  • Ethereum
  • Litecoin
  • Polkadot
  • Polygon
  • Solana

🌈 Features

  • Check the spot price of some of the top 9 on coinbase.
  • Fuzzy find.
  • Open coinbase to the coin in the default browser.

πŸ“¦ Installation

Pre-packaged

Grab the latest release from the releases page.

Because the release contains an executable binary later versions of macOS will mark it as untrusted. You can run the following to explicitly trust the release before installing to Alfred.

xattr -c ~/Downloads/coinbase-*-x86_64-apple-darwin.alfredworkflow

Building from source

This workflow is written in Rust, so to install it from source you will first need to install Rust and Cargo using rustup. Then install powerpack. Then you can run the following to build an .alfredworkflow file.

git clone https://github.com/derekahn/coinbase.alfredworkflow.git

cd coinbase.alfredworkflow

powerpack package

The release will be available at target/workflow/coinbase.alfredworkflow.

🚧 Roadmap

  • configurable coin selection
  • configurable currency selection (other than USD)

πŸͺͺ License

This project is distributed under the terms of the MIT license.

About

πŸ“ˆ Alfred workflow to quickly check prices on coinbase

License:MIT License


Languages

Language:Rust 100.0%