0.3.1 • Published 8 years ago

jmux v0.3.1

Weekly downloads
-
License
MIT
Repository
-
Last release
8 years ago

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\""
      ]
    }
  ]
}
0.3.1

8 years ago

0.3.0

8 years ago

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago

0.1.0

9 years ago