Top Level Namespace

Defined Under Namespace

Modules: CherryTree, Ursa Classes: AliasObject, Statement

Instance Method Summary collapse

Methods included from Ursa::Packages::ITerm

#execute, #run, #run_in_current_session, #split_horizontal, #split_vertical

Methods included from Ursa::Packages::SystemEvents

#parse_key, #press_keys

Instance Method Details

#jump_and_run(*commands) ⇒ Object



15
16
17
# File 'lib/ursa/recipes/openproject.rb', line 15

def jump_and_run(*commands)
  iTerm.execute "cd #{@location}", *commands
end