Sha256: 0050a9192511b0996f6748b7dca314cf86fb41cd7a561528929089be41177ec6

Contents?: true

Size: 285 Bytes

Versions: 2

Compression:

Stored size: 285 Bytes

Contents

tell application "iTerm2"
    tell current window
        create tab with default profile
        tell the current session
            set name to "<%= title %>"
            write text "cd \"<%= basedir %>\" && clear"
            <%= commands %>
        end tell
    end tell
end tell

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
tabby2-0.3.0 script/tabby.osa.erb
tabby2-0.2.1 script/tabby.osa.erb