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
Binary usage
# Start ced
# Get help
>> help
# Import file
>> import
# Print csv data optionally with viewer command
# Custom viwer may not work windows platform
>> print
>> print
# Append new row to last
>> add-row
# Export to file
>> export
# Overwrite to imported file
>> write <USE_CACHE:
Yet to come
- Library usage and ergonomic binding
- Import with csv schema for easier limiter set
- Limiter support in built-in command line interface