/visidata-plugins

The VisiData plugins I use, written both by me and others.

Primary LanguagePython

trs' VisiData plugins

I clone this repo into ~/.visidata/plugins/ and then put the following line in my ~/.visidatarc:

import plugins

This loads the following:

  • vdaws — Exposes sheets for AWS services accessed via aws:// URLs. Currently only supports aws://batch to provide a listing of AWS Batch jobs across queues and statuses (which is more than the AWS management console provides!).

  • vds3 — AJ Kerrigan's vds3 plugin which provides excellent support for s3:// URLs.

The vds3 plugin is vendored using git subrepo so that I can easily bring in updates or make my own tweaks.