Add projects and update bookmarks
This commit is contained in:
parent
a1081ca67c
commit
4e53e10365
2 changed files with 52 additions and 18 deletions
|
@ -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": {
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in a new issue