Baldomo / open-in-mpv

Simple web extension to open videos in mpv
GNU General Public License v3.0
119 stars 7 forks source link

feature: Executing with shortcut #17

Closed ghost closed 1 year ago

ghost commented 1 year ago

Feature Description

Like qutebrowser has when i click the , button it spawns umpv, so yeah hope you got it.

Additional Context (optional)

Code Snippet (optional)

package main
import "log"

func main() {
  // An example to describe the feature
  log.Println("Hello world!")
}

Checklist:

Baldomo commented 1 year ago

Could you please give a more in-depth explanation of your idea with practical examples (e.g. a video recording or a drawing)? This feature sounds way too specific to me to be implemented extension-wide in any case, but we shall see.