From b9f69433b7019238cd89e0f6506316ccb358974f Mon Sep 17 00:00:00 2001 From: Andy Kipp Date: Mon, 20 Mar 2023 15:23:21 +0600 Subject: [PATCH] Added xonsh and xxh (#136) --- projects.yaml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/projects.yaml b/projects.yaml index 99cd208..c845b2e 100644 --- a/projects.yaml +++ b/projects.yaml @@ -20,6 +20,8 @@ categories: title: "Code Metrics & Complexity" - category: "logging" title: "Logging" + - category: "shell" + title: "Shell" - category: "documentation" title: "Documentation" - category: "debugging" @@ -1361,3 +1363,11 @@ projects: category: ast conda_id: conda-forge/executing pypi_id: executing + - name: xonsh + github_id: xonsh/xonsh + category: shell + pypi_id: xonsh + - name: xxh + github_id: xxh/xxh + category: shell + pypi_id: xxh-xxh