dahlia / dojang

A cross-platform dotfiles manager
https://dojang.dev/
GNU General Public License v3.0
7 stars 0 forks source link

reflecting all changes at once #18

Open VPraharsha03 opened 1 month ago

VPraharsha03 commented 1 month ago

currently reflect only works for a single file as per --help but (like in my case) what if there are multiples of files that were changed on target ? what would be the way to sync them using a single command ?

My intuition is that dojang could try to list out all the files to be reflected from the underlying logic of status command

dahlia commented 1 month ago

For now, dojang reflect takes only a single argument. I'm going to let it take multiple arguments, and directories as well!

VPraharsha03 commented 1 month ago

@dahlia any progress update ?

dahlia commented 1 month ago

Sorry, I've been on vacation for a week and haven't gotten to it yet, I'll comment when I do.