ced 0.1.1

Dead easy csv editor
Documentation
1
2
3
4
5
6
7
8
9
10
11
### TODO

* [x] Structure
* [x] Complete command line interface
* [x] Implement command history with memento pattern for easier implementation.
Make it swappable so that command pattern can be used later.
* [ ] Test EditRow command throughly
* [x] Add-row raw value

* [ ] Cannot set limiter in cli binary
* [ ] Add schema support for easy csv import