cands Posted September 28, 2017 Posted September 28, 2017 This is a longtime favorite workflow for me. I just noticed that favorite files are removed from the favorite list if they are moved to another folder using the Finder (I'm on macOS 10.12.6 and using Alfred version 3.5). Is this expected behavior? I realize that it may be difficult to keep track of files if they are moved, but maybe it's worth mentioning in the workflow description that favorites may be lost due to being moved. Or if there is an easy fix it would be great if the workflow would keep track on them even when moved.
deanishe Posted September 28, 2017 Posted September 28, 2017 4 hours ago, cands said: Or if there is an easy fix it would be great if the workflow would keep track on them even when moved. You can track files even when they're moved by using file reference URLs (that's how Mac apps notice when you move/rename files). I don't know if they're compatible with recent files and/or this workflow, though. cands 1
jkau Posted October 27, 2017 Posted October 27, 2017 I've been using Recent Items pretty frequently over the past year or so, but suddenly Favorites have stopped loading for me. This is where it gets stuck: If anyone knows of alternatives for pulling up favorite file/folder paths or knows how to fix this, let me know!
deanishe Posted October 28, 2017 Posted October 28, 2017 @jkau Posting a screenshot of Alfred when reporting a problem is roughly equivalent to sending your mechanic a photo of your engine and asking why your car won’t start. Please read and follow the stickied post on reporting errors. Help the workflow author to help you.
JGC Posted November 6, 2017 Posted November 6, 2017 Sorry to be thick, but the only download links I can find for this workflow are broken. Can someone please point in the right direction? Thanks.
lutefish Posted November 6, 2017 Posted November 6, 2017 Just to second JGC's post, I too can't seem to find a download.
Egnubo Posted December 20, 2017 Posted December 20, 2017 (edited) On 6/19/2016 at 6:06 AM, Carlos-Sz said: Recent Items for Alfred 3 Download now Would you be so kind as to upload it again? Thanks a lot. EDIT: No need. I found the link that works above. Thanks. Edited December 20, 2017 by Egnubo Found a link that works.
Carlos-Sz Posted February 19, 2018 Author Posted February 19, 2018 The link in the initial post should work now.
yangxinyu Posted June 21, 2018 Posted June 21, 2018 Oh! I've tried all versions I found, but none can run! Who can help me?
eightygrit Posted June 27, 2019 Posted June 27, 2019 I just want to offer a quick solution for anyone who happens to share my particular situation and is having trouble with this workflow. This only applies to you if you did a fresh install of Alfred 4 (the app, we aren't talking about your license) rather than an upgrade from Alfred 3. I got a new mac and used it as a chance to do a fresh install of Alfred 4, which keeps workflows in a different directory than before, breaking several workflows that used to work just fine. Alfred 3 files: ~/Library/Application Support/Alfred 3 Alfred 4 files: ~/Library/Application Support/Alfred ℹ️NOTE: If your computer already has the Alfred 3 directory, this solution is NOT for you. This workflow (and probably others like it) is using a hard coded path to the Alfred 3 directory and failing because it doesn't exist. Fortunately the solution is quite simple. Open terminal and type the following command, AFTER you replace both instances of `USERNAME` with the name of your home directory. Only use absolute paths for creating a symlink. ln -s "/Users/USERNAME/Library/Application Support/Alfred" "/Users/USERNAME/Library/Application Support/Alfred 3" * Never trust code you get from strangers on the internet. Know your system. Know the command you're using. Don't use it if you aren't sure. Press [Enter] after you enter the command in terminal. If it looks like nothing happened in terminal, you did it right. Yay! If you see a message, it's probably an error message, and ... you're on your own. Hopefully this helps someone else. @Carlos-Sz - Thanks for the great workflow. It's easily one of my most used. Cheers! derico 1
JSKVADV Posted July 1, 2019 Posted July 1, 2019 I know I'm 6 years late to the party, but does this still work in Alfred 4? I tried to import this workflow and can't seem to figure it out/get it to work. I'm an Alfred noob so unfortunately I'm not sure if I'm doing something wrong or if it's just not supposed to work in this version of Alfred. Thanks!
derico Posted July 1, 2019 Posted July 1, 2019 Hi JSKVADV, have you tried what @eightygrit explained in the post before yours?
JSKVADV Posted July 3, 2019 Posted July 3, 2019 On 7/1/2019 at 12:37 PM, derico said: Hi JSKVADV, have you tried what @eightygrit explained in the post before yours? Worked like magic!
woz_one Posted July 18, 2019 Posted July 18, 2019 (edited) Wondering if it is possible to exclude results from a recent items list if the parent folder has a specific name (*not necessarily a specific path*)? With Ableton Live 10, automatic backups are made every so often and so they now populate the recent items list. Each project has a separate folder called 'Backup' that I'd like to exclude the results from. Does anyone know if this is possible? Thanks in advance! 😄 Edited July 18, 2019 by woz_one
dfay Posted August 13, 2019 Posted August 13, 2019 @Carlos-Sz would it be possible for you to post the AppleScript source somewhere for those of us who don't have Script Debugger? The .scpt files don't even open in Script Editor (on Mojave).
dfay Posted August 13, 2019 Posted August 13, 2019 On 7/18/2019 at 10:22 AM, woz_one said: Wondering if it is possible to exclude results from a recent items list if the parent folder has a specific name (*not necessarily a specific path*)? With Ableton Live 10, automatic backups are made every so often and so they now populate the recent items list. Each project has a separate folder called 'Backup' that I'd like to exclude the results from. Does anyone know if this is possible? Thanks in advance! 😄 I'd use Hazel to automatically add an alfred:ignore tag to those items - unless you really want them to show elsewhere or you don't use Hazel...
hpiwzqda Posted October 3, 2019 Posted October 3, 2019 The "rec4.jpg" file in initial post is missing so I have no idea how to use workflow. I've tried typing "rec fol" (or "fol" directly) to see recent folders I've used in the Finder, but it looks like Alfred is showing usual search results. The workflow is enabled, because typing "rec" is showing "Recent Items Preferences" entry with "Keyword: recpref" text below it. Workflow version: 4.2 Alfred version: 4.0.4 build 1111 OS: macOS 10.14.6
evanfuchs Posted February 27, 2020 Posted February 27, 2020 Is anyone able to set custom categories with Alfred 4? "recpref" brings up the two custom categories, but nothing happens when I press return to set them. I see the scripts have reference to com.runningwithcrayons.Alfred-3, but the notes say not to edit the scripts because they have to be recompiled.
woz_one Posted February 27, 2020 Posted February 27, 2020 On 8/13/2019 at 7:05 AM, dfay said: I'd use Hazel to automatically add an alfred:ignore tag to those items - unless you really want them to show elsewhere or you don't use Hazel... Yoooooo, thank you so much for this! Not sure how I missed your reply, but just saw this now. Works perfect! dfay 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now