deb-vd is a Debian repository for more convenient installation and updating of VisiData on Linux distributions.
This repository contains VisiData v2.8.
If you are looking for installation instructions for VisiData on MacOS/X or using pip3, they are available here.
Currently, VisiData v1.5.2 is in Debian unstable's main repository and is projected to be released on buster. 2.2.1 is slated for a release on bullseye. Instructions for installing from Debian are here.
Grab our public key
wget https://raw.githubusercontent.com/saulpw/deb-vd/master/devotees.gpg.key
apt-key add devotees.gpg.key
Add our repository to apt's search list
sudo apt-get install apt-transport-https
sudo vim /etc/apt/sources.list
deb [arch=amd64] https://raw.githubusercontent.com/saulpw/deb-vd/master sid main
sudo apt-get update
You can then install VisiData by typing:
sudo apt-get install visidata
VisiData can then be updated with every subsequent release using:
sudo apt-get update
sudo apt-get install visidata
VisiData was created and is being developed by Saul Pwanson <[email protected]>. The debian package and repository is being maintained by Anja Kefala <[email protected]>.