Could I use terminal instruction to open the software and automatically write something in search box?

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
congmingyige
Posts: 7
Joined: Mon Apr 12, 2021 11:12 am

Could I use terminal instruction to open the software and automatically write something in search box?

Post by congmingyige »

e.g. execute the instruction "everything *.md" in terminal ,then the software open(ok), and '.md' isin the search box(not ok)
My aim is to create shortcut to execute the following terminal instruction for conveniently using common everything instruction searchin

Another suitable way(If has, how to do?):
Save the content in the searching box and create a exe file, and next time when I press the exe file, the content is in the searching box.
1.png
1.png (3.32 KiB) Viewed 6294 times
NotNull
Posts: 5458
Joined: Wed May 24, 2017 9:22 pm

Re: Could I use terminal instruction to open the software and automatically write something in search box?

Post by NotNull »

Try this:

Code: Select all

Everything.exe -search "ext:md"
For more command-line options, see https://www.voidtools.com/support/every ... e_options/
Post Reply