Discussion related to "Everything" 1.5.
lifu
Posts: 40 Joined: Tue Jun 15, 2021 11:04 pm
Post
by lifu » Wed Aug 09, 2023 3:50 pm
I'd like to see a new bookmark option that appends or prepends its contents to the end of the active search. Here's what I imagine it to look like:
Before clicking on the bookmark:
After clicking on the bookmark:
I figure the user should be expected to add a space to the beginning/end of their append/prepend entry on their own, since there's probably a use-case for not doing it by default that I'm not currently aware of.
Michi
Posts: 69 Joined: Thu Jul 28, 2022 9:23 am
Post
by Michi » Wed Aug 09, 2023 5:02 pm
Hah, that would help me either for my latest request, to exclude size of zero byte length if a previous bookmark is already active.
void
Developer
Posts: 19903 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Wed Aug 09, 2023 11:24 pm
Add
/add-search to the start of your bookmark search:
/add-search view:128 pic:height:>500
/add-search
lifu
Posts: 40 Joined: Tue Jun 15, 2021 11:04 pm
Post
by lifu » Thu Aug 10, 2023 4:46 am
void wrote: Wed Aug 09, 2023 11:24 pm
Add
/add-search to the start of your bookmark search:
/add-search view:128 pic:height:>500
/add-search
Well I'll be damned.
reddevil
Posts: 13 Joined: Sun Nov 14, 2010 4:31 pm
Post
by reddevil » Tue Aug 15, 2023 3:00 am
void wrote: Wed Aug 09, 2023 11:24 pm
Add
/add-search to the start of your bookmark search:
/add-search view:128 pic:height:>500
/add-search
Works for append, thanks. Any tip for prepend?
void
Developer
Posts: 19903 Joined: Fri Oct 16, 2009 11:31 pm
Post
by void » Tue Aug 15, 2023 3:03 am
/expand view:128 pic:height:>500 $currentsearch:
/expand
reddevil
Posts: 13 Joined: Sun Nov 14, 2010 4:31 pm
Post
by reddevil » Tue Aug 15, 2023 3:17 am
Thank You, void.