Skip to content
  • No due date Last updated almost 7 years ago

    Rewrite with the following goals: break all commands into separate…

    Rewrite with the following goals:

    • break all commands into separate scripts.
    • split apart codebase completely based on tmux version:
      • 1.9 (current code style)
      • 2.4 (streamlined with new tmux features)
    • every key will map to a single shell script.
      • this simplies things like requirements checks.
    • keys will be easily configured.

  • No due date Last updated almost 8 years ago

    Clean of the current code base. This is prior to rewriting large chunks to make contributions and maintenance easier.

    50% complete