Sha256: b69db567965b6bfaa9390e7fd3833990e9d719eff382b2b30701f35cdfe0a60e
Contents?: true
Size: 546 Bytes
Versions: 26
Compression:
Stored size: 546 Bytes
Contents
# IDE for rails application development #setup 'bundle' def title(title) run %(echo -e "\\033];#{title}\\007" && clear) end title 'Editor' run 'vim Gemfile && clear' tab(:bash) do title('Shell') end tab(:guard) do title 'Guard' run 'guard' end tab(:console) do title 'Console' run './console' end #window do #tab "echo 'first tab'", "echo 'of window'" #tab "named tab", :settings => "Ocean" do #run "echo 'named tab'" #run "ls" #end #end #window "autotest" do #tab "echo 'window and tab without options'" #end
Version data entries
26 entries across 26 versions & 1 rubygems