Add projects and update bookmarks

This commit is contained in:
Night Kaly 2024-11-14 09:18:24 +00:00
parent a1081ca67c
commit 4e53e10365
Signed by: night0721
SSH key fingerprint: SHA256:B/hgVwUoBpx5vdNsXl9w8XwZljA9766uk6T4ubZp5HM
2 changed files with 52 additions and 18 deletions

View file

@ -156,6 +156,14 @@
{ {
"title": "firasuke/awesome", "title": "firasuke/awesome",
"link": "https://github.com/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"
} }
] ]
}, },
@ -240,6 +248,22 @@
{ {
"title": "yash", "title": "yash",
"link": "https://github.com/magicant/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"
} }
] ]
}, },

View file

@ -11,17 +11,22 @@
}, },
{ {
"name": "ccc", "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" "url": "https://github.com/night0721/ccc"
}, },
{ {
"name": "noted", "name": "vip",
"description": "Minimalist note manager written in C with useful and user friendly features", "description": "Small, fast and featureful vim-insipired text editor with strictly no dependency",
"url": "https://github.com/night0721/noted" "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", "name": "apm",
"description": "Minimalistic command line password manager and a rewrite of pass in C", "description": "Small pass(1) implementation",
"url": "https://github.com/night0721/apm" "url": "https://github.com/night0721/apm"
}, },
{ {
@ -30,9 +35,14 @@
"url": "https://github.com/night0721/lcc" "url": "https://github.com/night0721/lcc"
}, },
{ {
"name": "rush", "name": "nsh",
"description": "Minimalist, customizable shell written in C with syntax highlighting like a normal shell", "description": "cat(1) implementation to render files with syntax highlighting",
"url": "https://github.com/night0721/rush" "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":"Auth Bot", "name":"Auth Bot",