Onboarding and help center for BOS
Find a file
Breadway 7b7fe680fe Migrate config load/save to bread_utils::tomlcfg; timeout-guard hyprctl calls
config.rs's config_dir/load_doc/save_doc/atomic_write were a byte-for-byte
copy of bos-settings/src/config/mod.rs's versions (own doc comment said as
much) introduced in the same fix pass that added them there — now both
delegate to bread_utils::tomlcfg/bread_utils::atomic instead of each
carrying their own copy (path dependency for now, see the TODO in
Cargo.toml).

Also: services/hyprland.rs::query_json used a bare Command::output() with
no timeout, so an unresponsive hyprctl (Hyprland wedged/reloading) could
block clients()/monitors()/layers() indefinitely — switched to
bread_utils::proc::run_json with a 3s cap.

Builds clean; all 8 existing tests pass.
2026-07-17 09:32:55 +08:00
.forgejo/workflows CI: install gtk4-layer-shell before makepkg dependency check 2026-07-15 19:08:21 +08:00
content breadhelp 0.2.0: live guided tour overlay replacing static onboarding 2026-07-15 18:48:10 +08:00
packaging Drop GitHub mirror workflow for now (Forgejo-only remote) 2026-07-15 19:04:31 +08:00
src Migrate config load/save to bread_utils::tomlcfg; timeout-guard hyprctl calls 2026-07-17 09:32:55 +08:00
.gitignore Ignore local makepkg build artifacts 2026-07-15 19:18:25 +08:00
Cargo.lock Migrate config load/save to bread_utils::tomlcfg; timeout-guard hyprctl calls 2026-07-17 09:32:55 +08:00
Cargo.toml Migrate config load/save to bread_utils::tomlcfg; timeout-guard hyprctl calls 2026-07-17 09:32:55 +08:00
LICENSE Add standalone repo scaffolding (README, packaging, CI) 2026-07-15 19:00:30 +08:00
README.md CI: install gtk4-layer-shell before makepkg dependency check 2026-07-15 19:08:21 +08:00

breadhelp

Onboarding and help center for BOS (Bread Operating System) — GTK4, a searchable guide library, an interactive keybind viewer, a troubleshooting wizard with one-click fixes, and a live guided tour overlay that spotlights real on-screen bread* apps (breadbar, breadbox, ...) instead of walking through a static wizard.

Split out of the bos repo into its own repo so a breadhelp release doesn't require a BOS ISO release, and vice versa. Pacman-packaged (not bakery-managed) — see packaging/README.md.

Building

cargo build --release

Packaging / releasing

See packaging/README.md. In short: bump Cargo.toml's version, tag vX.Y.Z, push the tag to forgejo.forgejo/workflows/package.yml builds and publishes to the [breadway] pacman repo automatically.