From 65ca0f3b6a9edccffe95c75dcd1864e5e52c99fa Mon Sep 17 00:00:00 2001 From: Yousef Al-Harbi Date: Fri, 17 Jul 2026 21:03:57 +0300 Subject: [PATCH] Update devs.json --- devs.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) diff --git a/devs.json b/devs.json index 5f8be13..42345d2 100644 --- a/devs.json +++ b/devs.json @@ -3631,5 +3631,29 @@ } } ] +}, +{ + "name": "Yousef Alharbi", + "githubURL": "https://github.com/y2w8", + "projects": [ + { + "name": "nmrs-tui", + "URL": "https://github.com/y2w8/nmrs-tui", + "description": "A fast, Vim-friendly NetworkManager TUI built in Rust", + "details": { + "language": "Rust", + "topics": ["Linux", "Rust", "Wifi", "Tui", "NetworkManager"] + } + }, + { + "name": "neolij.nvim", + "URL": "https://github.com/y2w8/neolij.nvim", + "description": "Seamless Neovim/Zellij integration with built-in navigation, pane/tab management, and Lua scripting", + "details": { + "language": "Lua", + "topics": ["Neovim", "Lua", "Plugin"] + } + } + ] } ]