Sha256: 3b4560a357892f34ffe2f55471d10089324df238403519c13c761a9f17da8269

Contents?: true

Size: 781 Bytes

Versions: 2

Compression:

Stored size: 781 Bytes

Contents

# MultiTerm

<dl>
  <dt>Homepage</dt><dd><a href="https://multiterm.github.io/">MultiTerm</a></dd>
  <dt>Author</dt><dd><a href="mailto:bob@sporkmonger.com">Bob Aman</a></dd>
  <dt>Copyright</dt><dd>Copyright © 2014 Bob Aman</dd>
  <dt>License</dt><dd>Apache 2.0</dd>
</dl>

# 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

* sudo gem install multiterm

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
multiterm-0.0.5 README.md
multiterm-0.0.4 README.md