Jump to content

Display folders / files one level deep


Recommended Posts

I use [unclutter](http://unclutterapp.com) as a temporary file buffer. It keeps files in a folder like so : 

 

40zukaZ.png

 

I want to make a workflow where if I was to call it, it will show me the contents of the folder in my search scope but only these files. Can I do that?

 

Making a search scope for this folder does not work as firstly it searches all files in the folder and when triggered, it doesn't display any files, you need to start writing your search query. I just want to invoke workflow and see what files are in the folder in a nice alfred prompt. 

 

Thank you for any help.

Link to comment

Hey Dean,

 

I am still a bit confused as to how to make it work. I tried making something like this : 

 

E56UkCR.png

 

Where the Applescript is : 

 

oo8VwOy.png

 

Perhaps it should be a script filter? But I have tested it with script filter too like so : 

 

L8nD9IS.png

 

 

And that doesn't show me anything. I want to invoke the workflow and instantly contents of the folders show, I don't have to press space or anything and then I can just scroll and choose the file I want.

 

Thank you a lot for your help.

 

 

 

 

Either open the directory directly from Finder using CMD+ALT+/ (I think that's the default).
 
Or to go directly to a folder, just tell Alfred to search that path via AppleScript, e.g.: 

tell application "Alfred 3" to search "/Path/To/Your/Folder/Here"
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...