| Crates.io | presto-cli |
| lib.rs | presto-cli |
| version | 0.1.0 |
| created_at | 2025-04-09 09:09:33.844077+00 |
| updated_at | 2025-04-09 09:09:33.844077+00 |
| description | Presto accelerates preprocessing with precision. |
| homepage | |
| repository | https://github.com/amirhosseinghanipour/presto |
| max_upload_size | |
| id | 1626448 |
| size | 475,642 |

Presto is a Rust-based CLI tool for exploring and analyzing datasets through an interactive terminal user interface (TUI). It offers statistical insights, correlations, and ASCII visualizations for data analysts and developers who love the command line.
cargo install presto-cli
mv presto /usr/local/bin/
git clone https://github.com/amirhosseinghanipour/presto.git
cd presto
cargo install --path .
Run Presto with a CSV dataset:
presto -p <path_to_csv>
Example:
presto -p data.csv
Contributions are always welcomed! To get started:
git checkout -b feature-name.git commit -m "Add feature".git push origin feature-name.Presto is licensed under MIT. See the LICENSE file for details.
Rust, ratatui, crossterm, and clap.htop and ncdu.