Discussion related to "Everything" 1.5 Alpha.
froggie
Posts: 300 Joined: Wed Jun 12, 2013 10:43 pm
Post
by froggie » Thu Nov 24, 2022 5:46 pm
Code: Select all
/expand <text>
/replace-sel <text>
are documented as being the same
/expand green yields
green in the search bar, as expected but
/replace-sel green yields
/replace-sel greengreen in the search bar, which has to be wrong.
void
Developer
Posts: 16672 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Thu Nov 24, 2022 10:02 pm
This is expected.
/replace-sel <text> will expand <text> and
paste the result into the search box.
It works best from a bookmark keyboard shortcut.
For example:
You might setup Ctrl + F5 to paste the current date with /replace-sel #today:
I have updated the
/replace-sel documentation.
/expand
/replace-sel