If you are experiencing problems with "Everything", post here for assistance.
farzher
Posts: 4 Joined: Thu Jun 02, 2016 7:49 pm
Post
by farzher » Thu Jun 02, 2016 7:55 pm
I'm trying to show only executable files. type:Executable always puts the results to 0
None of the types work, including type:picture. Looks like type: does the same thing as ext:, but how do I filter by type? (I'm using the CLI so I can't use the UI to filter)
void
Developer
Posts: 19839 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Thu Jun 02, 2016 9:01 pm
Type matches the type-name of the file.
To show the type-name, right click the result list column header and click Type.
farzher
Posts: 4 Joined: Thu Jun 02, 2016 7:49 pm
Post
by farzher » Thu Jun 02, 2016 9:03 pm
Weird. What if I want type:picture
In the UI, there's this, but idk how to do that from the CLI
I don't want to type out so many file extensions just to list all pictures
farzher
Posts: 4 Joined: Thu Jun 02, 2016 7:49 pm
Post
by farzher » Thu Jun 02, 2016 9:06 pm
void wrote: Type matches the type-name of the file.
To show the type-name, right click the result list column header and click Type.
Ah, makes sense, thanks, that's not very useful for trying to list only images /:
void
Developer
Posts: 19839 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Fri Jun 03, 2016 12:19 am
Please try searching for:
pic:
Check out the macro for the picture filter:
In Everything, from the Search menu, click Organize filters...
Select the Pictures filter.
Click Edit.
Take note of the macro, it should be set to pic
When you type pic: into the search it will replace pic: with the filters search, which is the long ext:... search you see.
farzher
Posts: 4 Joined: Thu Jun 02, 2016 7:49 pm
Post
by farzher » Fri Jun 03, 2016 2:44 am
That works in the app, but it seems like macros don't work for the CLI /:
(I have my own wrapper application around everything, which is why I'm using the CLI)