# collect, organize and deploy github actions workflows
# from multiple repositories — like a package manager for ci
recursively find .github/workflows/*.ya?ml, store in local sqlite. never lose track of useful ci files.
assign workflows to custom groups (node, go, docker, etc). filter and act on groups, not paths.
select group → open each workflow in nvim with a header comment. save to current project, adapt on the fly.
remove noisy workflows, restore later, or move between groups. full control over your collection.
build from source (requires go 1.19+)
GOCACHE=/tmp/go-cache go build ./cmd/cier
or grab a binary from releases. database lives in ~/.config/cier/cier.db.
all commands are designed to be simple and composable.
custom db: --db /path.db or CIER_DB=/path.db