/csv-grep

A simple and efficient terminal UI implementation with ratatui.rs for getting quick insights from csv files right on the terminal

Primary LanguageRust

CSV-GREP

csv-grep is an intuitive TUI application writting with ratatui.rs for reading, viewing and quickly analysing csv files right on the terminal.

Installation

Feel free to download, test with any given comma-seperated csv file and drop your feedback.

Usage

If you compile locally, you can easily test it out using

cargo run -r somefile.csv

Here is a sample gif of the implementation Demo GIF