anki-code/xontrib-output-search

Refactor: rewrite code to pack the logic into object

Open

#12 ouverte le 28 janv. 2026

Voir sur GitHub
 (0 commentaires) (0 réactions) (0 assignés)Python (3 forks)auto 404
good first issue

Métriques du dépôt

Stars
 (51 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

I mean

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

__xonsh__.xontrib_output_search = OutputSearch()

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

Guide contributeur