andsens / homeshick

git dotfiles synchronizer written in bash
MIT License
2.11k stars 146 forks source link

Add dry run mode #187

Open artivis opened 5 years ago

artivis commented 5 years ago

Would be great being able to dry-run some commands, especially link in order to make sure of what would happen before it actually does.

homeshick link --dry-run

andsens commented 5 years ago

Good idea! Added to the new features list :-)

artivis commented 5 years ago

In the mean time I added a hacky dry-run to the link command on my fork (see here). It still does create the necessary (sub)folders tho.