Regex; Command line

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
etc
Posts: 49
Joined: Tue Jun 24, 2014 7:17 pm

Regex; Command line

Post by etc »

Hi,

How to exclude a string using Regex?
Will (?!str) and (?<!str) be supported (in the near future)?

How to reset the existing window (Filter, Sort, ...) to Home view in a command line when -nonewwindow is used?
void
Developer
Posts: 15251
Joined: Fri Oct 16, 2009 11:31 pm

Re: Regex; Command line

Post by void »

How to exclude a string using Regex?
Currently not possible, sorry.
I was going to suggest !regex:
But it appears to be broken in Everything 1.3, I've fixed that for the next release.
Will (?!str) and (?<!str) be supported (in the near future)?
I have been working on my own implementation of Regex which will support (?!str)
However, I do not think this will be ready for the next release.
How to reset the existing window (Filter, Sort, ...) to Home view in a command line when -nonewwindow is used?
There is currently not an easy way to do this.
You would need to use -nonewwindow and -bookmark <name> with a custom bookmark with the same search settings as your home search.

I've added -home for the next release to show the home search.

I've added some ini options in the next release which will allow you to load the home search when showing a UI.
Post Reply