justinmdickey / goplaying

Now Playing TUI written in Go
MIT License
21 stars 2 forks source link
hacktoberfest

GoPlaying

Description

This is a basic Now Playing TUI written in Go. I wanted a simple way to see what was playing on my Spotify account without having to open the app. This is a simple solution that uses playerctl to get the currently playing song and display it in the terminal. It even gives you basic controls to play/pause, skip, and go back.

GoPlaying

Installation

Arch Linux

You can install GoPlaying from the AUR with the package goplaying-git.

yay -S goplaying-git

Manual

Dependencies

  1. Clone the repository

    git clone https://github.com/justinmdickey/goplaying.git
  2. cd into the directory

    cd goplaying
  3. Run go build

    go build
  4. Run ./goplaying

    ./goplaying

Usage

The controls are basic vim keybinds:

License

This project is licensed under the MIT License - see the LICENSE file for details.