Project

multiterm

0.0
No commit activity in last 3 years
No release in over 3 years
MultiTerm is a rudimentary terminal multiplexer for OS X that uses the built-in Terminal.app tabs.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0.3.2
>= 0.7.3
>= 2.9.0

Runtime

>= 0.4.8, ~> 0.4
 Project Readme

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

  • sudo gem install multiterm