termichart-cli 0.1.0

CLI binary for rendering terminal charts from JSON/CSV/exchanges
termichart-cli-0.1.0 is not a library.

termichart-cli

CLI binary for rendering terminal charts from JSON, CSV, or live exchange data. Part of the TermiChart terminal charting SDK.

Installation

cargo install termichart-cli

Usage

# Live BTC candlestick chart from Binance
termichart demo BTCUSDT

# Render from JSON file
termichart render data.json -t candlestick --title "My Chart"

# Pipe data from stdin
cat data.json | termichart render - -t line

# With indicators
termichart render data.json -t candlestick --overlay sma:20,ema:12,vwap

# Export to file
termichart render data.json -t candlestick --export chart.txt

See the main repository for full documentation.

License

MIT