Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 654 Bytes

File metadata and controls

5 lines (3 loc) · 654 Bytes

abriCSV is a fast CSV viewer with an IDE-style file browser UI. The idea was born out of the frustration of having to File->Open every single CSV file in a folder, when all I really wanted to do was look at each file, see the headers, and get a feel for the structure. Not to mention that as soon as those files got bigger than a few GB, I was waiting a lot longer.

We shall wait no more! abriCSV is deliberately read-only, lazy-loading each file with a memory map so that a single click will open your file almost instantly. Want to check out another file? Just click it in the file tree, and there it is.

Filters and sorting coming soon!