Sha256: 19408f37c2344dd4adcd932f1a006edeab0d7bf1af01a96caae1ae08134342bf

Contents?: true

Size: 889 Bytes

Versions: 18

Compression:

Stored size: 889 Bytes

Contents

# ~/.tmuxinator/sample.deprecations.yml

project_name: sample
project_root: ~/test
socket_name: foo # Remove to use default socket
pre: sudo /etc/rc.d/mysqld start # Runs before everything
rbenv: 2.0.0-p247
cli_args: -f ~/.tmux.mac.conf # Pass arguments to tmux
tabs:
  - editor:
      pre:
        - echo "I get run in each pane, before each pane command!"
        -
      layout: main-vertical
      panes:
        - vim
        - #empty, will just run plain bash
        - top
  - shell: git pull
  - guard:
      layout: tiled
      pre:
        - echo "I get run in each pane."
        - echo "Before each pane command!"
      panes:
        -
        - #empty, will just run plain bash
        -
  - database: bundle exec rails db
  - server: bundle exec rails s
  - logs: tail -f log/development.log
  - console: bundle exec rails c
  - capistrano:
  - server: ssh user@example.com

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
tmuxinator-0.8.1 spec/fixtures/sample.deprecations.yml
tmuxinator-0.8.0 spec/fixtures/sample.deprecations.yml
tmuxinator-0.7.2 spec/fixtures/sample.deprecations.yml
tmuxinator-0.7.1 spec/fixtures/sample.deprecations.yml
tmuxinator-0.7.0 spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.11 spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.11.pre spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.10 spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.10.pre spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.9 spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.8 spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.7 spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.7.pre spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.6 spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.6.pre.3 spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.6.pre.2 spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.6.pre spec/fixtures/sample.deprecations.yml
tmuxinator-0.6.5 spec/fixtures/sample.deprecations.yml