qutebrowser / qutebrowser-extensions

Extension ideas (and at some point code) for qutebrowser
31 stars 1 forks source link

Completion for commands #14

Open The-Compiler opened 5 years ago

The-Compiler commented 5 years ago

Likely it's already possible to pass a completion function to a new command, but it should be documented.

jgkamat commented 5 years ago

toofar gave an example implementation of this in https://gitlab.com/jgkamat/jmatrix/merge_requests/1

The-Compiler commented 4 years ago

Something requested by @Earnestly: Somehow allowing the command to get further information from the completion; or allow the completion function to customize how to turn entries into arguments - to make something like this work:

image