▍ humdrum codex / soft

← issues

TASK-017 TUI: In-panel search/filter with /

To Do tui priority: medium feature

created 2026-06-12 04:21

depends on: TASK-005, TASK-007

Description

When a panel is focused, pressing / opens an inline filter input at the bottom of the panel. Typing filters the panel's items in real time (case-insensitive substring match). Esc clears the filter and closes the input. Enter locks the filter (input hides, filtered items remain visible with a [filter: "…"] badge in the border title).

Applicable panels: News, Feeds, HN, Sports, Calendar.

Implementation:

Depends on: TASK-005 (focus), TASK-007 (item navigation)

Acceptance Criteria