Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created January 27, 2019 03:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryantm/1b456b2310fd018458e2b88c9eaae430 to your computer and use it in GitHub Desktop.
Save ryantm/1b456b2310fd018458e2b88c9eaae430 to your computer and use it in GitHub Desktop.
/nix/store/bmq6v3zkfhgym4am7zg8sbal3qwm1j93-visidata-1.5.2
├── bin
│   └── vd
├── lib
│   └── python3.7
│   └── site-packages
│   ├── visidata
│   │   ├── aggregators.py
│   │   ├── asyncthread.py
│   │   ├── canvas.py
│   │   ├── clipboard.py
│   │   ├── cmdlog.py
│   │   ├── colors.py
│   │   ├── commands.tsv
│   │   ├── data.py
│   │   ├── describe.py
│   │   ├── dev.py
│   │   ├── diff.py
│   │   ├── errors.py
│   │   ├── freeze.py
│   │   ├── freqtbl.py
│   │   ├── graph.py
│   │   ├── __init__.py
│   │   ├── join.py
│   │   ├── loaders
│   │   │   ├── csv.py
│   │   │   ├── fixed_width.py
│   │   │   ├── graphviz.py
│   │   │   ├── hdf5.py
│   │   │   ├── html.py
│   │   │   ├── http.py
│   │   │   ├── __init__.py
│   │   │   ├── json.py
│   │   │   ├── markdown.py
│   │   │   ├── mbtiles.py
│   │   │   ├── _pandas.py
│   │   │   ├── pcap.py
│   │   │   ├── png.py
│   │   │   ├── postgres.py
│   │   │   ├── __pycache__
│   │   │   │   ├── csv.cpython-37.pyc
│   │   │   │   ├── fixed_width.cpython-37.pyc
│   │   │   │   ├── graphviz.cpython-37.pyc
│   │   │   │   ├── hdf5.cpython-37.pyc
│   │   │   │   ├── html.cpython-37.pyc
│   │   │   │   ├── http.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── json.cpython-37.pyc
│   │   │   │   ├── markdown.cpython-37.pyc
│   │   │   │   ├── mbtiles.cpython-37.pyc
│   │   │   │   ├── _pandas.cpython-37.pyc
│   │   │   │   ├── pcap.cpython-37.pyc
│   │   │   │   ├── png.cpython-37.pyc
│   │   │   │   ├── postgres.cpython-37.pyc
│   │   │   │   ├── sas.cpython-37.pyc
│   │   │   │   ├── shp.cpython-37.pyc
│   │   │   │   ├── spss.cpython-37.pyc
│   │   │   │   ├── sqlite.cpython-37.pyc
│   │   │   │   ├── tsv.cpython-37.pyc
│   │   │   │   ├── ttf.cpython-37.pyc
│   │   │   │   ├── xlsx.cpython-37.pyc
│   │   │   │   ├── xml.cpython-37.pyc
│   │   │   │   ├── yaml.cpython-37.pyc
│   │   │   │   └── zip.cpython-37.pyc
│   │   │   ├── sas.py
│   │   │   ├── shp.py
│   │   │   ├── spss.py
│   │   │   ├── sqlite.py
│   │   │   ├── tsv.py
│   │   │   ├── ttf.py
│   │   │   ├── xlsx.py
│   │   │   ├── xml.py
│   │   │   ├── yaml.py
│   │   │   └── zip.py
│   │   ├── man
│   │   │   └── vd.1
│   │   ├── metasheets.py
│   │   ├── motd.py
│   │   ├── movement.py
│   │   ├── namedlist.py
│   │   ├── path.py
│   │   ├── pivot.py
│   │   ├── _profile.py
│   │   ├── __pycache__
│   │   │   ├── aggregators.cpython-37.pyc
│   │   │   ├── asyncthread.cpython-37.pyc
│   │   │   ├── canvas.cpython-37.pyc
│   │   │   ├── clipboard.cpython-37.pyc
│   │   │   ├── cmdlog.cpython-37.pyc
│   │   │   ├── colors.cpython-37.pyc
│   │   │   ├── data.cpython-37.pyc
│   │   │   ├── describe.cpython-37.pyc
│   │   │   ├── dev.cpython-37.pyc
│   │   │   ├── diff.cpython-37.pyc
│   │   │   ├── errors.cpython-37.pyc
│   │   │   ├── freeze.cpython-37.pyc
│   │   │   ├── freqtbl.cpython-37.pyc
│   │   │   ├── graph.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── join.cpython-37.pyc
│   │   │   ├── metasheets.cpython-37.pyc
│   │   │   ├── motd.cpython-37.pyc
│   │   │   ├── movement.cpython-37.pyc
│   │   │   ├── namedlist.cpython-37.pyc
│   │   │   ├── path.cpython-37.pyc
│   │   │   ├── pivot.cpython-37.pyc
│   │   │   ├── _profile.cpython-37.pyc
│   │   │   ├── pyobj.cpython-37.pyc
│   │   │   ├── regex.cpython-37.pyc
│   │   │   ├── search.cpython-37.pyc
│   │   │   ├── selection.cpython-37.pyc
│   │   │   ├── shell.cpython-37.pyc
│   │   │   ├── slide.cpython-37.pyc
│   │   │   ├── tidydata.cpython-37.pyc
│   │   │   ├── transpose.cpython-37.pyc
│   │   │   ├── _types.cpython-37.pyc
│   │   │   ├── urlcache.cpython-37.pyc
│   │   │   ├── utils.cpython-37.pyc
│   │   │   ├── vdtui.cpython-37.pyc
│   │   │   ├── vimkeys.cpython-37.pyc
│   │   │   └── zscroll.cpython-37.pyc
│   │   ├── pyobj.py
│   │   ├── regex.py
│   │   ├── search.py
│   │   ├── selection.py
│   │   ├── shell.py
│   │   ├── slide.py
│   │   ├── tidydata.py
│   │   ├── transpose.py
│   │   ├── _types.py
│   │   ├── urlcache.py
│   │   ├── utils.py
│   │   ├── vdtui.py
│   │   ├── vimkeys.py
│   │   └── zscroll.py
│   └── visidata-1.5.2.dist-info
│   ├── INSTALLER
│   ├── LICENSE.gpl3
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── vd.1.gz
14 directories, 133 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment