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

**Small description** `vd sample_data/benchmark.csv +:0:2` opens the sheet with the cursor at the third column. **Expected result** The documentation suggests it should open at the third row, not column: https://github.com/saulpw/visidata/blob/581cdf12b28278aea87ce09f7c32bf8ae1be2f0f/visidata/man/vd.txt#L10...

bug

Closes #2357 @midichef and @aborruso please review!

These patches add `sync()` to `ensureLoaded()`. I don't think any of these patched lines were currently causing significant problems. The lack of `sync()` in `CommandHelpGetter.__init__()` will likely cause errors when...

If I have a large file, certainly I can just HEAD it to get the lines I want. I'd love to run the following: vd -n100000 filename.csv and have visidata...

wishlist

When joins are done on sheets that are loading, rows can be lost in the new sheet. repro: `seq 10000000 > 10m.tsv; vd 10m.tsv sample_data/test.fixed` While the larger sheet is...

Probably fixes #2336. Not all rows on the HelpSheet were loaded by the time the cmdpalette read its list of commands. repro: on any sheet, reload the command palette by...

**Steps to reproduce with sample data and a .vd** `vd sample_data/sample.tsv no.txt sample_data/countries` Then save the sheets with `save-all` as `unreadable.vds`. `vd unreadable.vds` will give an error. ``` File "/home/midichef/.local/lib/python3.10/site-packages/visidata/sheets.py",...

bug

**Small description** The first time I press SPACE on a sheet, I often get the following Python error. It usually succeeds on the second press. **Expected result** Open command prompt....

bug

For text files encoded with more than one byte per character, `FileProgress` undercounts loading progress. To demonstrate, you can use a UTF-32 file, where every character takes 4 bytes: ```...

**Small description** Yesterday I installed an old version of vd with a very outdated version of pip. I don't remember the original version number, but it wasn't version 3. The...

bug