homebrew-vd is a Homebrew tap for convenient installation and updating of VisiData on MacOS/X.
If you are looking for installation instructions for VisData on OSes in the Linux family, they are available here.
This tap contains VisiData v3.0.2.
To install the tap:
brew tap saulpw/vd
This will enable tracking, updating and installing all formulae made available here through brew
.
VisiData can then be installed using:
brew install visidata
and VisiData can then be updated with every subsequent release using:
brew update
brew upgrade visidata
To uninstall this tap:
brew untap saulpw/vd
No module named X
errorsWhile core VisiData comes with out-of-the-box support for csv, json, sqlite, tsv, xlsx, urls, and lxml, VisiData has many more loaders. We do not install all of the dependencies for them.
Additional dependencies will need to be installed into VisiData's Homebrew environment:
/path/to/homebrew/Cellar/visidata/{ver}/libexec/bin/pip3 install {dependency}
VisiData was created and is being developed by Saul Pwanson <saul@visidata.org>. The homebrew package and tap is maintained by Anja Kefala <anja@visidata.org>.