csvtab-wlx icon indicating copy to clipboard operation
csvtab-wlx copied to clipboard

Edit csv feature

Open sergiokapone opened this issue 2 years ago • 2 comments

It is possible to add possibility to edit csv?

sergiokapone avatar May 09 '23 15:05 sergiokapone

csv is a plain format and therefore entire file should be rewritten even on one cell changing. It's not a big problem when a file is small and well-formatted (e.g. without leading #). For an arbitrary file editing can corrupt data if the plugin will miss some cases. Also Lister itself is a viewer, not an editor.

So the answer is propably, yes but an user should understand the risk.

little-brother avatar May 09 '23 20:05 little-brother

Sometimes is is needed to edid data it CSV

sergiokapone avatar May 11 '23 13:05 sergiokapone