Skip to main content

Module util

Module util 

Source
Expand description

Cross-cutting utilities: config + auth, URL parsing, ignore rules, hooks, HTTP / SSH transport helpers, version probe, and the subprocess wrappers for external binaries (gpg, rad).

Modules§

auth
Credential storage for torii — both the gitorii.com cloud API key and the per-platform tokens (GitHub, GitLab, Gitea, Forgejo, Codeberg, crates.io) that the HTTPS transport and platform APIs use.
config
duration
gpg
GPG signing helper for torii save and torii history reauthor.
graph
Commit graph rendering — lane-based ASCII like git log --graph --all.
hooks
http
Shared HTTP helpers for the platform clients (pr, issue, release, pipeline, package).
oauth
OAuth 2.0 Device Authorization Grant (RFC 8628) — the flow CLIs use to avoid asking the user to copy-paste a Personal Access Token.
radicle
Wrapper around the rad CLI for the Radicle peer-to-peer host.
ssh
toriignore
updater
url