From 4e53e103656607b8e88634896eab7c47580fed22 Mon Sep 17 00:00:00 2001 From: night0721 Date: Thu, 14 Nov 2024 09:18:24 +0000 Subject: [PATCH] Add projects and update bookmarks --- data/bookmarks.json | 28 ++++++++++++++++++++++++++-- data/projects.json | 42 ++++++++++++++++++++++++++---------------- 2 files changed, 52 insertions(+), 18 deletions(-) diff --git a/data/bookmarks.json b/data/bookmarks.json index 200cf98..3d7e134 100644 --- a/data/bookmarks.json +++ b/data/bookmarks.json @@ -156,7 +156,15 @@ { "title": "firasuke/awesome", "link": "https://github.com/firasuke/awesome" - } + }, + { + "title": "2f30", + "link": "https://git.2f30.org/" + }, + { + "title": "codeberg", + "link": "https://codeberg.org/explore/repos?only_show_relevant=0&sort=recentupdate&q=&language=c" + } ] }, "services": { @@ -240,7 +248,23 @@ { "title": "yash", "link": "https://github.com/magicant/yash" - } + }, + { + "title": "pdpmake", + "link": "https://github.com/rmyorston/pdpmake" + }, + { + "title": "luft", + "link": "https://codeberg.org/bogdan-the-great/luft" + }, + { + "title": "eiwd", + "link": "https://github.com/illiliti/eiwd" + }, + { + "title": "ssu", + "link": "https://github.com/illiliti/ssu" + } ] }, "tools": { diff --git a/data/projects.json b/data/projects.json index 7fc1028..9753aaa 100644 --- a/data/projects.json +++ b/data/projects.json @@ -11,29 +11,39 @@ }, { "name": "ccc", - "description": "Fast TUI file manager written in C, using ncurse", + "description": "Fast, small, hackable TUI file manager with no dependency", "url": "https://github.com/night0721/ccc" + }, + { + "name": "vip", + "description": "Small, fast and featureful vim-insipired text editor with strictly no dependency", + "url": "https://github.com/night0721/vuo" + }, + { + "name": "90s", + "description": "Minimalist, customizable shell written in C99 with syntax highlighting and no dependency", + "url": "https://github.com/night0721/90s" + }, + { + "name": "apm", + "description": "Small pass(1) implementation", + "url": "https://github.com/night0721/apm" + }, + { + "name": "lcc", + "description": "Lines of Code Counter", + "url": "https://github.com/night0721/lcc" + }, + { + "name": "nsh", + "description": "cat(1) implementation to render files with syntax highlighting", + "url": "https://github.com/night0721/nsh" }, { "name": "noted", "description": "Minimalist note manager written in C with useful and user friendly features", "url": "https://github.com/night0721/noted" }, - { - "name": "apm", - "description": "Minimalistic command line password manager and a rewrite of pass in C", - "url": "https://github.com/night0721/apm" - }, - { - "name": "lcc", - "description": "Lines of Code Counter", - "url": "https://github.com/night0721/lcc" - }, - { - "name": "rush", - "description": "Minimalist, customizable shell written in C with syntax highlighting like a normal shell", - "url": "https://github.com/night0721/rush" - }, { "name":"Auth Bot", "description":"Discord Bot to verify user, allowing server owner to recover server by pulling back members",