fw
fw copied to clipboard
Bring your own tags
- user has to add an
fw.toml
file to the repo:tags = ["a", "b"]
- when adding the repo via
fw add ... --trusted
the project gets trusted - every sync checks for trusted projects if a
fw.toml
file exists and updates (add new ones, delete old ones, etc.) the tags
Closes #223