show commands in use

This commit is contained in:
John Bintz 2011-07-13 10:25:35 -04:00
parent 622c2c1bb4
commit b36a049c76
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@ ItermWindow.add_command :guard do |group = nil|
command << " -g #{group}" if group
write_text command
end
open do
default_tab do
guard :rails
end
end
```
More docs coming soon! Also, look at `lib/iterm_window.rb` for more usage examples.