Textualize / textual

The lean application framework for Python. Build sophisticated user interfaces with a simple Python API. Run your apps in the terminal and a web browser.
https://textual.textualize.io/
MIT License
24.09k stars 742 forks source link

Command palette events #4600

Closed darrenburns closed 1 month ago

darrenburns commented 1 month ago

Adds Opened, Closed, and OptionHighlighted events to the CommandPalette.

These events are posted to the App.

Closes #4595