projects: announce project webchain

This commit is contained in:
Muhammad Nauman Raza 2024-06-19 16:02:29 +01:00
parent ba4baf42fa
commit c1bfbd1076
Signed by: devraza
GPG key ID: 91EAD6081011574B
3 changed files with 13 additions and 5 deletions

View file

@ -1,3 +1,11 @@
[[project]]
name = "webchain"
desc = "A fast and minimal bookmark manager."
tags = ["rocket", "web", "rust", "bookmark", "links"]
links = [
{ name = "git", url = "https://git.devraza.giize.com/devraza/webchain" },
]
[[project]] [[project]]
name = "bunbun" name = "bunbun"
desc = "A simple and adorable sysinfo utility." desc = "A simple and adorable sysinfo utility."

View file

@ -1,9 +1,9 @@
[[project]] [[project]]
name = "altoku" name = "webchain"
desc = "A TUI japanese media aggregate." desc = "A fast and minimal bookmark manager."
tags = ["tui", "ratatui", "rust", "manga", "anime", "ani-cli"] tags = ["rocket", "web", "rust", "bookmark", "links"]
links = [ links = [
{ name = "git", url = "https://git.devraza.giize.com/devraza/altoku" }, { name = "git", url = "https://git.devraza.giize.com/devraza/webchain" },
] ]
[[project]] [[project]]

File diff suppressed because one or more lines are too long