» tagged pages
» logout

(Feed found, click Add Page to syndicate.) Error finding feed, please try again » Find feed title

A Blog Page allows you to add entries, for news or other time sensitive postings

(Login required to save to your tagged pages.)
(or Cancel)

Make further edits, (or Cancel)

(Login required to save to your tagged pages.)
(or Cancel)

(Editing anonymously: to be credited for your changes, login or register a new account)

Change Page Permissions? Changing these permissions will adjust who can modify this page.

Anonymous (change)
(change)
(or Cancel)
Upload an image from your computer:
or Copy an image from a URL:
or Erase the current icon:
Icon Preview:

or Cancel

Erase applescript? The contents of applescript page and all pages directly attached to applescript will be erased.

or Cancel

(Editing anonymously: to be credited for your changes, login or register a new account)

other page actions:
applescript

applescript

Tags Applied to Applescript

No one has tagged this page.

applescript Wiki Pages

What is applescript? Edit this page and describe it here.

sorted by: recent | see : popular
Content Tagged applescript

RubyURL through QuickSilver

When Chris Griffin saw this post, he wanted to do the same with RubyURL. Since the ShortURL gem was broken, I didn’t get a chance to dive into it. However, with the shorturl command now working again with RubyURL, we get QuickSilver and RubyURL working together really quickly.

First, you’ll need a recent version of the ShortURL gem installed.

sudo gem install shorturl

Then you will want to add the following to ~/Library/Scripts/rubyurl.scpt. You will need to create this file.


  #
  # Change accordingly if shorturl is not under /usr/bin/shorturl
  #
  set shorturl_cmd to "/opt/local/bin/shorturl" 

  tell application "Safari" 
      set original_url to URL of front document
  end tell

  set cmd to shorturl_cmd & " " & original_url

  set ruby_url to do shell script cmd
  set the clipboard to ruby_url as text
  beep

Then you can add this script to run through QuickSilver. For details, jump to the setup process on this post.

rubyurl quicksilver
Uploaded with plasq’s Skitch!

This will make it much easier to paste RubyURLs into my Twitter client, IRC, etc.

I’ll try to post a more thorough tutorial soon, but wanted to share in the meantime.

Rails: Robby on Rails

/trunk/cocoa/JRAsyncAppleEvent - rentzsch - Trac

Easily send asynchronous AppleEvents in Cocoa

opensource: del.icio.us tag/opensource

Network Drive Mappings on Macbook Pro : network, drive, macbook, pro

try tell application "Finder" mount volume "smb://SERVERNAME;username:password@ip_address/sharename" end tell end try

Samba: del.icio.us tag/samba

Page 1 | Next >>
Username:
Password:
(or Cancel)