Skip to content

Add search in known and new networks - #160

Closed
AuthenticSm1les wants to merge 1 commit into
pythops:mainfrom
AuthenticSm1les:feat/search-networks
Closed

AuthenticSm1les wants to merge 1 commit into
pythops:mainfrom
AuthenticSm1les:feat/search-networks

Conversation

@AuthenticSm1les

Copy link
Copy Markdown
Contributor

Closes #159

Adds a configurable / keybinding to search/filter the network lists.

  • / opens the search input in the focused list (Known Networks / New Networks)
  • typing filters rows live by name
  • j/k or Up/Down move between matches
  • Enter confirms, Esc restores the previous selection

New config options (defaults shown):

[station]
search = "/"
search_case_sensitive = false

Add a configurable `/` keybinding to filter the Known Networks and
New Networks lists live by name. Matching defaults to case-insensitive
and can be toggled via the `search_case_sensitive` config option.

- / opens the search input in the focused list
- typing filters rows live
- j/k or Up/Down move between matches
- Enter confirms, Esc restores the previous selection
@pythops pythops closed this Sep 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add live search/filter in Known Networks and New Networks

2 participants