fw icon indicating copy to clipboard operation
fw copied to clipboard

Idea: Bring your own tags

Open icepuma opened this issue 3 years ago • 2 comments

Enable repositories to bring their own labels in the form of a fw.toml file:

tags = ["nvm", "project-a"]

Don't know yet if we should add the predefined tags on each sync or just on the first sync.

This would make porting tags a lot easier. The fw.toml file could be used for other things in the future.

icepuma avatar Jul 19 '22 15:07 icepuma

Any thoughts on the idea?

icepuma avatar Aug 08 '22 15:08 icepuma

Yeah this is a good idea but it has some annoying edge cases I'm not sure how to solve.

When to add the tag is one of them (should probably happen on sync but dealing with incoming deletes is super gnarly).

It's also somewhat of a security concern I think that a git pull might run code on your machine (after_clone or after_workon). But I agree there are big benefits if tags are "crowd sourced"/centralized

mriehl avatar Aug 08 '22 16:08 mriehl