diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..bbe42e1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +# macOS-specific files +.DS_Store diff --git a/README.md b/README.md new file mode 100644 index 0000000..3f55342 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Go To Here - Alfred workflow + +Quickly switch the selected path in a MacOS Open/Save dialog based on an Alfred selection. + +## Usage + +1. Start with an Open/Save dialog active. +2. Invoke Alfred, and type/find a folder or file. +3. Tab to Alfred's actions list and select "Go to Here" + +The Open/Save dialog should now have switched to the selected folder or file path. + +## Credits + +Based on an Alfred [workflow](https://www.alfredforum.com/topic/6013-go-to-here) by [ahmadt](https://www.alfredforum.com/profile/9334-ahmadt/) and updated for Alfred 5. + +The Applescript was based on [this now-archived post](https://web.archive.org/web/20140317201137/http://blog.qsapp.com/post/72195815293/go-to-here-again). diff --git a/alfred-go-to-here.alfredworkflow b/alfred-go-to-here.alfredworkflow new file mode 100644 index 0000000..8a19d50 Binary files /dev/null and b/alfred-go-to-here.alfredworkflow differ