Skip to content

Releases: paulrudy/alfred-go-to-here

v2.4.5

11 Jul 05:44
Compare
Choose a tag to compare

In this release:

  • adjust file filter for incompatible Finder windows (thanks tombenz
  • get open/save dialog if buried in multiple layers of sheets within windows (e.g. save PDF within print dialog)
  • remove unnecessary log in applescript

v2.4.2

14 Jun 23:52
Compare
Choose a tag to compare

just an edit in the workflow description and README, removing reference to the no longer existing List Filter

v2.4.1

14 Jun 22:55
Compare
Choose a tag to compare

minor simplification of conditional step

v2.4.0

14 Jun 22:42
Compare
Choose a tag to compare

Important: This release removes the List Filter where you may have stored favorite/default paths for use with the workflow. Be sure to make note of the paths you may have stored there before installing. You can replicate that function and more now that this workflow accepts calls for an External Trigger:

  1. In a separate workflow, add a List Filter, File Filter, or Script Filter. The workflow needs to output a file or folder path.
  2. Add a Call External Trigger Output for outputting the path.
  3. In the settings for that output, click "Workflow Triggers..." and choose the trigger for this workflow.

v2.3.2

14 Jun 20:45
Compare
Choose a tag to compare
  • at least one app (LibreOffice) blocks cmd-V in the "Go to:", so instead of pasting the path, the workflow simulates the delete key and then simulates typing the path.
  • there's a config available for changing the simulated typing speed, if needed for your system
  • workflow tidied and refactored
  • second delay added to prevent glitches in input
  • default delay reduced to 250ms

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