This is actually one of my favourite features of Everything, but I am trying to automate things, I find it getting in the way.
Let say I already have an Everything window open, I want to create another new window from the command line that is part of a quick automation task:
Code: Select all
Everything64 -n -s "Dont_Save_this_window" -width 1300 -height 600
Now when I create another everything window, either through:
- >
File
NewWindow
- Taskbar Tray
Everything64 -n
This is not ideal, I create many random Everything windows that are meant to act as "front end" GUIs for AutoHotkey/PowerShell scripts and other Automations tasks.
I tried to solve this problem by defining my own "New window" hotkey, which essentially calls
Eveything64
-witdh
-height
Can we get an option that essentially tells everything "Don't remember" or discard the window, kind of like Chrome's incognito feature:
Code: Select all
Everything64 -n -s "Dont_Save_this_window" -width 1300 -height 600 -Discard-Window