politicus Posted May 14, 2014 Posted May 14, 2014 I often find that application cleaner (such as AppCleaner) do not remove all the files of one application when trying to remove them. So I decided to create a workflow that would search in a few folders /Library/Logs, /Library/Preferences, Users/Shared, ~/Library/Saved Applications States, to find any left files/folders (The workflow is a "File filter" action + a "Reveal file in Finder" action). Unfortunately, it does not work. I wanted to know if this is because Alfred doesn't index these files, something I would totally understand.
Tyler Eich Posted May 14, 2014 Posted May 14, 2014 You're absolutely right! Alfred uses OS X's Spotlight data, which doesn't include these folders. Bummer
rice.shawn Posted May 14, 2014 Posted May 14, 2014 If you convert it to a regular workflow, then you can use the command line tools like `find` and `mdfind` to search through all of these folders. Look at Dean's FuzzyFolders workflow for some ways to implement these commands. `Find` and `mdfind` don't rely on OS X's spotlight metadata but rather search the file structure itself, and they're pretty fast at it as well.
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