An application to display the albumn cover of the track played in cmus.
0
fork

Configure Feed

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

at main 13 lines 275 B view raw
1repos: 2- repo: https://github.com/pre-commit/pre-commit-hooks 3 rev: v5.0.0 4 hooks: 5 - id: end-of-file-fixer 6 - id: trailing-whitespace 7- repo: local 8 hooks: 9 - id: gofmt 10 name: gofmt 11 entry: gofmt -w . 12 language: system 13 pass_filenames: false