spotctl

A command-line interface to Spotify, written in Go

  • 所有者: owenthereal/spotctl
  • 平台:
  • 許可證: MIT License
  • 分類:
  • 主題:
  • 喜歡:
    0
      比較:

Github星跟蹤圖

Spotctl

spotctl is command-line interface to control Spotify from your favorite terminal.

Demo

One of the highlights is that spotctl player shows a real-time Spotify player that allows you to control it, right in your terminal!

asciicast

Installation

Homebrew

If you're on a Mac, you can install with Homebrew:

brew install https://raw.githubusercontent.com/jingweno/spotctl/master/Formula/spotctl.rb

Download

You can download the latest release for your operating system here.

Manual Installation

spotctl needs to connect to Spotify's API in order to control it.
To manually build it, you first need to sign up (or into) Spotify's developer site and create an Application.
Once you've done so, you can find its Client ID and Client Secret values and run the following command:

SPOTIFY_CLIENT_ID=XXX SPOTIFY_CLIENT_SECRET=YYY ./bin/build

Running

Please make sure the Spotify app is opened before running any spotctl commands, since it talks to the Spotify API which in turns talks to the Spotify app in your local box.
Here is a list of available commands:

$ spotctl -h
A command-line interface to Spotify.

Usage:
  spotctl [command]

Available Commands:
  help        Help about any command
  login       Login with your Spotify credentials
  logout      Clear your local Spotify credentials
  next        Skip to the next track
  pause       Pause Spotify playback
  play        Resume playback or play a track, album, artist or playlist by name
  player      Show the live player panel
  prev        Return to the previous track
  repeat      Toggle repeat playback mode
  shuffle     Toggle shuffle playback mode
  status      Show the current player status
  version     Show version.
  vol         Set or return volume percentage

Flags:
  -h, --help   help for spotctl

Use "spotctl [command] --help" for more information about a command.

License

MIT

主要指標

概覽
名稱與所有者owenthereal/spotctl
主編程語言Go
編程語言Go (語言數: 3)
平台
許可證MIT License
所有者活动
創建於2017-12-21 06:00:01
推送於2018-06-28 21:41:47
最后一次提交2018-01-10 10:11:16
發布數2
最新版本名稱v1.0.1 (發布於 )
第一版名稱v1.0.0 (發布於 )
用户参与
星數241
關注者數8
派生數16
提交數27
已啟用問題?
問題數16
打開的問題數10
拉請求數4
打開的拉請求數1
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?