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.
bash
cargo install ced --features cli
```bash
ced
help
import file_name.csv
add-row First Header = ..
Second Header = .. ```