docs: rename yt-offline → Catacomb across README, ROADMAP, guides, packaging

Prose + commands updated to the new name: brand reads "Catacomb", while
binary/path/package references are the lowercase `catacomb` (commands, deb/rpm
names, ~/.local/share/catacomb, catacomb.db, catacomb.desktop). Codeberg repo
URLs left pointing at the existing repo. Also folds in the pending doc edits
from earlier in the session.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Luna 2026-06-19 03:34:18 -07:00
parent 404362bfb0
commit 3f611849af
72 changed files with 1513 additions and 293 deletions

54
Cargo.lock generated
View file

@ -727,6 +727,33 @@ dependencies = [
"wayland-client",
]
[[package]]
name = "catacomb"
version = "0.1.0"
dependencies = [
"argon2",
"axum",
"eframe",
"image",
"ksni",
"libc",
"notify-rust",
"r2d2",
"r2d2_sqlite",
"rand 0.8.6",
"reqwest",
"rfd",
"rusqlite",
"serde",
"serde_json",
"tokio",
"tokio-stream",
"tokio-util",
"toml",
"tower-http 0.5.2",
"windows-sys 0.59.0",
]
[[package]]
name = "cc"
version = "1.2.62"
@ -5408,33 +5435,6 @@ dependencies = [
"synstructure",
]
[[package]]
name = "yt-offline"
version = "0.1.0"
dependencies = [
"argon2",
"axum",
"eframe",
"image",
"ksni",
"libc",
"notify-rust",
"r2d2",
"r2d2_sqlite",
"rand 0.8.6",
"reqwest",
"rfd",
"rusqlite",
"serde",
"serde_json",
"tokio",
"tokio-stream",
"tokio-util",
"toml",
"tower-http 0.5.2",
"windows-sys 0.59.0",
]
[[package]]
name = "zbus"
version = "4.4.0"