Where are visidata options documented? #2700
-
I've spent the last two hours trying to figure out how to change the (insanely annoying and impractical) default behavior of Visidata in which it deletes the auto-detected header row when saving a sheet. Why would anyone ever want that behavior, let alone want it as the default? The only solution I've found for dealing with this so far is to pass the This makes me wonder, where are the available options that can be set in the visidatarc file documented? All searches for "header" in https://www.visidata.org/docs and www.visidata.org/docs/api did not return any useful information. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
Sorry if that comment is overly salty. More generally, I love Visidata and recommend it to people all the time! |
Beta Was this translation helpful? Give feedback.
-
They are all listed in the manpage ( That said, the annoying default behavior sounds really frustrating. If you load a file and immediately save it back out (round-trip), the files should be functionally identical if not byte identical. If this is not true in some case, please open an issue and we'll fix it. |
Beta Was this translation helpful? Give feedback.
-
Thanks @saulpw! After your response, I confirmed that loading a file and immediately saving it caused the header to be deleted. Then I realized that I was using an old-ish version of Visidata (v2.11) and after updating it to v3.1.1, the issue was fixed. |
Beta Was this translation helpful? Give feedback.
Thanks @saulpw!
After your response, I confirmed that loading a file and immediately saving it caused the header to be deleted. Then I realized that I was using an old-ish version of Visidata (v2.11) and after updating it to v3.1.1, the issue was fixed.