toml-bombadil icon indicating copy to clipboard operation
toml-bombadil copied to clipboard

[FEATURE] - Allow link specific source file to target file

Open theowenyoung opened this issue 2 years ago • 1 comments

Is your feature request related to a problem? Please describe.

I'm studying dotfiles manager now, I have'n used toml-bombadil, I just read the docs yet, so maybe it's not a problem.

Some dotfiles could be changed by the application, like vscode settings.json, how to sync the change to the source file?

Describe the solution you'd like

can we allow some file directly to link to the source file instead of .dots, like: `{source="xxx",target="yyy",type="direct"} Describe alternatives you've considered Manual copy & paste dotfiles.

Additional context

Like this: Add any other context or screenshots about the feature request here.

theowenyoung avatar Jun 20 '22 02:06 theowenyoung

Having the option to bypass the template engine and use a symlink directly would be nice indeed, I will work on this soon.

oknozor avatar Jul 15 '22 12:07 oknozor