From c790e34b396d35951bcecaf55d66fbb6dc8d721e Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Sun, 13 Apr 2014 14:58:54 -0400 Subject: [PATCH] Added documentation for the exec and exec_all commands. --- README.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.markdown b/README.markdown index 499e4d6..f8ee91f 100644 --- a/README.markdown +++ b/README.markdown @@ -64,6 +64,14 @@ To open your default editor in the root of a castle (the $EDITOR environment var 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