From 7efeeb39e6456933c6806ca44dc25f3fc835b359 Mon Sep 17 00:00:00 2001 From: d3vv3 Date: Tue, 7 Apr 2026 11:51:07 +0200 Subject: [PATCH] docs: add opencode-ascii to plugins --- data/plugins/opencode-ascii.yaml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 data/plugins/opencode-ascii.yaml diff --git a/data/plugins/opencode-ascii.yaml b/data/plugins/opencode-ascii.yaml new file mode 100644 index 0000000..38143db --- /dev/null +++ b/data/plugins/opencode-ascii.yaml @@ -0,0 +1,4 @@ +name: opencode-ascii +repo: https://github.com/d3vv3/opencode-ascii +tagline: Strip unicode characters from output and replace them by their ASCII equivalents +description: Substitute unicode characters for ASCII. Em-dash (—) and en-dash (–) for hyphens (-); right arrow (→) for (->) and so on.