gillins / tuiview-plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A collection of TuiView plugins

These plugins extend TuiView functionality. Mainly as an example of how to build plugins, but hopefully do a few useful things also.

This package can be used in 3 different ways:

  1. Clone repo and copy files or set the TUIVIEW_PLUGINS_PATH env var to the location of the individual plugin directions as specified here in the TuiView Plugins Documentation. Useful for development.

  2. Clone repo and run pip install . to install all plugins and use the tuiviewpluginmgr GUI application (below) to: a) determine which plugin(s) you wish to have active and, b) how to set the TUIVIEW_PLUGINS_PATH env var to make this happen for your system.

tuiviewpluginmgr

  1. Clone repo and run pip install . to install all plugins and import the particular one you want into your Python script to use when scripting TuiView.

About

License:GNU General Public License v2.0


Languages

Language:Python 100.0%