Miretz / csvs

Small terminal tool for searching in CSV files written in OCaml

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

csvs

Command Line tool written in OCaml for displaying and searching in CSV files.

Build:

How to setup dev environment:

https://dev.realworldocaml.org/install.html

Install required dependencies:

opam install base utop stdio pcre
eval $(opam env)

Build executable using Dune:

dune build csvs.exe

Run:

Example search in the included test.csv:

./_build/default/csvs.exe test.csv , Jav

Output:

Entries found: 2

| Language   | Fun | Difficulty |
|____________+_____+____________|
| Java       | 5   | 4          |
| JavaScript | 6   | 4          |

About

Small terminal tool for searching in CSV files written in OCaml


Languages

Language:OCaml 100.0%