projects: new project altoku
This commit is contained in:
parent
e5fb61b16e
commit
14ca3a0210
|
@ -1,14 +1,14 @@
|
|||
[[project]]
|
||||
name = "sage"
|
||||
desc = "A collection of utilities for home labs written in Rust."
|
||||
tags = ["rust", "homelab", "selfhosted", "utility", "cli"]
|
||||
name = "altoku"
|
||||
desc = "A TUI japanese media aggregate."
|
||||
tags = ["tui", "ratatui", "rust", "manga", "anime", "ani-cli"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/sage" },
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/altoku" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "bunbun"
|
||||
desc = "A simple and adorable sysinfo utility written in Rust."
|
||||
desc = "A simple and adorable sysinfo utility."
|
||||
tags = ["sysinfo", "neofetch", "rust", "cli"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/bunbun" },
|
||||
|
@ -16,7 +16,7 @@ links = [
|
|||
|
||||
[[project]]
|
||||
name = "vaporise"
|
||||
desc = "A simple, featureful and blazingly fast memory-safe alternative to `rm` written in Rust."
|
||||
desc = "A simple, featureful and blazingly fast memory-safe alternative to `rm`."
|
||||
tags = ["rm", "rust", "alternative", "cli"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/vaporise" },
|
||||
|
@ -24,12 +24,20 @@ links = [
|
|||
|
||||
[[project]]
|
||||
name = "Ambition"
|
||||
desc = "A textual fast-paced 2D MMORPG written in Rust."
|
||||
desc = "A textual fast-paced 2D MMORPG."
|
||||
tags = ["rust", "bevy", "mmorpg"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/ambition" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "sage"
|
||||
desc = "A collection of utilities for my home lab."
|
||||
tags = ["rust", "homelab", "selfhosted", "utility", "cli"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/sage" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "rustboyadvance-ng"
|
||||
desc = "A rusty Nintendo™ Game Boy Advance emulator and debugger. `[Deprecated]`"
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
[[project]]
|
||||
name = "sage"
|
||||
desc = "A collection of utilities for home labs written in Rust."
|
||||
tags = ["rust", "homelab", "selfhosted", "utility", "cli"]
|
||||
name = "altoku"
|
||||
desc = "A TUI japanese media aggregate."
|
||||
tags = ["tui", "ratatui", "rust", "manga", "anime", "ani-cli"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/sage" },
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/altoku" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "bunbun"
|
||||
desc = "A simple and adorable sysinfo utility written in Rust."
|
||||
desc = "A simple and adorable sysinfo utility."
|
||||
tags = ["sysinfo", "neofetch", "rust", "cli"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/bunbun" },
|
||||
|
@ -16,7 +16,7 @@ links = [
|
|||
|
||||
[[project]]
|
||||
name = "vaporise"
|
||||
desc = "A simple, featureful and blazingly fast memory-safe alternative to `rm` written in Rust."
|
||||
desc = "A simple, featureful and blazingly fast memory-safe alternative to `rm`."
|
||||
tags = ["rm", "rust", "alternative", "cli"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/vaporise" },
|
||||
|
@ -24,12 +24,20 @@ links = [
|
|||
|
||||
[[project]]
|
||||
name = "Ambition"
|
||||
desc = "A textual fast-paced 2D MMORPG written in Rust."
|
||||
desc = "A textual fast-paced 2D MMORPG."
|
||||
tags = ["rust", "bevy", "mmorpg"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/ambition" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "sage"
|
||||
desc = "A collection of utilities for my home lab."
|
||||
tags = ["rust", "homelab", "selfhosted", "utility", "cli"]
|
||||
links = [
|
||||
{ name = "git", url = "https://git.devraza.giize.com/devraza/sage" },
|
||||
]
|
||||
|
||||
[[project]]
|
||||
name = "rustboyadvance-ng"
|
||||
desc = "A rusty Nintendo™ Game Boy Advance emulator and debugger. `[Deprecated]`"
|
||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue