Re: [qutebrowser] Save PDF file opened with pdfjs

2018-11-09 Thread Valentin Iovene
On 09.11.2018 11:11, Florian Bruhin wrote: > That /var/folders/.../ stuff seems to be the macOS equivalent to what > /tmp is on Linux ;) Hmm, don't think so. In macOS, there is a /tmp symlink, pointing to a /private/tmp folder, which is the actual equivalent of tmp I believe. -- Valentin

[qutebrowser] Save PDF file opened with pdfjs

2018-11-09 Thread Valentin Iovene
Hi, I'm using pdf.js to open PDF files directly in qutebrowser. My ~/.qutebrowser/config.py thus contains this line to enable it: c.content.pdfjs = True Sometimes I however want to save the PDF. There is a Download button embedded in pdf.js (top right corner) but it doesn't do anything when I

Re: [qutebrowser] Save PDF file opened with pdfjs

2018-11-09 Thread Valentin Iovene
Hey, thanks for you quick reply. On 09.11.2018 10:42, Florian Bruhin wrote: > You can instead disable content.pdfjs and hit Ctrl-P > (:prompt-open-download --pdfjs) in the download prompt. Is there a way I can make a keyboard shortcut that 1. disables pdfjs 2. download the file in

Re: [qutebrowser] Can't locate dictcli.py on macOS

2019-03-28 Thread Valentin Iovene
Thank you guys for your answers. I ended up cloning the qutebrowser repo from GitHub and running the following from within the repo python3 scripts/dictcli.py install it-IT and it worked out of the box. Note that running this did not ask for any root access. One solution might be to add an

Re: [qutebrowser] Log in to Google Account using qutebrowser

2019-12-03 Thread Valentin Iovene
Hey, That's new. I never had any message of the sort from any Google service I've been using (Drive, Photos, Gmail, Google Search...). Could you give details on which service you are trying to access to? -- Valentin

Re: [qutebrowser] Run userscript in prompt mode

2020-02-06 Thread Valentin Iovene
I'd be interested in using your userscript. If you can share it with the community that would be great :-) -- Valentin

Re: [qutebrowser] Automatically enabling passthrough mode on certain websites

2020-05-01 Thread Valentin Iovene
+1 for this. it could be very useful also for things like Jupyter notebooks. right now, when i have to deal with Jupyter notebooks i have to switch to another browser. :-) -- Valentin

[qutebrowser] Reload config from external script

2020-05-12 Thread Valentin Iovene
Hi all, Is there a way to externally (from a script) trigger a reload of the configuration file by the currently running qutebrowser program? My use case is that I want to switch the colorscheme based on the time of the day. I have a script that continuously check if the dark / light theme

[qutebrowser] Save to pocket, don't really open the url (key binding)

2018-06-04 Thread Valentin Iovene via qutebrowser
URL in the background? -- Valentin Iovene

[qutebrowser] Open in new window by default when invoked with HTTP address as argument

2018-06-04 Thread Valentin Iovene via qutebrowser
about that. Does anyone have a solution to this problem? Side note: using arch linux here Thanks, -- Valentin Iovene