Lucas Hoffmann

Results 205 comments of Lucas Hoffmann

I was looking at the pstree/htop while nvimpager was running from R. PS: That is also what nvimpager does to detect its parent process. This works for man, git, python,...

Hey @jamm1985, can you provide a vcard to test this or can you find the exact line number and input that produces this warning? (By they way: PR welcome :)

The vcard standard explicitly allows dates without years (https://datatracker.ietf.org/doc/html/rfc6350#section-4.3) but the python datetime class does not (see [the issue linked from the deprecation warning](https://github.com/python/cpython/issues/70647)). I think the correct way to...

That is only half of this idea. The open command completes urls and the action it takes is to open them. My proposal does not specify if the urls or...

From the discussion I take it you generally like the idea. **decision one** (syntax of the command/option (strictly speaking this list already contains some semantics for the options)): * new...

Here is a simple proof of concept on to of v1.1.0-169-g6f028e9ad (current master) ```diff diff --git a/qutebrowser/browser/commands.py b/qutebrowser/browser/commands.py index 0ebcf3240..051b477e4 100644 --- a/qutebrowser/browser/commands.py +++ b/qutebrowser/browser/commands.py @@ -1077,6 +1077,16 @@ class...

I expanded the above into its own branch: https://github.com/lucc/qutebrowser/tree/feature/open-buffer-command It is still only a proof of concept but I am using it successfully! I have done a `:bind o set-cmd-text...

After testing my POC some more I must say I also tend to prefer flags. The reason is that I currently have the above mentioned bindings for `o` and `O`...

I have rebased my branch https://github.com/lucc/qutebrowser/tree/feature/open-buffer-command with the POC code on top of v1.5. I am using it with ``` :bind o set-cmd-text -s :switch-buffer-or-open :bind O set-cmd-text -s :switch-buffer-or-open-tab...

@The-Compiler do you prefer #4955 or #5046? I want to try and help move this forward but I see no value in following two paths. @jcmuller are you still working...