add support for running bash commands via '!' in the tui editor

This commit is contained in:
Markus Ylisiurunen 2025-12-04 20:06:12 +02:00
parent 47bb302155
commit d46914a415
5 changed files with 179 additions and 6 deletions

View file

@ -64,6 +64,8 @@
"thinkingMinimal": "#9e9e9e",
"thinkingLow": "#5f87af",
"thinkingMedium": "#5f8787",
"thinkingHigh": "#875f87"
"thinkingHigh": "#875f87",
"bashMode": "green"
}
}