If you encounter any bugs or have any problems, please create an issue on Github.
If you get an unexpected error, please include the full stack trace from Ctrl+E
(you can save the trace with Ctrl+S
).
Attach the commandlog (saved with Ctrl-D
) to show the steps that led to the issue. Please include a small subset of the source data that elicits the problem.
VisiData has two main branches:
- stable has the last known good version of VisiData (what is in pypi/brew/apt).
- develop has the most up-to-date version of VisiData (which will eventually be merged to stable). All pull requests should be submitted against
develop
.
To set up a VisiData development environment:
- git clone the repository.
- git checkout the
develop
branch. - Set the PYTHONPATH environment variable to the toplevel visidata directory (
export PYTHONPATH=.
if running visidata from directory itself). This ensures that you are executing the code in the current checkout, instead of the global install (without needing to uninstall VisiData).
If VisiData has saved you time and effort, please contribute to my Patreon.
The biggest thing you can do to help VisiData is to spread the word. Write blogposts, post tweets, mention it on podcasts. Be specific about how you use it and what you love about it.
- Saul Pwanson (@saulpw) conceived and developed VisiData
- Anja Kefala (@anjakefala) maintains the documentation and packages for all platforms.
Thanks to the following people who have contributed financial support via Patreon.
- Mike E
Many thanks also to the following people for their contributions to VisiData:
- azag0
- brannerchinese
- chocolateboy
- deinspanjer
- eliasdorneles
- jamesroutley
- khughitt
- jkiely
- jpgrayson
- jsvine
- layertwo
- repjarms
- robcarrington
- scl17
- ssiegel
- trentgill
- vbrown608
- wavexx
- zormit
VisiData is an open-source tool that can be installed and used for free (under the terms of the GPL3).
The core VisiData utility and rendering library will always be both free and libre.