class Divide::TerminalBridge::ITerm
Public Instance Methods
do_script(script)
click to toggle source
# File lib/divide/terminal_bridge/iterm.rb, line 5 def do_script(script) tell_current_app %(tell the first terminal to tell the last session to write text "#{script}") end
open_new_tab()
click to toggle source
# File lib/divide/terminal_bridge/iterm.rb, line 9 def open_new_tab if @options[:tabs] keystroke 'command+t' else keystroke 'command+d' end end