Skip to content

Latest commit

 

History

History
53 lines (33 loc) · 1.39 KB

README.md

File metadata and controls

53 lines (33 loc) · 1.39 KB

VisiData Homebrew Tap

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.

Install

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

Uninstall

To uninstall this tap:

brew untap saulpw/vd

Troubleshooting

No module named X errors

While 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}

About

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>.