feat: add interface, plugin list loading, search, keyboard navigation

This commit is contained in:
h
2026-01-26 02:11:31 +01:00
commit 5696b056cf
25 changed files with 2571 additions and 0 deletions

17
.pre-commit-config.yaml Normal file
View File

@@ -0,0 +1,17 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.14.14
hooks:
- id: ruff-check
types_or: [ python, pyi ]
args: [ --fix ]
- id: ruff-format
types_or: [ python, pyi ]
- repo: local
hooks:
- id: ty
name: ty check
entry: uvx ty check
language: python
types_or: [ python, pyi ]