dotfiles/multimedia/.config/mpv/scripts/uosc_repo/go.mod
Marty Oehme 1568ca0534
mpv: Update uosc
This repo is not including the binary 'ziggy' files. They are used for
clipboard management and subtitle downloading, which I personally do not
need.

We are including the uosc repo as a sparsely checked-out submodule
repository now, symlinking it into place.
It might be a little buggy and I am not sure how jj deals with it but
time will tell.

A concise explanation of the idea can be found here:
<https://gist.github.com/ZhuoyunZhong/2c08c8549616e03b7f508fea64130558>

WIP: Add UOSC as submodule
2025-02-25 23:25:23 +01:00

12 lines
264 B
Modula-2

module uosc/bins
go 1.21.3
require (
github.com/atotto/clipboard v0.1.4
github.com/pkg/browser v0.0.0-20240102092130-5ac0b6a4141c
golang.org/x/exp v0.0.0-20231006140011-7918f672742d
k8s.io/apimachinery v0.28.3
)
require golang.org/x/sys v0.28.0 // indirect