馃П Chunk is a download manager for slow and unstable servers
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 12 lines 301 B view raw
1module tangled.org/cuducos.me/chunk 2 3go 1.25 4 5require github.com/spf13/cobra v1.10.1 6 7require ( 8 github.com/inconshreveable/mousetrap v1.1.0 // indirect 9 github.com/mitchellh/go-homedir v1.1.0 // indirect 10 github.com/muesli/go-app-paths v0.2.2 // indirect 11 github.com/spf13/pflag v1.0.9 // indirect 12)