ES command Line Tool: How to sort by Date modified?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
hellen_dorandt89
Posts: 52
Joined: Sun Apr 03, 2022 5:52 pm

ES command Line Tool: How to sort by Date modified?

Post by hellen_dorandt89 »

Code: Select all

SE -date-modified .txt
Returns error: Search-Everything: A parameter cannot be found that matches parameter name 'date-modified'.
I have also tried:

Code: Select all

SE -sort-date-modified .txt

Code: Select all

SE -dm .txt
Also can Bookmark Macros, Filter, Omit Results be use called in the ES Cli tool?
Am often stuck in terminals. it would be so cool to leverage my filters and bookmarks directly there!
horst.epp
Posts: 1443
Joined: Fri Apr 04, 2014 3:24 pm

Re: ES command Line Tool: How to sort by Date modified?

Post by horst.epp »

Using es.exe without parameters shows you all available option.
Here the sort options from version 1.1.0.24

Sort options
-s
sort by full path.
-sort <name[-ascending|-descending]>, -sort-<name>[-ascending|-descending]
Set sort
name=name|path|size|extension|date-created|date-modified|date-accessed|
attributes|file-list-file-name|run-count|date-recently-changed|date-run
-sort-ascending, -sort-descending
Set sort order
hellen_dorandt89
Posts: 52
Joined: Sun Apr 03, 2022 5:52 pm

Re: ES command Line Tool: How to sort by Date modified?

Post by hellen_dorandt89 »

Wonderfull! Thanks!
Post Reply