Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rinlovesyou/playerctl-tcp
https://github.com/rinlovesyou/playerctl-tcp
Last synced: 4 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rinlovesyou/playerctl-tcp
- Owner: RinLovesYou
- Created: 2022-09-01T02:27:50.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2022-09-07T01:45:11.000Z (about 2 years ago)
- Last Synced: 2024-10-11T09:58:36.658Z (28 days ago)
- Language: Go
- Size: 838 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# playerctl-tcp
tcp bridge to execute playerctl commands from within the steam linux runtime and Proton
## Installation
* install [playerctl](https://github.com/altdesktop/playerctl)
Method A: grab the binary from the Releases page and place it anywhere.
Method B:
* Install [go](https://go.dev/)
* add ~/go/bin/ to your PATH
* `go install github.com/RinLovesYou/playerctl-tcp@latest`