shshemi / tabiew

A lightweight TUI application to view and query tabular data files, such as CSV, TSV, or parquet.
MIT License
541 stars 14 forks source link

feature request: edit a cells in a row #21

Closed technologicalsingularity closed 2 weeks ago

technologicalsingularity commented 2 weeks ago

Hey, Shayan! Your tabiew is great ! It works fine, it opens and processes big parquet files. What do you think about editing feature? I know that parquet not allow update operations directly, but because of fact that opened parquet file already loaded into memory (as I think) (because of memory usage not a problem in modern computers), may you please add feature like that: a user in "v" mode see a row as a sheet, edit a cell field in opened sheet, toggle "v" and in rendered table mode we may see text changes? Then a user may export existing modified table as usual or reset changes. What do you think about that ?

technologicalsingularity commented 2 weeks ago

This is pull request