- Introduce .homesick_subdir #39
*Fixed homesick list
bug on ruby 2.0 #37
- Introduce commit & push command
- commit changes in castle and push to remote
- Enable recursive submodule update
- Git add when track
- Fixed double-cloning #14
- New option for pull command: --all
- pulls each castle, instead of just one
- Add a license
- Introduce .homesickrc
- Castles can now have a .homesickrc inside them
- On clone, this is eval'd inside the destination directory
- Introduce track command
- Allows easily moving an existing file into a castle, and symlinking it back
- Fixed listing of castles cloned using
homesick clone <github-user>/<github-repo>
(issue 3) - Added
homesick pull <CASTLE>
for updating castles (thanks Jorge Dias!) - Added a very basic
homesick generate <CASTLE>
- Improved error message when a castle's home dir doesn't exist
homesick clone
can now take a path to a directory on the filesystem, which will be symlinked into placehomesick clone
now tries togit submodule init
andgit submodule update
if git submodules are defined for a cloned repo- Fixed missing dependency on thor and others
- Use HOME environment variable for where to store files, instead of assuming ~
- Renamed 'link' to 'symlink'
- Fixed conflict resolution when symlink destination exists and is a normal file
- Better support for recognizing git urls (thanks jacobat!)
- if it looks like a github user/repo, do that
- otherwise hand off to git clone
- Listing now displays in color, and show git remote
- Support pretend, force, and quiet modes
- Fixed trying to link against castles that don't exist
- Fixed linking, which tries to exclude . and .. from the list of files to link (thanks Martinos!)
- Initial release