visidata icon indicating copy to clipboard operation
visidata copied to clipboard

`open-cell` (`zo`) should open the correct filetype in cell

Open dufferzafar opened this issue 4 months ago • 4 comments

If I've opened the current sheet as a jsonl but the cell that I'm on has a CSV url?

Currently I get:

opening http://url/to/file.csv as jsonl
JSONDecodeError: Expecting value: line 1 column 1 (char 0)

Where it tries to open a CSV file as JSONL for some reason.

Originally posted by @dufferzafar in https://github.com/saulpw/visidata/issues/1514#issuecomment-1938786979

dufferzafar avatar Feb 21 '24 07:02 dufferzafar