Minimal price search CLI for cryptocurrencies, built with Rust.
coincli prompts for a cryptocurrency name, fetches live price data from CoinGecko.
cargo runOr with Nix:
nix runnix develop
nix run
nix build
nix flake checknix develop: opens the Rust dev shellnix run: runscoinclinix build: builds the packagenix flake check: runs the flake checks
If you use direnv, this repo includes .envrc with use flake, so you only need:
direnv allow