achiurizo / consular

Terminal automation
http://rdoc.info/github/achiu/consular/master/file/README.md
MIT License
814 stars 46 forks source link

Named Panes #94

Open activestylus opened 12 years ago

activestylus commented 12 years ago

I like how the tabs can be named and would like the same ability with panes. Is it possible? I tried this but no love:

pane "My Title" do
  run "whatever"
end

I'm on iTerm2 - let me know if I should post this on consular-iterm issues

achiurizo commented 12 years ago

Currently consular(consular-iterm) doesn't have this ability. (In fact I didn't even know you could name your panes.) I'd be open to a pull request(on consular-iterm) with this feature or I can take a look at it later.

activestylus commented 12 years ago

Yeah I dont know of any way to name the panes - they usually just display the env (bash/ruby/etc)