show commands in use
This commit is contained in:
parent
622c2c1bb4
commit
b36a049c76
@ -73,6 +73,12 @@ ItermWindow.add_command :guard do |group = nil|
|
|||||||
command << " -g #{group}" if group
|
command << " -g #{group}" if group
|
||||||
write_text command
|
write_text command
|
||||||
end
|
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.
|
More docs coming soon! Also, look at `lib/iterm_window.rb` for more usage examples.
|
||||||
|
Loading…
Reference in New Issue
Block a user