README.markdown in homesick-1.0.0 vs README.markdown in homesick-1.1.0
- old
+ new
@@ -1,11 +1,13 @@
# homesick
[![Gem Version](https://badge.fury.io/rb/homesick.png)](http://badge.fury.io/rb/homesick)
[![Build Status](https://travis-ci.org/technicalpickles/homesick.png?branch=master)](https://travis-ci.org/technicalpickles/homesick)
[![Dependency Status](https://gemnasium.com/technicalpickles/homesick.png)](https://gemnasium.com/technicalpickles/homesick)
+[![Coverage Status](https://coveralls.io/repos/technicalpickles/homesick/badge.png)](https://coveralls.io/r/technicalpickles/homesick)
[![Code Climate](https://codeclimate.com/github/technicalpickles/homesick.png)](https://codeclimate.com/github/technicalpickles/homesick)
+[![Gitter chat](https://badges.gitter.im/technicalpickles/homesick.png)](https://gitter.im/technicalpickles/homesick)
Your home directory is your castle. Don't leave your dotfiles behind.
Homesick is sorta like [rip](http://github.com/defunkt/rip), but for dotfiles. It uses git to clone a repository containing dotfiles, and saves them in `~/.homesick`. It then allows you to symlink all the dotfiles into place with a single command.
@@ -62,10 +64,18 @@
To open your default editor in the root of a castle (the $EDITOR environment variable must be set):
homesick open CASTLE
+To execute a shell command inside the root directory of a given castle:
+
+ homesick exec CASTLE COMMAND
+
+To execute a shell command inside the root directory of every cloned castle:
+
+ homesick exec_all COMMAND
+
Not sure what else homesick has up its sleeve? There's always the built in help:
homesick help
If you ever want to see what version of homesick you have type:
@@ -154,9 +164,10 @@
Homesick is tested on the following Ruby versions:
* 1.9.3
* 2.0.0
+* 2.1.0
## Note on Patches/Pull Requests
* Fork the project.
* Make your feature addition or bug fix.