Fastscripts 2 8 17

  1. Fastscripts 2 8 17 Commentary
  2. Game 2.8
  3. Game 7 Vien Ngoc Rong 2.8
  4. Fastscripts 2 8 17 Zodiac
  5. Fastscripts 2 8 17 50

January 1, 2010 at 4:45 PM by Dr. Drang

Daniel Jalkut of Red Sweater Software recently released Version 2.5 of FastScripts, the utility that lets you run any kind of script (AppleScript, Perl, Python, Bash, etc.) from either a menu or a keyboard shortcut from any application. It’s mostly a bugfix release, but it does have a couple of worthwhile new features. If you’ve been reading this blog for any length of time, you know that I use FastScripts a lot, even though Snow Leopard’s new Services system is similar.

FastScripts 2.8 is now available for download from the FastScripts home page and on the Mac App Store. For this update, I dug deep into the archives and looked into some long-standing feature requests and bug reports that I had simply never gotten around to fixing. Here is the complete list of changes: Custom folder. Version 2.8 previously contained the following changes:. Custom folder icons are now respected by the FastScripts menu. FastScripts can now be quit by cmd-dragging the icon out of the menu bar. Revealing a folder from FastScripts now respects the user setting for default folder opener.

The only functionality added to FastScripts in Version 2.5 is the ability to run AppleScripts saved as plain text files (with an .applescript extension). I’ve never saved AppleScripts in that format, mainly because I’m used to writing AppleScripts in the AppleScript Editor (née Script Editor), which saves in the script format (.scpt extension) by default. But TextMate has an AppleScript bundle (described in a couple of screencasts) that might be worth trying out. That would consolidate all my scripting into TextMate and would lead to plain text AppleScripts.

FastScripts’ primary visual improvement is the ability to choose the color of its menu icon. Apparently, Daniel added this feature under duress from his users; he ascribes to Henry Ford’s philosophy. I prefer a bit of color to distinguish the items on the right side of the menubar, but I haven’t found a color that works with the FastScripts icon.

FastScripts is a super-charged replacement for the Apple “Script Menu” menu extra. In addition to the functionality provided by Apple’s Script Menu utility, App offers a number of macOS.

  • May 27, 2020 The latest version of FastScripts is 2.8 on Mac Informer. It is a perfect match for the System Tools category. The app is developed by Red Sweater Software and its user rating is 4.8 out of 5.
  • Aiseesoft Mac PDF to ePub Converter 3.3.8.90126 TNT mac-torrent-download.net.zip 149.76MB TurboCAD Mac Deluxe 11.0.0 TNT mac-torrent-download.net.zip 841.44MB Tipard iOS Data Recovery for Mac 8 2 12 TNT mac-torrent-download.net.zip 31.76MB.

Fastscripts 2 8 17 Commentary

One bug not fixed in this release is a display problem with certain keyboard shortcuts. I have my SuspendSleep script bound to ⌃⌥⌘F19, which shows up in the FastScripts preferences like this

even though my F19 key doesn’t have a Chinese character on it. Maybe that’ll get fixed in the next release.

Before Snow Leopard, Mac people often complained that Services, available through a submenu under every application’s menu, were a great idea with a poor implementation. With Snow Leopard, many of these same people think Apple finally got it right. Not me—I still prefer FastScripts.

It’s true that Services has taken a big step forward, and it’s also true that Services and FastScripts don’t cover exactly the same ground. But there is a lot of overlap between the two, and in that overlap FastScripts is much better.

First, FastScripts runs scripts directly, whereas in Services you have to wrap your scripts in Automator actions, which has four detrimental effects:

Fastscripts
  • It adds an unnecessary level of complexity. You have to write the script correctly, and you have to fit the script within the Automator framework.
  • It makes the command run slower. In my experience, at least, Automator actions always run slower than bare scripts.
  • It screws up the debugging. When something goes wrong, is it the script or is it the way the script is called in Automator?
  • If you also want the script to run from the command line (and I usually do), you need two versions: a regular script in your $PATH for the command line and an Automator action for Services. In contrasts, by soft linking (ln -s) or extending your $PATH, you can write one script used in FastScripts and at the command line.

Game 2.8

A second, albeit minor, advantage of FastScripts is that you can assign keyboard shortcuts within FastScripts itself. No need to open up the Keyboard Preference Pane.

Fastscripts

Game 7 Vien Ngoc Rong 2.8

Finally, I just find FastScripts to be more Unix-y.1 I write a script using whatever tools I’m comfortable with, I save it in a particular directory, and it’s immediately available from the FastScripts menu. (Depending on which directory I save it in, it may be a script I can access from anywhere, or it may be a script that’s available only when I’m in a certain application.) It’s very much like scripting for the command line.

Fastscripts 2 8 17 Zodiac

When Snow Leopard arrived, I was afraid Daniel would abandon FastScripts, seeing the new Services—built in and free—as an unbeatable competitor. I’m glad to see he’s still working on it, and I hope he keeps a big enough customer base to stay with it.

Fastscripts 2 8 17 50

  1. I consider that a good thing. Unix is a great environment for scripting. ↩