Ced, a csv editor and library

Ths is a csv editor and a backend for other frontends.

Ced is not a fully featured editor, but more likely an "ed" for csv. Ced simply prevents you from adding surplus column or invalid data type.

That's it. No searching, filtering, no nothing.

Install

bash cargo install ced --features cli

Binary usage

```bash

Start ced

ced

Get help

help

Import file

import file_name.csv

Append new row to last

add-row First Header = .. Second Header = .. ```

Yet to come