MultiTerm

Homepage
MultiTerm
Author
Bob Aman
Copyright
Copyright © 2014 Bob Aman
License
Apache 2.0

Description

MultiTerm is a rudimentary terminal multiplexer for OS X that uses the built-in Terminal.app tabs.

Example Usage

# .multiterm.yml
---
:parent:
  :name: Main
:tabs:
- :name: Server
  :script: bundle exec rails s
- :name: Sidekiq
  :script: bundle exec sidekiq -q default
- :name: Chef
  :directory: ../chef-cookbooks
- :name: SSH
  :script: echo "ssh ubuntu@1.2.3.4"

# shell
multiterm

Install