From rumpelsepp at sevenbyte.org Tue Feb 2 00:32:18 2016 From: rumpelsepp at sevenbyte.org (Stefan Tatschner) Date: Tue, 2 Feb 2016 00:32:18 +0100 Subject: List of Currently Opened Tabs? In-Reply-To: <20160129095456.GJ5703@tonks> References: <56AB30D3.8090409@sevenbyte.org> <20160129095456.GJ5703@tonks> Message-ID: <56AFEB02.9030100@sevenbyte.org> On 29.01.2016 10:54, Florian Bruhin wrote: > There isn't. You'd typically do this via an userscript, and > there's currently no way for an userscript to request more > information (or get "answers" to commands it sends). > > qutebrowser could expose this information to userscripts via an > environment variable, e.g. some $QUTE_TABS variable set to > something like: > > 0 0 url title of first tab in first window 0 1 url title of second > tab in first window [...] > > The problem with that approach is that it might be too much data > for an environment variable, so maybe $QUTE_TABS would need to be > a filename of a temporary file, like $QUTE_HTML and $QUTE_TEXT is. > > Then again I'm not sure how much it makes sense to shoehorn all > possible usecases into somewhat fragile userscripts. I'd rather > see plugins written in Python (or possibly JS at some later point), > but it might still take a while until that's ready. Thank you very much for your explanation. I agree that the most robust way would be the integration into the autocompletion module (or as a plugin). Stefan From rumpelsepp at sevenbyte.org Tue Feb 2 00:34:56 2016 From: rumpelsepp at sevenbyte.org (Stefan Tatschner) Date: Tue, 2 Feb 2016 00:34:56 +0100 Subject: List of Currently Opened Tabs? In-Reply-To: References: <56AB30D3.8090409@sevenbyte.org> <20160129095456.GJ5703@tonks> Message-ID: <56AFEBA0.1010103@sevenbyte.org> On 29.01.2016 22:54, Matt wrote: > I suppose you use a tiling WM ? in which case you could force every > new tab as a new window and use rofi window switcher (works for > i3wm.com, not sure for other WM though). > Then I am not sure qutebrowser is capable of syncing history between > instances (like zsh or neovim do) ? which can be annoying Yes, I use i3. I know that I can just omit the tab-feature in qutebrowser and use plain windows for that. But well, I am a i3 user for ~6 months and my workspaces tend to be... pure evil, filled up with lots of crap. I still have to find a way to organize that better. :) Stefan From me at the-compiler.org Fri Feb 5 14:15:58 2016 From: me at the-compiler.org (Florian Bruhin) Date: Fri, 5 Feb 2016 14:15:58 +0100 Subject: Fwd: [TIP] python testing sprint June 2016 (pytest/tox) / funding needed Message-ID: <20160205131558.GT542@tonks> Hey, as you might know, qutebrowser is using pytest for its tests, and I'm also a pytest core developer. We're hosting a sprint in June in Freiburg, Germany, where contributors from all over the world participate - including me! A crowdfunding campaign just got launched to collect money to pay travel/accomodation expenses - please consider donating: http://igg.me/at/pytest-sprint/x/4034848 See the forwarded message for more details. Thank you! Florian ----- Forwarded message from holger krekel ----- Hello all, we are heading for a one-week python testing sprint focusing on improving the open source pytest and tox tools in June 20th-26th 2016 in Freiburg, Germany. We have around 10 core maintainers from all across the globe who want to participate. We just started an indiegogo campaign to get the neccessary funding for travel/accomodation and hope you or your organisation help to make it happen and/or even participate yourself. See here for more details on the sprint: http://pytest.org/latest/announce/sprint2016.html and here for donating to make it happen: http://igg.me/at/pytest-sprint/x/4034848 thanks! holger -- about me: http://holgerkrekel.net/about-me/ contracting: http://merlinux.eu ----- End forwarded message ----- -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From me at the-compiler.org Thu Feb 11 16:38:55 2016 From: me at the-compiler.org (Florian Bruhin) Date: Thu, 11 Feb 2016 16:38:55 +0100 Subject: qutebrowser cloaks on Freenode Message-ID: <20160211153855.GN10579@tonks> Hey! qutebrowser just got added as an official Freenode project, which means I can now give out qutebrowser/user/* and qutebrowser/dev/* cloaks/hostmasks for freenode. If you'd like one, just PM me on Freenode (The-Compiler) and I'll set it up. Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From z1693060 at students.niu.edu Sat Feb 20 03:51:07 2016 From: z1693060 at students.niu.edu (Abraham Baker) Date: Fri, 19 Feb 2016 20:51:07 -0600 Subject: qutebrowser: feature suggestion Message-ID: Hi, Minor suggestion: When sites that have "SSL Errors" try to load, a prompt appears asking if I want to continue (since the certificate is invalid). Usually I just press 'y' and continue, but sometimes I'd rather just close the tab ('d') since I don't need it anymore. However, I can't close the tab right away since the prompt wants 'y' or 'n'. Would it be possible to change prompts so that 'd' or other similar actions would still work (since close is the same as "no and close this tab")? Thanks, Abe Baker -------------- next part -------------- An HTML attachment was scrubbed... URL: From me at the-compiler.org Sun Feb 21 11:45:24 2016 From: me at the-compiler.org (Florian Bruhin) Date: Sun, 21 Feb 2016 11:45:24 +0100 Subject: qutebrowser: feature suggestion In-Reply-To: References: Message-ID: <20160221104524.GO4904@tonks> Hey, * Abraham Baker [2016-02-19 20:51:07 -0600]: > Minor suggestion: > When sites that have "SSL Errors" try to load, a prompt appears asking if I > want to continue (since the certificate is invalid). Usually I just press > 'y' and continue, but sometimes I'd rather just close the tab ('d') since I > don't need it anymore. However, I can't close the tab right away since the > prompt wants 'y' or 'n'. > > Would it be possible to change prompts so that 'd' or other similar actions > would still work (since close is the same as "no and close this tab")? I'm not sure whether I should add that as a default binding or not, but you can simply add such a binding yourself: :bind --mode prompt d tab-close Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: From z1693060 at students.niu.edu Sun Feb 21 14:51:40 2016 From: z1693060 at students.niu.edu (Abraham Baker) Date: Sun, 21 Feb 2016 07:51:40 -0600 Subject: qutebrowser: feature suggestion In-Reply-To: <20160221104524.GO4904@tonks> References: <20160221104524.GO4904@tonks> Message-ID: That works, thanks! I completely forgot about bindings. I agree that it makes sense to disable d as a default since in most cases this question is asked before the site is loaded for the first time; my case only applies to accidentally reloading a tab (spamming 'u') that I don't need anymore. On Sun, Feb 21, 2016 at 4:45 AM, Florian Bruhin wrote: > Hey, > > * Abraham Baker [2016-02-19 20:51:07 -0600]: > > Minor suggestion: > > When sites that have "SSL Errors" try to load, a prompt appears asking > if I > > want to continue (since the certificate is invalid). Usually I just > press > > 'y' and continue, but sometimes I'd rather just close the tab ('d') > since I > > don't need it anymore. However, I can't close the tab right away since > the > > prompt wants 'y' or 'n'. > > > > Would it be possible to change prompts so that 'd' or other similar > actions > > would still work (since close is the same as "no and close this tab")? > > I'm not sure whether I should add that as a default binding or not, > but you can simply add such a binding yourself: > > :bind --mode prompt d tab-close > > Florian > > -- > http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) > GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc > I love long mails! | http://email.is-not-s.ms/ > -------------- next part -------------- An HTML attachment was scrubbed... URL: From OBIBON at gmx.com Mon Feb 29 22:18:30 2016 From: OBIBON at gmx.com (Ibon Santisteban) Date: Mon, 29 Feb 2016 22:18:30 +0100 Subject: ram Message-ID: Hi, ? First of all, I just discovered qutebrowser, and congratulations (and thanks) for such a good piece of software. ? I'm not really sure this is an issue, but I thought I rather say something than not: I have the feeling that for a minimalistic browser, it uses too much RAM. I just compared to other browsers and this is what I got, having the same amount of tabs (five) open with the exact same websites: ? midori: 154.8 MiB otter browser: 286.6 MiB qupzilla: 198.0 MiB luakit: 375.7 MiB (even though it started at around 278, it increases as time goes by for some reason) QUTEBROWSER: 587.9?MiB ? I didn't try with firefox, but I don't think that's the point anyway. And it would probably have gone up the 800MiB. ? I do have to say that this is the fastest browser I've ever tried, and so far it looks to be pretty solid; which are the most important things, so not a deal breaker, but it would be nice?to have it use less resources. From me at the-compiler.org Mon Feb 29 22:58:48 2016 From: me at the-compiler.org (Florian Bruhin) Date: Mon, 29 Feb 2016 22:58:48 +0100 Subject: ram In-Reply-To: References: Message-ID: <20160229215848.GI4904@tonks> Hey, * Ibon Santisteban [2016-02-29 22:18:30 +0100]: > First of all, I just discovered qutebrowser, and congratulations > (and thanks) for such a good piece of software. You're welcome! > I'm not really sure this is an issue, but I thought I rather say > something than not: I have the feeling that for a minimalistic > browser, it uses too much RAM. I just compared to other browsers and > this is what I got, having the same amount of tabs (five) open with > the exact same websites: > ? > midori: 154.8 MiB > otter browser: 286.6 MiB > qupzilla: 198.0 MiB > luakit: 375.7 MiB (even though it started at around 278, it increases as time goes by for some reason) > QUTEBROWSER: 587.9?MiB Hmm, interesting qutebrowser would use this much more RAM compared to Otter and QupZilla. What pages did you have open, and how precisely did you measure? (also note you're not subscribed to the list - I approved your posting by hand) Florian -- http://www.the-compiler.org | me at the-compiler.org (Mail/XMPP) GPG: 916E B0C8 FD55 A072 | http://the-compiler.org/pubkey.asc I love long mails! | http://email.is-not-s.ms/ -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: