# π `ds` - Real-time Stats with Terminal Charts
_Visualize container stats with beautiful, real-time charts directly in your terminal._
> [!IMPORTANT]
> This is a WIP, `main` should be stable, but keep in mind this is changing constantly. Thanks! :)
## Why `ds`?
- **Missing Charts**: While experimenting with [OrbStack](https://orbstack.dev/), a lightweight Docker container management tool, I found that it lacks the visual charts that Docker Desktop provides. This project aims to bridge that gap.
- **Visual Analysis**: Visualizing system stats in real-time can help spot issues that might go unnoticed in text-based outputs. `ds` brings colors and moving charts to your system analysis.
- **Rust-Powered πΆβπ«οΈ**: This project is written in Rust, leveraging its performance and reliability.
## Installation
> [!NOTE]
> There's a "beta" version of this tool available on [crates.io](https://crates.io/crates/ds). You can install it with `cargo install ds`.
### Source
Ensure you have [Cargo](https://doc.rust-lang.org/cargo/getting-started/installation.html) installed. Then, clone this repo:
```bash
git clone https://github.com/rafaelrcamargo/ds
```
#### Development
Then just `cd` into the directory and run:
```bash
cargo run --