Sha256: 6c2cb0fb7ab63a7ceaf3a683d1320c5057b1a54db3a0123e48496160f49f3db5
Contents?: true
Size: 430 Bytes
Versions: 39
Compression:
Stored size: 430 Bytes
Contents
#!/usr/bin/env ruby require 'tmrb' tmux = TmRb::Multiplexer.new #creates an empty window tmux.new_session(:session_name => "fedux_org-stdlib") tmux.new_window(:name => 'models', :command => 'vim -c \"NERDTree lib/fedux_org/stdlib/models\"') tmux.new_window(:name => 'logging', :command => 'vim -c \"NERDTree lib/fedux_org/stdlib/logging\"') tmux.new_window(:name => 'spec', :command => 'vim -c \"NERDTree spec\"') tmux.start
Version data entries
39 entries across 39 versions & 1 rubygems