visidata icon indicating copy to clipboard operation
visidata copied to clipboard

A terminal spreadsheet multitool for discovering and arranging data

Results 177 visidata issues
Sort by recently updated
recently updated
newest added

I noticed some odd behavior and am wondering if anyone else can recreate this (maybe on other distros): Memory usage increases with time, without any interaction. It seems not related...

bug

**Small description** When using visidata with S3 via `vds3` plugin, `Enter` command is not listing subdirectories or opening a file anymore. Instead, it shows a metadata overview (`name`, `type`, `size`,...

bug

Right now when piping vd with tsv loader to a slow stream, it takes pretty long before you see any data. This is caused by https://github.com/saulpw/visidata/commit/08900503ce638461b6d380c4fe0ec7bad13bac6d Example of slow stream:...

- [x] If contributing a core loader, [the loader checklist](https://visidata.org/docs/contributing#loader) was referenced. - [x] If registering an external plugin, [the plugin checklist](https://visidata.org/docs/contributing#plugins) was referenced. Split from #1515.

Closes #2213, for loading % progress. Progress was also not being shown when saving large files. As a separate bug, FileProgress counts (for all text filetypes) are inaccurate when the...

Log file inside zip file erroneously guessed as "tar" instead of text. Visidata version 3.0.2. On 2.11 it's correctly opened as text.

bug

When the JSON loader creates rows in the typical case, by `json.load()`, they are `dict`. But any new rows made by `addRow()` are `AttrDict`. To demonstrate: `echo '[\n{"n":2}]' |vd -f...

confirm fix

It seems that colour support for xlsx files was added with this: https://github.com/saulpw/visidata/issues/1718 I recently updated from Visidata 2.11 to 3.0.2. I prefer to not have text and fill colours...

bug

**Small description** The eml loader uses the Python built email.parser module, but does not import it. **Expected result** Load and read MIME messages. **Actual result with screenshot** If you get...

bug

[Help us write guides](https://www.visidata.org/blog/2024/introducing-guides/#guides-are-organized-explanations-of-features)! If someone has committed to working on a guide, they are tagged next to the guide. Checked guides have been written. If you want to help...

wishlist