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?
Regex; Command line
Re: Regex; Command line
Currently not possible, sorry.How to exclude a string using Regex?
I was going to suggest !regex:
But it appears to be broken in Everything 1.3, I've fixed that for the next release.
I have been working on my own implementation of Regex which will support (?!str)Will (?!str) and (?<!str) be supported (in the near future)?
However, I do not think this will be ready for the next release.
There is currently not an easy way to do this.How to reset the existing window (Filter, Sort, ...) to Home view in a command line when -nonewwindow is used?
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.