anki-code/xontrib-output-search

Refactor: rewrite code to pack the logic into object

Open

#12 opened on 2026年1月28日

GitHub で見る
 (0 comments) (0 reactions) (0 assignees)Python (3 forks)auto 404
good first issue

Repository metrics

Stars
 (51 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

I mean

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

__xonsh__.xontrib_output_search = OutputSearch()

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

コントリビューターガイド