Gohowmuch
Cryptocurrencies prices and graph on the terminal
Install / Use
npx skills add ledongthuc/gohowmuchInstalls into whichever agent you are using.
README
Install
Source
- Requirement
Go 1.16
- Build binary
go get;
go build -o gohowmuch;
- Run gohowmuch
./gohowmuch
Linux
- 64bit: https://github.com/ledongthuc/gohowmuch/releases/download/1.0.0/gohowmuch_linux_amd64
- 32bit: https://github.com/ledongthuc/gohowmuch/releases/download/1.0.0/gohowmuch_linux_386
- arm: https://github.com/ledongthuc/gohowmuch/releases/download/1.0.0/gohowmuch_linux_arm
Mac
- 64bit: https://github.com/ledongthuc/gohowmuch/releases/download/1.0.0/gohowmuch_darwin_amd64
Windows
- 64bit: https://github.com/ledongthuc/gohowmuch/releases/download/1.0.0/gohowmuch_windows_amd64.exe
- 32bit: https://github.com/ledongthuc/gohowmuch/releases/download/1.0.0/gohowmuch_windows_386.exe
Others
- Prebuilt binaries: https://github.com/ledongthuc/gohowmuch/releases/tag/1.0.0
Usage
Type from commandline
gohowmuch --symbol=doge
Support --symbol and --symbolbase. Change the symbol that avaiable on https://www.binance.com/en/markets
--symbol default value is "btc".
--symbolbase default value is "usdt".
Example:
gohowmuch --symbol=btc --symbolbase=usdt
gohowmuch --symbol=doge --symbolbase=btc
gohowmuch --symbol=shib --symbolbase=doge
Open multiple views

Suggest to use tmux. Example config tmux_traderview_config.sh. Or
#!/bin/bash
symbols=("btc" "eth" "doge" "xrp")
base="usdt"
app_path="./gohowmuch"
for symbol in "${symbols[@]:1}"; do
tmux split-window "$app_path --symbol=$symbol -symbolbase=$base";
tmux select-layout tile;
done
tmux select-pane -t 0;
build/gohowmuch_darwin_amd64 --symbol=${symbols[0]} -symbolbase=$base
License
MIT
Related Skills
node-connect
385.5kDiagnose OpenClaw Android, iOS, or macOS node pairing, QR/setup code, route, auth, and connection failures.
blender-python-addon
40.5kBlender Python add-on rules for operators, panels, properties, registration, testing, and API-safe scripting
flutter-development-guidelines-cursorrules-prompt-file
40.5kCursor rules for Flutter development with MVVM architecture, Riverpod state management, Material widgets, and Dart style guidelines.
commit-push-pr
140.6kCommit, push, and open a PR
