consular-iterm icon indicating copy to clipboard operation
consular-iterm copied to clipboard

Automate Mac iTerm Terminal with Consular

Results 8 consular-iterm issues
Sort by recently updated
recently updated
newest added

``` window do pane "gitx" # first pane pane do # second pane level => horizontal split run "irb" end pane 'ls' # first pane level => vertical split end...

``` /Users/erichu/.gem/ruby/2.3.3/gems/rb-scpt-1.0.1/lib/rb-scpt.rb:676:in `rescue in method_missing': Unknown property, element or command: 'current_terminal' (RuntimeError) ``` The backtrace includes: ``` from /Users/erichu/.gem/ruby/2.3.3/gems/consular-iterm-1.0.3/lib/consular/iterm.rb:57:in `process!' ``` I found that there's a difference between the current...

``` /Users/kevzettler/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rb-scpt-1.0.1/lib/rb-scpt.rb:676:in `rescue in method_missing': Unknown property, element or command: 'current_terminal' (RuntimeError) from /Users/kevzettler/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/rb-scpt-1.0.1/lib/rb-scpt.rb:646:in `method_missing' from /Users/kevzettler/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/consular-iterm-1.0.3/lib/consular/iterm.rb:300:in `active_window' from /Users/kevzettler/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/consular-iterm-1.0.3/lib/consular/iterm.rb:293:in `active_tab' from /Users/kevzettler/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/consular-iterm-1.0.3/lib/consular/iterm.rb:131:in `block in execute_window' from /Users/kevzettler/.rbenv/versions/2.2.2/lib/ruby/gems/2.2.0/gems/consular-iterm-1.0.3/lib/consular/iterm.rb:122:in `each' from...

Probably 40% of the time when I run a 'consular start' command that includes multiple panes, all the commands run in one pane, one after the other. Running the command...

Okay, so it looks like panes are not working in the current version of iterm. Here is the (fairly unhelpful) console dump: ``` 11/17/11 12:17:55 PM iTerm[17182] Cocoa scripting error...

When i create an script i cannot execute it afterwards: [david@box] ~ % consular edit test create .config/consular/test.term [david@box] ~ % consular start test /Library/Ruby/Gems/1.8/gems/consular-1.0.2/lib/consular/dsl.rb:34:in `read': No such file or...

I might be dense on this, but I have PROMPT_COMMAND set in my ~/.bashrc for setting terminal title to the current directory. The problem is, the prompt command runs after...

In your documentation it would be worthwhile to mention that you need to make sure to have ENV['TERM_PROGRAM'] defined as 'iterm.app' - eg add `export TERM_PROGRAM='iTerm.app'` to your ~/.bash_profile. Otherwise...