Note this branch is for TuiView 1.3.x
For TuiView 1.2.x see the qt5 branch.
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:
-
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. -
Clone repo and run
pip install .
to install all plugins and use thetuiviewpluginmgr
GUI application (below) to: a) determine which plugin(s) you wish to have active and, b) how to set theTUIVIEW_PLUGINS_PATH
env var to make this happen for your system.
- 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.