summaryrefslogtreecommitdiff
path: root/editors/ced
AgeCommit message (Collapse)AuthorFilesLines
2022-06-28editors/ced: update to 0.2.1pin3-12/+12
0.2.2 BugFix : Limit command loop was not interruptable BugFix : Limit command one-liner value didn't respect quote rules BugFix : Limit command loop input trimmed all whitespaces BugFix : Undo and redo mechanics were inconsistent Ergono : Line number prompt for edit row multiple Ergono : Limit command show columns before prompt Ergono : Print-column now allows no argument case Featur : New command history 0.2.1 Hotfix : Ced panicked when given invalid command type Known issues Loop variants are not properly parsing quoted values Add row Edit row Limit
2022-06-04editors/ced: update to 0.1.7pin3-24/+24
-No changelog provided.
2022-05-30editors/ced: update to 0.1.6pin3-44/+24
No change log provided.
2022-04-25editors/ced: update to 0.1.5pin2-7/+7
-Disabled loop variant in non cli feature build -Order insensitive arguments -Nolog option -re-organization + re-located files for better module structure -More performant edit row + new command print-row -New edit row for more preformant editing -Made add_row also check limiter's condition
2022-04-18editors/ced: update to 0.1.4pin2-7/+7
-Allow dead code for temporary period
2022-04-08editors/cedpin5-0/+79
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.