terminal interface for exploring and arranging tabular data
Project description
VisiData v2.0.1
A terminal interface for exploring and arranging tabular data.
Dependencies
- Linux, OS/X or Windows
- Python 3.6+
- python-dateutil
- other modules may be required for opening particular data sources
- see requirements.txt or the supported sources in the vd manpage
Getting started
Installation
Each package contains the full loader suite but differs in which loader dependencies will get installed by default.
The base VisiData package concerns loaders whose dependencies are covered by the Python3 standard library.
Base loaders: tsv, csv, json, sqlite, and fixed width text.
Platform | Package Manager | Command | Out-of-box Loaders |
---|---|---|---|
all | pip3 | pip3 install visidata |
Base |
all | conda | conda install --channel conda-forge visidata |
Base, http, html, xls(x) |
MacOS | Homebrew | brew install saulpw/vd/visidata |
Base, http, html, xls(x) |
Linux (Debian/Ubuntu) | apt | full instructions | Base, http, html, xls(x) |
Linux (Debian/Ubuntu) | dpkg | full instructions | Base, http, html, xls(x) |
Windows | WSL | Windows is not directly supported (use WSL) | N/A |
all | github | pip3 install git+https://github.com/saulpw/visidata.git@stable |
Base |
Linux (NixOS) | nix | nix-env -i visidata |
Base, yaml, xls(x), hdf5, html, pandas, shp |
Please see /install for detailed instructions, additional information, and troubleshooting.
Usage
$ vd [<options>] <input> ...
$ <command> | vd [<options>]
VisiData supports tsv, csv, xlsx, hdf5, sqlite, json and more (see the list of supported sources).
Use -f <filetype>
to force a particular filetype.
Documentation
- Intro to VisiData Tutorial by Jeremy Singer-Vine
- Quick reference:
Ctrl+H
withinvd
will open the man page, which has a list of all commands and options. - /docs contains a collection of howto recipes.
Help and Support
If you have a question, issue, or suggestion regarding VisiData, please create an issue on Github or chat with us at #visidata on freenode.net.
Here are some concrete ways you can help make VisiData even more awesome:
- Write a blogpost (or tweet or whatever) about a VisiData command or feature you use frequently, and share it with us!
- Expand VisiData to support .xyz proprietary data format. Creating a loader is really straightforward.
- Create and maintain new installation packages.
- Acknowledge the realities of late-stage capitalism and give regular old money.
Other applications within the VisiData ecosystem
The core interface paradigm--rows and columns--can be used to create efficient terminal workflows with a minimum of effort for almost any application. These have been prototyped as proof of this concept:
- vgit: a git interface
- vsh: a collection of utilities like
vping
andvtop
. - vdgalcon: a port of the classic game Galactic Conquest
Other workflows can also be created as separate apps using the visidata module. These apps can be very small and provide a lot of functionality; for example, see the included viewtsv.
License
VisiData, including the main vd
application, addons, loaders, and other code in this repository, is available for use and redistribution under GPLv3.
Credits
VisiData is conceived and developed by Saul Pwanson <vd@saul.pw>
.
Anja Kefala <anja.kefala@gmail.com>
maintains the documentation and packages for all platforms.
Many thanks to numerous other contributors, and to those wonderful users who provide feedback, for helping to make VisiData the awesome tool that it is.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file visidata-2.0.1.tar.gz
.
File metadata
- Download URL: visidata-2.0.1.tar.gz
- Upload date:
- Size: 170.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.2.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | fb9084288d252b9dd11613167efa875b5da5db07c5a370b7f474a954be4b9ddc |
|
MD5 | 98a81a2f781a1d146f361b5d2599bd1f |
|
BLAKE2b-256 | b8a4c04d26ecc0522e15ca114c5db3eb4da516f7dc63a40bab3aca9f6866785f |