tpane 0.5.0

Configure tmux with Lua.
1
2
3
4
5
6
7
8
9
tpane.kind {
  name = "pane",
  detect = function(_p)
    return true
  end,
  label = function(p)
    return p.command
  end,
}