Skip to content

Instantly share code, notes, and snippets.

@fabiokr
Created August 23, 2012 16:23
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fabiokr/3438257 to your computer and use it in GitHub Desktop.
Save fabiokr/3438257 to your computer and use it in GitHub Desktop.
guake-helix() {
# HelixCore
guake --rename-tab="CoreSpec" --execute-command="cd /home/fabio/dev/site5/helix_core && bundle exec guard" &&
guake --new-tab=2 --rename-tab="Core" --execute-command="cd /home/fabio/dev/site5/helix_core" &&
# Helix
guake --new-tab=3 --rename-tab="HelixServer" --execute-command="cd /home/fabio/dev/site5/helix && rails s" &&
guake --new-tab=4 --rename-tab="HelixSpec" --execute-command="cd /home/fabio/dev/site5/helix && bundle exec guard" &&
guake --new-tab=5 --rename-tab="Helix" --execute-command="cd /home/fabio/dev/site5/helix";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment