Skip to content

Releases: paulrudy/alfred-go-to-here

v2.2.4

14 Jun 08:02
Compare
Choose a tag to compare
  • if file selected, pass parent folder path
  • refactor script filter
  • add variable for delay before hitting "return"
    • slower systems may need a longer delay, faster ones may do fine with a shorter one

v2.2.1

14 Jun 00:27
Compare
Choose a tag to compare

minor refactor in script (remove unneeded globals)

v2.2.0

14 Jun 00:01
Compare
Choose a tag to compare

detect more Open/Save dialogs with new logic

  • check button text for "Open" or "Save"
  • use Alfred configuration variables for language-specific button text

v2.1.0

10 Jun 21:05
Compare
Choose a tag to compare
  • added script filter for open Finder windows and tabs (default keyword gtf)
  • keywords are configurable with Workflow settings
  • default keyword for list filter is now gtd
  • AppleScript now moves the found Open/Save dialog window to the front

v2.0.5

10 Jun 00:05
Compare
Choose a tag to compare

remove pre-populated item from List Filter

v.2.0.4

09 Jun 23:53
Compare
Choose a tag to compare

Make applescript rules less strict: Safari's Save dialog has no special identifying properties, so look only for window with sheet property or with Open name.

v2.0.2

09 Jun 19:21
Compare
Choose a tag to compare

fix applescript not detecting open/save dialogs

"Save" dialogs are detected with an accessibility description property of "save". "Open" dialogs don't have this property, so detecting them depends on a window name proprety of "Open". I'm not sure whether either the accessibility description or the window name property changes when a user's MacOS language settings are non-English.

v2.0.1

08 Jun 16:31
Compare
Choose a tag to compare

refactor using Alfred's built-in objects

v1.0: initial commit

06 Jun 23:43
Compare
Choose a tag to compare
initial commit