Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Recurse by default #41

Open
bes-internal opened this issue May 29, 2023 · 0 comments
Open

Recurse by default #41

bes-internal opened this issue May 29, 2023 · 0 comments

Comments

@bes-internal
Copy link

This scenario for example:

$ dfm import .config/htop/htoprc                                                                            
ERROR: file .config/htop/htoprc is in a subdirectory that is not tracked, consider using 'dfm import .config'. 

But $ dfm import .config add and commit all tree and all files. And wont add .config/htop too. Ok, we can create and add this path and file in manual mode. But we need add "recurse" in .dfminstall to each subdirs in tree path line by line with recurse.

It seems that including a single file from subdirectories (and then inject when dfm install) is more common than replacing an entire directory.
We can recurse by default and add "direct" (may be not perfect) keyword for .dfminstall.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant