How to open a new window with a custom window title?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
nikov
Posts: 120
Joined: Fri Dec 24, 2021 10:31 am

How to open a new window with a custom window title?

Post by nikov »

Greetings,

Is there a command line option that would open a new window with a custom window title?

Something similar to this?:
-new-window <window_title>
-no-new-window <window_title>

Then it can be considered for a new tab as well, like this?:
-new-tab <tab_title>
-no-new-tab <tab_title>

Thank you.
meteorquake
Posts: 385
Joined: Thu Dec 15, 2016 9:44 pm

Re: How to open a new window with a custom window title?

Post by meteorquake »

Currently I use

Code: Select all

nop:MYTITLE........................... mysearchstring
to give an individual tab title (also window title when just 1 tab), however the idea of individual tab labels was being considered.
There is though a general titling formula that was recently made available.

General tab titling formula see
viewtopic.php?p=65751#p65751
at "Everything 1.5.0.1372a adds support for customizing the tab title."

and Window titling see eg viewtopic.php?t=11294
void
Developer
Posts: 15431
Joined: Fri Oct 16, 2009 11:31 pm

Re: How to open a new window with a custom window title?

Post by void »

tab/window labels (custom titles) are on my TODO list.

nop: search function.
nikov
Posts: 120
Joined: Fri Dec 24, 2021 10:31 am

Re: How to open a new window with a custom window title?

Post by nikov »

meteorquake wrote: Fri Apr 26, 2024 6:39 pm
Thank you meteorquake,

I also thought about this "nop:" Search Function. But the problem with the "nop:" Search Function is:

Suppose, I started a new window with a title named "topic" using:

Code: Select all

Everything64.exe -new-window -search "nop:topic"
Then I opened a bookmark on that opened window then the title is ruined. Due to bookmark can change search text.


I also thought about the Window/Tab titling pages that you provided.
But they change title for all windows/tabs. I just want to temporarily change the title for only the window/tab that was opened by the command line.

I used, "/window_title_format=format" and "/tabs_title_format=format" but they change title for all windows/tabs.


void wrote: Sat Apr 27, 2024 12:48 am
Thank you void,
I hope that, you understood the situation.
Post Reply