started working on getting plugins working

This commit is contained in:
SpookyDervish
2025-10-27 07:08:10 +11:00
parent 77eb6b6f0a
commit e161a0c1f9
3 changed files with 83 additions and 0 deletions

View File

@@ -8,6 +8,8 @@ from assets.theme_mappings import theme_mappings
from textual_fspicker import FileOpen, FileSave
from plugin_loader import PluginLoader
import subprocess
import os
@@ -54,6 +56,7 @@ class Berry(App):
# yield Terminal(command="bash", id="terminal")
yield Footer()
yield PluginLoader()
def on_input_submitted(self, event: Input.Submitted):
if event.input.id != "console-input":