/tmuxman

Foreman in tmux. Create tmux session using your Procfile.

Primary LanguageGo

Tmuxman Build Status

Clone of Foreman for tmux written in golang.

Installation

go get github.com/Gonzih/tmuxman

Usage

$ tmuxman --help
Usage of tmuxman:
  -file string
        procfile location (default "Procfile")
  -session string
        tmux session name to use (default "tmuxman")
  -splits
        use splits (max 4 splits per window)

$ tmuxman --file Procfile.development --session myproject --splits

License

MIT

Authors

Max Gonzih