Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 443 Bytes

File metadata and controls

18 lines (11 loc) · 443 Bytes

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