Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created January 4, 2021 13:50
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 r-ryantm/6e38fd6ac2066e59478e1536bccaed87 to your computer and use it in GitHub Desktop.
Save r-ryantm/6e38fd6ac2066e59478e1536bccaed87 to your computer and use it in GitHub Desktop.
/nix/store/1lm34dfi0fm4m7jsdzg58m095x5774ln-visidata-2.1.1
├── bin
│   ├── vd
│   └── visidata
├── lib
│   └── python3.8
│   └── site-packages
│   ├── visidata
│   │   ├── aggregators.py
│   │   ├── basesheet.py
│   │   ├── canvas.py
│   │   ├── choose.py
│   │   ├── clipboard.py
│   │   ├── cliptext.py
│   │   ├── cmdlog.py
│   │   ├── color.py
│   │   ├── colorsheet.py
│   │   ├── column.py
│   │   ├── customdate.py
│   │   ├── deprecated.py
│   │   ├── describe.py
│   │   ├── editor.py
│   │   ├── errors.py
│   │   ├── expr.py
│   │   ├── extensible.py
│   │   ├── fill.py
│   │   ├── freeze.py
│   │   ├── freqtbl.py
│   │   ├── graph.py
│   │   ├── help.py
│   │   ├── incr.py
│   │   ├── __init__.py
│   │   ├── _input.py
│   │   ├── join.py
│   │   ├── layout.py
│   │   ├── loaders
│   │   │   ├── archive.py
│   │   │   ├── csv.py
│   │   │   ├── eml.py
│   │   │   ├── fixed_width.py
│   │   │   ├── frictionless.py
│   │   │   ├── graphviz.py
│   │   │   ├── hdf5.py
│   │   │   ├── html.py
│   │   │   ├── http.py
│   │   │   ├── imap.py
│   │   │   ├── __init__.py
│   │   │   ├── json.py
│   │   │   ├── markdown.py
│   │   │   ├── mbtiles.py
│   │   │   ├── mysql.py
│   │   │   ├── npy.py
│   │   │   ├── pandas_freqtbl.py
│   │   │   ├── _pandas.py
│   │   │   ├── pcap.py
│   │   │   ├── pdf.py
│   │   │   ├── png.py
│   │   │   ├── postgres.py
│   │   │   ├── __pycache__
│   │   │   │   ├── archive.cpython-38.pyc
│   │   │   │   ├── csv.cpython-38.pyc
│   │   │   │   ├── eml.cpython-38.pyc
│   │   │   │   ├── fixed_width.cpython-38.pyc
│   │   │   │   ├── frictionless.cpython-38.pyc
│   │   │   │   ├── graphviz.cpython-38.pyc
│   │   │   │   ├── hdf5.cpython-38.pyc
│   │   │   │   ├── html.cpython-38.pyc
│   │   │   │   ├── http.cpython-38.pyc
│   │   │   │   ├── imap.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── json.cpython-38.pyc
│   │   │   │   ├── markdown.cpython-38.pyc
│   │   │   │   ├── mbtiles.cpython-38.pyc
│   │   │   │   ├── mysql.cpython-38.pyc
│   │   │   │   ├── npy.cpython-38.pyc
│   │   │   │   ├── _pandas.cpython-38.pyc
│   │   │   │   ├── pandas_freqtbl.cpython-38.pyc
│   │   │   │   ├── pcap.cpython-38.pyc
│   │   │   │   ├── pdf.cpython-38.pyc
│   │   │   │   ├── png.cpython-38.pyc
│   │   │   │   ├── postgres.cpython-38.pyc
│   │   │   │   ├── rec.cpython-38.pyc
│   │   │   │   ├── sas.cpython-38.pyc
│   │   │   │   ├── shp.cpython-38.pyc
│   │   │   │   ├── spss.cpython-38.pyc
│   │   │   │   ├── sqlite.cpython-38.pyc
│   │   │   │   ├── texttables.cpython-38.pyc
│   │   │   │   ├── tsv.cpython-38.pyc
│   │   │   │   ├── ttf.cpython-38.pyc
│   │   │   │   ├── usv.cpython-38.pyc
│   │   │   │   ├── vcf.cpython-38.pyc
│   │   │   │   ├── xlsb.cpython-38.pyc
│   │   │   │   ├── xlsx.cpython-38.pyc
│   │   │   │   ├── xml.cpython-38.pyc
│   │   │   │   ├── xword.cpython-38.pyc
│   │   │   │   └── yaml.cpython-38.pyc
│   │   │   ├── rec.py
│   │   │   ├── sas.py
│   │   │   ├── shp.py
│   │   │   ├── spss.py
│   │   │   ├── sqlite.py
│   │   │   ├── texttables.py
│   │   │   ├── tsv.py
│   │   │   ├── ttf.py
│   │   │   ├── usv.py
│   │   │   ├── vcf.py
│   │   │   ├── xlsb.py
│   │   │   ├── xlsx.py
│   │   │   ├── xml.py
│   │   │   ├── xword.py
│   │   │   └── yaml.py
│   │   ├── macros.py
│   │   ├── mainloop.py
│   │   ├── __main__.py
│   │   ├── main.py
│   │   ├── man
│   │   │   ├── vd.1
│   │   │   └── vd.txt
│   │   ├── melt.py
│   │   ├── menu.py
│   │   ├── metasheets.py
│   │   ├── misc.py
│   │   ├── modify.py
│   │   ├── motd.py
│   │   ├── movement.py
│   │   ├── _open.py
│   │   ├── path.py
│   │   ├── pivot.py
│   │   ├── plugins.py
│   │   ├── __pycache__
│   │   │   ├── aggregators.cpython-38.pyc
│   │   │   ├── basesheet.cpython-38.pyc
│   │   │   ├── canvas.cpython-38.pyc
│   │   │   ├── choose.cpython-38.pyc
│   │   │   ├── clipboard.cpython-38.pyc
│   │   │   ├── cliptext.cpython-38.pyc
│   │   │   ├── cmdlog.cpython-38.pyc
│   │   │   ├── color.cpython-38.pyc
│   │   │   ├── colorsheet.cpython-38.pyc
│   │   │   ├── column.cpython-38.pyc
│   │   │   ├── customdate.cpython-38.pyc
│   │   │   ├── deprecated.cpython-38.pyc
│   │   │   ├── describe.cpython-38.pyc
│   │   │   ├── editor.cpython-38.pyc
│   │   │   ├── errors.cpython-38.pyc
│   │   │   ├── expr.cpython-38.pyc
│   │   │   ├── extensible.cpython-38.pyc
│   │   │   ├── fill.cpython-38.pyc
│   │   │   ├── freeze.cpython-38.pyc
│   │   │   ├── freqtbl.cpython-38.pyc
│   │   │   ├── graph.cpython-38.pyc
│   │   │   ├── help.cpython-38.pyc
│   │   │   ├── incr.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── _input.cpython-38.pyc
│   │   │   ├── join.cpython-38.pyc
│   │   │   ├── layout.cpython-38.pyc
│   │   │   ├── macros.cpython-38.pyc
│   │   │   ├── __main__.cpython-38.pyc
│   │   │   ├── main.cpython-38.pyc
│   │   │   ├── mainloop.cpython-38.pyc
│   │   │   ├── melt.cpython-38.pyc
│   │   │   ├── menu.cpython-38.pyc
│   │   │   ├── metasheets.cpython-38.pyc
│   │   │   ├── misc.cpython-38.pyc
│   │   │   ├── modify.cpython-38.pyc
│   │   │   ├── motd.cpython-38.pyc
│   │   │   ├── movement.cpython-38.pyc
│   │   │   ├── _open.cpython-38.pyc
│   │   │   ├── path.cpython-38.pyc
│   │   │   ├── pivot.cpython-38.pyc
│   │   │   ├── plugins.cpython-38.pyc
│   │   │   ├── pyobj.cpython-38.pyc
│   │   │   ├── regex.cpython-38.pyc
│   │   │   ├── save.cpython-38.pyc
│   │   │   ├── search.cpython-38.pyc
│   │   │   ├── selection.cpython-38.pyc
│   │   │   ├── settings.cpython-38.pyc
│   │   │   ├── sheets.cpython-38.pyc
│   │   │   ├── shell.cpython-38.pyc
│   │   │   ├── slide.cpython-38.pyc
│   │   │   ├── sort.cpython-38.pyc
│   │   │   ├── statusbar.cpython-38.pyc
│   │   │   ├── textsheet.cpython-38.pyc
│   │   │   ├── threads.cpython-38.pyc
│   │   │   ├── transpose.cpython-38.pyc
│   │   │   ├── _types.cpython-38.pyc
│   │   │   ├── undo.cpython-38.pyc
│   │   │   ├── unfurl.cpython-38.pyc
│   │   │   ├── urlcache.cpython-38.pyc
│   │   │   ├── utils.cpython-38.pyc
│   │   │   ├── vdobj.cpython-38.pyc
│   │   │   └── wrappers.cpython-38.pyc
│   │   ├── pyobj.py
│   │   ├── regex.py
│   │   ├── save.py
│   │   ├── search.py
│   │   ├── selection.py
│   │   ├── settings.py
│   │   ├── sheets.py
│   │   ├── shell.py
│   │   ├── slide.py
│   │   ├── sort.py
│   │   ├── statusbar.py
│   │   ├── tests
│   │   │   ├── conftest.py
│   │   │   ├── __init__.py
│   │   │   ├── __pycache__
│   │   │   │   ├── conftest.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── test_commands.cpython-38.pyc
│   │   │   │   ├── test_edittext.cpython-38.pyc
│   │   │   │   └── test_path.cpython-38.pyc
│   │   │   ├── test_commands.py
│   │   │   ├── test_edittext.py
│   │   │   └── test_path.py
│   │   ├── textsheet.py
│   │   ├── threads.py
│   │   ├── transpose.py
│   │   ├── _types.py
│   │   ├── undo.py
│   │   ├── unfurl.py
│   │   ├── urlcache.py
│   │   ├── utils.py
│   │   ├── vdobj.py
│   │   └── wrappers.py
│   └── visidata-2.1.1.dist-info
│   ├── direct_url.json
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── LICENSE.gpl3
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
├── nix-support
│   └── propagated-build-inputs
└── share
└── man
└── man1
└── vd.1.gz
16 directories, 225 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment