bron

Default configuration for bron #

uvx bron add bron http://bron.sh/c/bron/default.toml

Part of the default setup. This will add a bron sync task to the fonk taskrunner. This task is added to the all alias.

Source #

[tool.fonk.alias.all]
commands = ["bron"]

[tool.fonk.command.bron]
type = "uvx"
arguments = ["bron", "sync", "--check"]
flags = [
    {on = "fix", remove = "--check"},
]
Download c/bron/default.toml