diff --git a/resources/dev/BACKLOG.md b/resources/dev/BACKLOG.md index 0b12c89..c1c6709 100644 --- a/resources/dev/BACKLOG.md +++ b/resources/dev/BACKLOG.md @@ -102,6 +102,9 @@ Prospective candidates that don't quite make it onto this list, as of now, but a - [RsyncUI](https://github.com/rsyncOSX/RsyncUI) - Waiting on stars - [Kanri](https://github.com/kanriapp/kanri) - Waiting on maturity - [hashcat](https://github.com/hashcat/hashcat) +- [KeyCluClask](https://github.com/Anze/KeyCluCask) - Potentially abandoned +- [LaunchNext](https://github.com/RoversX/LaunchNext) - Waiting on maturity +- [OM1](https://github.com/OpenMind/OM1) - Waiting on maturity ## Under Investigation diff --git a/source/data/dynamic/applications.json b/source/data/dynamic/applications.json index 4bde5b5..36f77cd 100644 --- a/source/data/dynamic/applications.json +++ b/source/data/dynamic/applications.json @@ -10207,6 +10207,107 @@ "language": "", "license": "", "homepage_url": "" + }, + { + "name": "OpenRocket", + "description": "", + "repo_url": "https://github.com/openrocket/openrocket", + "tags": [], + "platforms": [ + "cross" + ], + "category": "rocketry", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "EdgeTX", + "description": "", + "repo_url": "https://github.com/EdgeTX/edgetx", + "tags": [], + "platforms": [ + "n/a" + ], + "category": "firmware", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Omarchy", + "description": "", + "repo_url": "https://github.com/basecamp/omarchy", + "tags": [], + "platforms": [ + "n/a" + ], + "category": "operating-system", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Cryptomator", + "description": "", + "repo_url": "https://github.com/cryptomator/cryptomator", + "tags": [], + "platforms": [ + "cross", + "mobile" + ], + "category": "backup", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Win11Debloat", + "description": "", + "repo_url": "https://github.com/Raphire/Win11Debloat", + "tags": [ + "cli" + ], + "platforms": [ + "windows" + ], + "category": "windows", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" + }, + { + "name": "Term.Everything", + "description": "", + "repo_url": "https://github.com/mmulet/term.everything", + "tags": [ + "cli" + ], + "platforms": [ + "linux" + ], + "category": "terminal-utilities", + "stars": 0, + "flags": [], + "last_commit": "", + "language": "", + "license": "", + "homepage_url": "" } ] } \ No newline at end of file diff --git a/source/data/static/categories.json b/source/data/static/categories.json index 3e6090d..04f88b6 100644 --- a/source/data/static/categories.json +++ b/source/data/static/categories.json @@ -761,6 +761,12 @@ "parent": "stem", "description": "" }, + { + "name": "Robotics", + "id": "robotics", + "parent": "stem", + "description": "" + }, { "name": "Other", "id": "other",