viewrs

Crates.ioviewrs
lib.rsviewrs
version0.1.2
sourcesrc
created_at2023-06-11 22:50:54.941869
updated_at2023-06-12 20:59:11.744465
descriptionCLI tool to query and display CSV files in the terminal
homepagehttps://github.com/adamantmc/viewrs
repository
max_upload_size
id887611
size63,481
Adam Minas (adamantmc)

documentation

README

View.rs

viewrs is a CSV viewer written in Rust.

It uses Polars to read and query data and Pancurses to display it in the terminal.

Features

The viewrs CLI provides the following features:

  1. SQL-like querying capabilites (using polars-sql)
  2. Output query results into file
  3. Vertical and Horizontal scrolling when displaying data on the terminal

Examples

Coming soon!

Commit count: 0

cargo fmt