Module: Tmuxinator

Defined in:
lib/tmuxinator.rb,
lib/tmuxinator/cli.rb,
lib/tmuxinator/pane.rb,
lib/tmuxinator/util.rb,
lib/tmuxinator/hooks.rb,
lib/tmuxinator/config.rb,
lib/tmuxinator/doctor.rb,
lib/tmuxinator/window.rb,
lib/tmuxinator/project.rb,
lib/tmuxinator/version.rb,
lib/tmuxinator/deprecations.rb,
lib/tmuxinator/hooks/project.rb,
lib/tmuxinator/wemux_support.rb

Defined Under Namespace

Modules: Deprecations, Hooks, Util, WemuxSupport Classes: Cli, Config, Doctor, Pane, Project, Window

Constant Summary collapse

SUPPORTED_TMUX_VERSIONS =
[
  1.5,
  1.6,
  1.7,
  1.8,
  1.9,
  2.0,
  2.1,
  2.2,
  2.3,
  2.4,
  2.5,
  2.6
].freeze
VERSION =
"0.10.1".freeze