anki-code/xontrib-output-search

Refactor: rewrite code to pack the logic into object

Open

#12 创建于 2026年1月28日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Python (3 fork)auto 404
good first issue

仓库指标

Star
 (51 star)
PR 合并指标
 (30 天内没有已合并 PR)

描述

I mean

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

__xonsh__.xontrib_output_search = OutputSearch()

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

贡献者指南