<div dir="ltr">Thank you Florian and José for your answers. I will play around with it. The browser is very cool <div><br></div><div>Amos</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Feb 23, 2017 at 9:41 AM, José Alberto Orejuela García <span dir="ltr"><<a href="mailto:jose.gif@hotmail.com" target="_blank">jose.gif@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">I know that it's not a function of qutebrowser, but other way of searching almost wherever is, provided you have duckduckgo as your default search engine, using bangs. For example, an equivalent of<br>
<span class=""><br>
> :set searchengines yt <a href="https://youtube.com/results?search_query={}" rel="noreferrer" target="_blank">https://youtube.com/results?<wbr>search_query={}</a><br>
</span>> :open yt foo.<br>
<br>
would be<br>
<br>
:open foo !yt<br>
<br>
Obviously, this is slower as you have to load (a very light version of the) duckduckgo page first, but I think it might be of your interest.<br>
<span class="HOEnZb"><font color="#888888"><br>
José Alberto<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
On lunes, 20 de febrero de 2017 9:23:14 (CET) Florian Bruhin wrote:<br>
> Hey Amos,<br>
><br>
> Sorry for the late answer - I was busy with exams and your mail got<br>
> filtered as you're not subscribed to the list ;)<br>
><br>
> * Amos Joshua <<a href="mailto:amos@asperasoft.com">amos@asperasoft.com</a>> [2017-01-29 22:20:29 -0800]:<br>
> > I am trying to recreate the keyword-bookmark functionality in pentadactyl -<br>
> > I've read through the docs several times and cannot figure out how (or if)<br>
> > I can have a bookmark with a substitution, e.g. I'd like "yt foo" to open "<br>
> > <a href="http://youtube.com/results?search_query=foo" rel="noreferrer" target="_blank">youtube.com/results?search_<wbr>query=foo</a>". Is this possible and if so, how can<br>
> > it be accomplished?<br>
><br>
> Bookmarks can't do that in qutebrowser, but there are search engines.<br>
> When you do something like:<br>
><br>
>     :set searchengines yt <a href="https://youtube.com/results?search_query={}" rel="noreferrer" target="_blank">https://youtube.com/results?<wbr>search_query={}</a><br>
><br>
> (untested) you can do :open yt foo.<br>
><br>
> Florian<br>
><br>
> --<br>
> <a href="http://www.the-compiler.org" rel="noreferrer" target="_blank">http://www.the-compiler.org</a> | <a href="mailto:me@the-compiler.org">me@the-compiler.org</a> (Mail/XMPP)<br>
>    GPG: 916E B0C8 FD55 A072 | <a href="http://the-compiler.org/pubkey.asc" rel="noreferrer" target="_blank">http://the-compiler.org/<wbr>pubkey.asc</a><br>
>          I love long mails! | <a href="http://email.is-not-s.ms/" rel="noreferrer" target="_blank">http://email.is-not-s.ms/</a><br>
</div></div></blockquote></div><br></div>