1.1.2 • Published 10 years ago

tmux-layout v1.1.2

Weekly downloads
3
License
MIT
Repository
github
Last release
10 years ago

tmux-layout

A tiny utitility to generate tmux commands from a layout description in JSON format.

Installation

Make sure you have installed node.js including NPM

 sudo npm install -g tmux-layout

Usage

Start a new tmux session with a given layout

tmux-layout # uses tmux.json file in current directory
tmux-layout /path/to/layout.json

Print out the "compiled" tmux command

tmux-layout -c /path/to/layout.json

Layout Files

The layout files are kept very simple, yet. The following example file should suffice for documentation purporses:

{
  "title": "tmux-layout (Purescript)",
  "windows": [
    {
      "title": "Main",
      "layout": {
        "left": {
          "top": "psci",
          "bottom": "git status"
        },
        "right": "ls -al"
      }
    }
  ]
}
1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.0.2

10 years ago

0.0.1

11 years ago