Sha256: 3d5044495dd46f70795a25241ba8934265436b85eb0ae7b93e3a5e78bbf69e78

Contents?: true

Size: 598 Bytes

Versions: 7

Compression:

Stored size: 598 Bytes

Contents

# IDE for rails application development

#setup 'bundle'

def title(title)
  run "echo -e \"\\033];#{title}\\007\""
end

title 'Editor'
run 'vim Gemfile'

tab(:bash) do
  title('Shell')
end
#tab(:log) do
  #title 'Logs'
  #run 'tail -f log/development.log'
#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

7 entries across 7 versions & 1 rubygems

Version Path
xommelier-0.1.5 Termfile
xommelier-0.1.4 Termfile
xommelier-0.1.3 Termfile
xommelier-0.1.2 Termfile
xommelier-0.1.1 Termfile
xommelier-0.1.0 Termfile
xommelier-0.0.2 Termfile