# termichart-cli
CLI binary for rendering terminal charts from JSON, CSV, or live exchange data. Part of the [TermiChart](https://github.com/HeyElsa/terminal-chart) terminal charting SDK.
## Installation
```sh
cargo install termichart-cli
```
## Usage
```sh
# 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
# 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](https://github.com/HeyElsa/terminal-chart) for full documentation.
## License
MIT