coinbash
Lightweight bash script for cryptocurrency portfolio tracking and price monitoring in the terminal.
Install
git clone https://github.com/8go/coinbash && cd coinbash && chmod +x coinbash.sh TL;DR: coinbash is a minimal bash script for tracking cryptocurrency portfolio value and prices in the terminal. It requires only bash, curl, and jq.
coinbash is a shell script that fetches cryptocurrency prices from public APIs and displays your portfolio value in the terminal. You configure your holdings in a simple text file listing coin symbols and quantities. When you run the script, it looks up current prices, calculates the value of each position, and prints a summary with total portfolio value and per-coin breakdowns. There are no compiled binaries or complex dependencies.
The tool is intentionally minimal. It is a single script file that you can read, audit, and modify in minutes. This makes it a good option for users who want transparency in how their portfolio data is handled. Because it is just a bash script, it can be extended with additional calculations, piped into other tools, or run on a schedule through cron.
coinbash is designed for crypto holders who want basic portfolio tracking without installing a heavy application. It is not an interactive dashboard or trading tool. If you need real-time streaming, charting, or exchange integration, other tools in this directory are more appropriate.