Posts Tagged ‘script’

Bash script to post/edit phpbb forum posts

If anyone has the desire to automate forum posts for whatever reasons, here is a bash script that will do:

Read the rest of this entry »

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 »