add basic plugin capability

This commit is contained in:
Chrys
2024-10-21 02:17:53 +02:00
parent 09bb9b149f
commit 8c21412b54
6 changed files with 145 additions and 20 deletions

View File

@ -28,6 +28,7 @@ Cthulhu also has the following dependencies:
* Python 3 - Python platform
* pygobject-3.0 - Python bindings for the GObject library
* libpeas - GObject based Plugin engine
* gtk+-3.0 - GTK+ toolkit
* json-py - a JSON (<https://json.org/>) reader and writer in Python
* python-speechd - Python bindings for Speech Dispatcher (optional)
@ -71,4 +72,4 @@ within Cthulhu as well as at: <https://help.gnome.org/users/cthulhu/stable/>
So, you want to write a script for Cthulhu? The best thing to do is
start by looking at other scripts under the src/cthulhu/scripts/ hierarchy
of the source tree.
of the source tree.