Function requests about Command Line Optoins

Have a suggestion for "Everything"? Please post it here.
Post Reply
Sushiman
Posts: 8
Joined: Tue Jun 12, 2018 10:29 am

Function requests about Command Line Optoins

Post by Sushiman »

Hello from japan.
Everything serch is the best app of mine.
I want to sort by Date Modified or Created in Command Line Options.
Please consider it.
Tnank you.

+Sort Date Modified Ascending
+Sort Date Modified Descending
+Sort Date Created Ascending
+Sort Date Created Descending
ovg
Posts: 294
Joined: Thu Oct 27, 2016 7:19 pm

Re: Function requests about Command Line Optoins

Post by ovg »

Sushiman wrote: Wed Oct 07, 2020 12:04 pm +Sort Date Modified Ascending
+Sort Date Modified Descending
Already exist in ES 1.1.0.18
Sushiman
Posts: 8
Joined: Tue Jun 12, 2018 10:29 am

Re: Function requests about Command Line Optoins

Post by Sushiman »

sorry.
I mean commands for shortcut boot opitions like this.
C:\Program Files\Everything\Everything.exe -sort-ascending -s "pic:"
https://www.voidtools.com/support/every ... e_options/
NotNull
Posts: 5240
Joined: Wed May 24, 2017 9:22 pm

Re: Function requests about Command Line Optoins

Post by NotNull »

Sushiman wrote: Wed Oct 07, 2020 12:04 pm Hello from japan.
Hi! (from the Netherlands) :)

You can use one of the following syntaxes:

Code: Select all

Everything.exe -sort "Date Modified-ascending"
Everything.exe -sort "Date Modified" -sort-ascending

Some notes
  • Instead of pic: you can also use -filter Picture
  • If you want to sort by Date Created (-sort "Date Created" ), make sure the Date created information is in Everything's database:
    • Enable Index date created
    • Enable Fast date created sort
    Both settings can be found under Menu:Tools >options > Indexes.
    If these settings are not enabled, sorting can be slow.
Sushiman
Posts: 8
Joined: Tue Jun 12, 2018 10:29 am

Re: Function requests about Command Line Optoins

Post by Sushiman »

Thank you, kind soul!
That's the answer I was looking for.
Post Reply