viewrs 0.1.0

CLI tool to query and display CSV files in the terminal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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!