Spock
Merge multiple directories into one using symlinks (copies on Windows). It's like Spock's mind meld. Kind of. Not really.
Installation
gem install spock
Usage
See spock/examples for sample configuration files. Place yours in ~/.spockrc, ~/Dropbox/.spockrc, or ~/Dropbox/Apps/Spock/spockrc. Then, run
spock --dry-run
If you are satisfied, run
spock
You can also a configuration file anywhere by running
spock path/to/my/spockrc
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Added some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
History
0.0.2:
- Fix "uninitialized constant Spock::FileUtils" error
0.0.1:
- Support for target prefix (useful for dotfile management)
- Support for multiple sources, first takes precedence
- Support for Windows using simple copies