Jump to content

Post application uninstall check worklfow and Alfred indexing files and folders.


Recommended Posts

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.

 

Link to comment

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.

Link to comment

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...