From cc91f5c4cf4e98bd716c233edfe338ebf85cc82d Mon Sep 17 00:00:00 2001 From: Lucas <169063936+mustbeperfect@users.noreply.github.com> Date: Tue, 13 May 2025 13:29:43 -0700 Subject: [PATCH] Added 3 projects and 1 to backlog --- resources/dev/BACKLOG.md | 1 + source/data/applications.json | 50 +++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+) diff --git a/resources/dev/BACKLOG.md b/resources/dev/BACKLOG.md index e572e69..bff74ca 100644 --- a/resources/dev/BACKLOG.md +++ b/resources/dev/BACKLOG.md @@ -42,6 +42,7 @@ Prospective candidates that don't quite make it onto this list, as of now, but a - [DevDocs](https://github.com/cyberagiinc/DevDocs) - [Hyprnote](https://github.com/fastrepl/hyprnote) - Waiting on stars - [Taiga](https://github.com/taigaio) +- [Clop](https://github.com/FuzzyIdeas/Clop) - Needs to mature - [amp](https://github.com/jmacdonald/amp) - Checking longevity - [pad.ws](https://github.com/pad-ws/pad.ws) - [Polaris](https://github.com/agersant/polaris) diff --git a/source/data/applications.json b/source/data/applications.json index 2655393..6b6fd94 100644 --- a/source/data/applications.json +++ b/source/data/applications.json @@ -8716,6 +8716,56 @@ "language": "Python", "license": "NOASSERTION", "homepage_url": "https://akkudoktor.net" + }, + { + "name": "SerenityOS", + "description": "", + "repo_url": "https://github.com/SerenityOS/serenity", + "tags": [], + "platforms": [ + "n/a" + ], + "category": "operating-system", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Klipper", + "description": "", + "repo_url": "https://github.com/Klipper3d/klipper", + "tags": [], + "platforms": [ + "n/a" + ], + "category": "other", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Jujutsu", + "description": "", + "repo_url": "https://github.com/jj-vcs/jj", + "tags": [ + "cli" + ], + "platforms": [ + "cross" + ], + "category": "dev-tools", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file