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** When scrolling there is a lag after releasing the key and the scrolling does not go as fast as it should. I just installed and this happens on...

bug

**Small description** FreqTableSheet open-row created sheet doesn't load links **Expected result** Links would be loaded. **Actual result with screenshot** https://asciinema.org/a/DyJoj2OPxS57yHaKlxeyvWgO7 ``` Traceback (most recent call last): File "/home/felix/git/visidata/env/lib/python3.9/site-packages/visidata/basesheet.py", line 169,...

bug

### Proposed Change / Requirement: - Allow the user to specify the format string used to name expanded python object columns of type `list` and `dict`, e.g., "%s[%s]" - Allow...

wishlist

**Small description** if visidata (running via pipx install in Windows Terminal via PowerShell) is open and I enlarge or reduce the window horizontally, it will crash with no error. When...

bug
windows

This is continuation of #1342, however, visidata don't use argparse, so it is a little challengous (at least for me :cry:, can any one help?) to write completion script for...

These tests run to check that plotting workflows run without exceptions. I have them turned off (https://github.com/saulpw/visidata/commit/72c6534e8397fe23ef61c49de1ee156f5b5dea51), so we can evaluate the other elements of the build. Current clues: dev/[test.sh](http://test.sh/)...

**Small description** Extracting a file doesn't check for overwrite or fails **Expected result** Visidata will prompt if it is ok to overwrite a file of the same name. **Actual result...

bug

Hello, This is a continuation of https://github.com/saulpw/visidata/issues/1348 I can now copy/paste within the same sheet, but if I create a new sheet and attempt to paste into it, I get...

bug

From the thread: https://github.com/saulpw/visidata/discussions/1413 When loading a file from a zip file over the web it would be useful to show percentage loading progress. It is possible for a web...

wishlist

Uses: https://github.com/marketplace/actions/create-pull-request and https://github.com/peter-evans/repository-dispatch. Relies on https://github.com/saulpw/unzip-http/pull/11. We would need to create an ACCESS_KEY, I believe. We would also need to turn on github actions for VisiData. Untested!