Add filtering and options for History Command

This commit is contained in:
2025-06-03 23:07:50 -04:00
parent 09eeb90dc6
commit ac82076511
17 changed files with 165 additions and 38 deletions

View File

@ -30,7 +30,7 @@ class BottomBar:
key_validator: Callable[[str], bool] | None = None,
) -> None:
self.columns = columns
self.console = Console(color_system="auto")
self.console = Console(color_system="truecolor")
self._named_items: dict[str, Callable[[], HTML]] = {}
self._value_getters: dict[str, Callable[[], Any]] = CaseInsensitiveDict()
self.toggle_keys: list[str] = []