From 9187dea6137466490e5fd894ea6d3cd37e453e37 Mon Sep 17 00:00:00 2001 From: Sulaiman AlRomaih Date: Wed, 20 Aug 2025 19:53:02 +0300 Subject: [PATCH 1/2] Update devs.json --- devs.json | 79 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 79 insertions(+) diff --git a/devs.json b/devs.json index fd9c222..1d04a69 100644 --- a/devs.json +++ b/devs.json @@ -3486,5 +3486,84 @@ "description": "إضافة لأوبسيديان تنشئ ملاحظات يومية باستخدام التقويم الهجري الإسلامي (نظام أم القرى)." } ] + }, + { + "name": "سليمان الرميح", + "githubURL": "https://github.com/SloMR", + "projects": [ + { + "name": "PastePoint", + "URL": "https://github.com/SloMR/pastepoint", + "description": "PastePoint is a secure, feature-rich file-sharing service designed for local networks, and private sessions.", + "details": { + "language": ["Rust", "TypeScript", "JavaScript", "HTML", "CSS", "Docker", "Nginx"], + "license": "GPL-3.0", + "topics": [ + "css", + "chat", + "docker", + "rust", + "open-source", + "angular", + "typescript", + "encryption", + "docker-compose", + "websocket", + "webrtc", + "dtls", + "secure", + "attachment", + "localnetwork", + "end-to-end-encryption", + "actix", + "tailwind", + "flowbite", + "actix-rs" + ] + } + }, + { + "name": "Watchs-Extension", + "URL": "https://github.com/SloMR/Watchs-Extension", + "description": "Chrome extension to get rid of shorts on YouTube and to be able to control the video on our own.", + "details": { + "language": ["HTML", "JavaScript", "CSS"], + "license": "MIT", + "topics": [ + "url", + "chrome-extension", + "chrome", + "youtube", + "shorts", + "vedio" + ] + } + }, + { + "name": "Subtitles-Renamer", + "URL": "https://github.com/SloMR/Subtitles-Renamer", + "description": "Shell Script used to rename the subtitles by adding the language code at the end of each subtitle to support plex subtitle list.", + "details": { + "language": "Shell", + "license": "MIT", + "topics": [ + "files", + "subtitles", + "subtitle", + "rename-files" + ] + } + }, + { + "name": "ArabicToUTF-8", + "URL": "https://github.com/SloMR/ArabicToUTF-8", + "description": "Arabic to UTF-8 converter", + "details": { + "language": "Shell", + "license": "MIT", + "topics": ["shell"] + } + } + ] } ] From ba0b8e69e7f147a303e090e9f2a7004365657626 Mon Sep 17 00:00:00 2001 From: Sulaiman AlRomaih <60194889+SloMR@users.noreply.github.com> Date: Wed, 20 Aug 2025 20:01:21 +0300 Subject: [PATCH 2/2] Update devs.json Fix typo Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- devs.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devs.json b/devs.json index 1d04a69..dc0f41a 100644 --- a/devs.json +++ b/devs.json @@ -3535,7 +3535,7 @@ "chrome", "youtube", "shorts", - "vedio" + "video" ] } },