Sha256: d60ea60bdaf6fa5a93303b72a43b2103867cbff34bf7514d4585dfd57546d287

Contents?: true

Size: 456 Bytes

Versions: 15

Compression:

Stored size: 456 Bytes

Contents

#! /bin/bash

dir=$(pwd)
session=$(basename "$dir")

tmux rename-session "$session"
tmux rename-window shell

tmux new-window   -n vim -d
tmux send-keys    -t vim "cd ." C-m  
tmux send-keys    -t vim "vim ." C-m  

tmux new-window   -n rspec -d
tmux send-keys    -t rspec "cd ." C-m
tmux send-keys    -t rspec "rs" C-m

tmux new-window   -n irb -d
tmux send-keys    -t irb "cd ." C-m
tmux send-keys    -t irb "irb" C-m

tmux swap-window  -s vim -t shell

Version data entries

15 entries across 15 versions & 2 rubygems

Version Path
woyo-world-0.0.9 tmux
woyo-world-0.0.8 tmux
woyo-world-0.0.7 tmux
woyo-world-0.0.6 tmux
woyo-server-0.0.5 tmux
woyo-world-0.0.5 tmux
woyo-server-0.0.4 tmux
woyo-world-0.0.4 tmux
woyo-world-0.0.3 tmux
woyo-server-0.0.2 tmux
woyo-world-0.0.2 tmux
woyo-server-0.0.1 tmux
woyo-world-0.0.1 tmux
woyo-world-0.0.1.pre2 tmux
woyo-server-0.0.1.pre2 tmux