qutebrowser-extensions icon indicating copy to clipboard operation
qutebrowser-extensions copied to clipboard

Extension ideas (and at some point code) for qutebrowser

Results 19 qutebrowser-extensions issues
Sort by recently updated
recently updated
newest added

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.

type: api

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.

type: api

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`)...

https://github.com/qutebrowser/qutebrowser/issues/521#issuecomment-452302983

type: idea
type: api