Add live search/filter in Paired Devices and Discovered devices
Open
Nobody has claimed this yet.
- Dominant language
- Rust
- Stars
- 3k
- Forks
- 79
- PR merge metrics
- No merged PRs in 30d
Description
Feature request
Add a way to search/filter the device lists so it is easier to find a device among many paired or discovered devices.
Proposed behavior
- A configurable key (default
/) opens a search input when either Paired Devices or Discovered devices (scanning) is focused. - Typing filters the visible rows live.
- Matching is case-insensitive by default and match fields are configurable per list (
aliasand/oraddress). j/k(orDown/Up) move the selection between matches.Enterconfirms (keeps the selection);Esccancels and restores the previous selection.
Configuration
search = "/"
search_case_sensitive = false
[paired_device]
search_fields = ["alias", "address"]
[new_device]
search_fields = ["alias", "address"]
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by locating the Paired Devices and Discovered devices views and the configuration entries described in the issue. Trace how focus, selection, and key handling work, then implement filtering and verify that configurable fields, case sensitivity, navigation, Enter, and Esc behave as specified.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- rust
- Domain
- cli
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100