jmux

0.3.1 • Public • Published

jmux

tmux config wrapper written in node.

build

make build

cli

jmux -c test.json
jmux -c test.json -n  # Just print the tmux command

config

{
  "title": "jmux",
  "root": "~/code/jmux",
  "windows": [
    {
      "title": "server",
      "layout": "even-horizontal",
      "panes": [
        "ls -la",
        "git status",
        "echo \"foo\""
      ]
    }
  ]
}

Readme

Keywords

Package Sidebar

Install

npm i jmux

Weekly Downloads

1

Version

0.3.1

License

MIT

Last publish

Collaborators

  • mcamac
  • mattneary