Releases: paulrudy/alfred-go-to-here
Releases · paulrudy/alfred-go-to-here
v2.8.1
v2.6.3
v2.6.2
In this release:
- enter path using paste instead of simulated typing, then restore previous clipboard contents
- remove unneeded backspace key combo
- use Alfred's expression utility instead of shell script
- remove orphan script file
- use external script file for checking open/save dialogs
v2.7.0
v2.5.0
v2.4.5
v2.4.2
v2.4.1
v2.4.0
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:
- In a separate workflow, add a List Filter, File Filter, or Script Filter. The workflow needs to output a file or folder path.
- Add a Call External Trigger Output for outputting the path.
- In the settings for that output, click "Workflow Triggers..." and choose the trigger for this workflow.
v2.3.2
- 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