Skip to content

DSaatz/csv-viewer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

CSV Viewer

A python based csv viewer cli-tool, since I couldn't find any solution that fit my workflow when I wanted to write pandas queries and need to check CSVs quick.

Features

  • Runs in CLI fits with and because of that many workflows.
  • Utilizes pandas as querying language so it is perfect when you work with pandas anyways.

Running the App

  • clone the repo git clone https://github.com/DSaatz/csv-viewer
  • run python -m pip install .
  • now you can run csv-viewer <your-file.csv> in your terminal

Usage

  • Enter your pandas query to find what you're searching for in the table.
  • Press esc in the terminal window to close the process.
  • Ctrl + p allows you some minor customization settings.

UI

  • This features a full fletched ui build with textual
  • Example of usage inside a vscode embedded powershell terminal:

Releases

No releases published

Packages

No packages published

Languages