| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Standalone CLI helpers on $PATH, used across my desktop. Part of the quantumfate desktop, alongside the hypr compositor config and the quickshell UI.
Most are small ,name.sh wrappers invoked from Hyprland keybinds. A few integrate with the shared state / UI:
bin/qfs — "quantumfate shell": wraps the Quickshell IPC surface (qfs theme cycle, qfs window rename "...", qfs show, …). Zsh completion _qfs lives in the quickshell repo's completions/.
bin/dofus_swap.py — Dofus auto turn-swap detector. Reads its roster from the shared team source of truth ($XDG_STATE_HOME/dofus/team.json), the same file the Quickshell UI edits, so team changes take effect live. (Querying that team store from the shell is done with dofus-team, which lives in the quickshell repo's scripts/.)
How the shared state + IPC bridges work: quickshell/ARCHITECTURE.md.
| Back | FazBrowse Home | New Git URL |