anki-code/xontrib-output-search

Refactor: rewrite code to pack the logic into object

Open

#12 opened on Jan 28, 2026

View on GitHub
 (0 comments) (0 reactions) (0 assignees)Python (3 forks)auto 404
good first issue

Repository metrics

Stars
 (51 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

I mean

class OutputSearch:
    def __init__(self):
        ...

__xonsh__.xontrib_output_search = OutputSearch()

cc https://github.com/xonsh/xonsh/issues/6001

Contributor guide