From e1f85973c17763cff5725bc74089a007a7b1b316 Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Thu, 2 Jan 2014 10:01:43 -0500 Subject: [PATCH] Added documentation for the new commands to the readme file. --- ChangeLog.markdown | 5 +++++ README.markdown | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/ChangeLog.markdown b/ChangeLog.markdown index c8cd98a..07b8672 100644 --- a/ChangeLog.markdown +++ b/ChangeLog.markdown @@ -1,3 +1,8 @@ +# 0.9.8 + * Introduce new commands + * `homesick cd` + * `homesick open` + # 0.9.4 * Use https protocol instead of git protocol * Introduce new commands diff --git a/README.markdown b/README.markdown index f04da40..a0d1337 100644 --- a/README.markdown +++ b/README.markdown @@ -48,6 +48,14 @@ To push your castle: homesick push CASTLE +To open a terminal in the root of a castle: + + homesick cd CASTLE + +To open your default editor in the root of a castle (the $EDITOR environment variable must be set): + + homesick open CASTLE + Not sure what else homesick has up its sleeve? There's always the built in help: homesick help