qutebrowser-extensions
qutebrowser-extensions copied to clipboard
Extension ideas (and at some point code) for qutebrowser
One of the biggest quality-of-life improvements for me in browsers is [Real-Time Tab Sync](https://github.com/v-ko/real-time-tab-sync). I don't want Qutebrowser to get in the business of syncing state between devices. I have...
To make various password userscripts work without everyone needing its own logic. Maybe the selecting part could be separate, though, via some more generic completion integration.
Just like [Video DownloadHelper](https://www.downloadhelper.net/). This is already in the plugin ideas section in https://github.com/qutebrowser/qutebrowser/issues/30#issue-44554296, but I thought some people might actually check this repo only so decided to open an...
If a request type doesn't support redirections, we fail with: `qutebrowser.extensions.interceptors.RedirectFailedException: Request method does not support redirection.` However, the exception type is not exposed via the API. Also, there should...
When using more than one keyboard layout within QB, writing text can be a hassle. Vim also has such problems, as well as several solutions, such as embedded keymap/iminsert settings,...
Essentially being able to invoke the configured editor on arbitrary files much as is done here: https://gitlab.com/jgkamat/jmatrix/-/blob/master/jmatrix/integrations/qutebrowser.py#L81-102
Likely it's already possible to pass a completion function to a new command, but it should be documented.
It would be very nice to have an api to provide advice to various functions, for example, for yank. Eg: - `https://github.com/qutebrowser/qutebrowser` -> `[email protected]:qutebrowser/qutebrowser.git` - `https://github.com/qutebrowser/qutebrowser-extensions/issues/18` -> `#18` (or `qutebrowser/qutebrowser-extensions#18`)...
I want Qutebrowser to go p2p :)
https://github.com/qutebrowser/qutebrowser/issues/521#issuecomment-452302983