Posts Tagged ‘textmate’

Using system dialogs in textmate commands / shell scripts (on a mac)

Sometimes you need to provide user input to your textmate scripts. The usual cocoa inputs as described in the textmate manual don’t work in a bash environment, therefor a wrapper is needed. One way to do this, is to use the library CocoaDialog. After the initial setup, as described here in the documentation we are […]

Read the rest of this entry »