All Projects → owenthereal → Spotctl

owenthereal / Spotctl

Licence: mit
A command-line interface to Spotify, written in Go

Programming Languages

go
31211 projects - #10 most used programming language
golang
3204 projects

Projects that are alternatives of or similar to Spotctl

Spotify Cli Linux
🎶 A command line interface to Spotify on Linux
Stars: ✭ 443 (+86.92%)
Mutual labels:  cli, spotify
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (+7.17%)
Mutual labels:  cli, spotify
Spotify Cli Mac
🎶 A nodejs app to control Spotify without leaving your terminal. 🎶
Stars: ✭ 134 (-43.46%)
Mutual labels:  cli, spotify
Spotui
Spotify in the terminal 💻🎶
Stars: ✭ 302 (+27.43%)
Mutual labels:  cli, spotify
Spotify Tui
Spotify for the terminal written in Rust 🚀
Stars: ✭ 11,061 (+4567.09%)
Mutual labels:  cli, spotify
Ytmdl
A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, Spotify, LastFM, Deezer, Gaana etc.
Stars: ✭ 2,070 (+773.42%)
Mutual labels:  cli, spotify
Musicnow
CLI tool to download songs with metadata.
Stars: ✭ 146 (-38.4%)
Mutual labels:  cli, spotify
Forge
F# CLI tool for project, file, and solution management
Stars: ✭ 233 (-1.69%)
Mutual labels:  cli
Ncpamixer
ncurses PulseAudio Mixer
Stars: ✭ 234 (-1.27%)
Mutual labels:  cli
Sequelize Auto Migrations
Migration generator && runner for sequelize
Stars: ✭ 233 (-1.69%)
Mutual labels:  cli
Git Deps
git commit dependency analysis tool
Stars: ✭ 232 (-2.11%)
Mutual labels:  cli
Ace
Node.js framework for creating command line applications
Stars: ✭ 233 (-1.69%)
Mutual labels:  cli
Mellowplayer
Moved to gitlab
Stars: ✭ 235 (-0.84%)
Mutual labels:  spotify
Clean Css Cli
The command line interface to clean-css CSS optimizer
Stars: ✭ 231 (-2.53%)
Mutual labels:  cli
Go Expect
an expect-like golang library to automate control of terminal or console based programs.
Stars: ✭ 236 (-0.42%)
Mutual labels:  cli
Bombardier
Fast cross-platform HTTP benchmarking tool written in Go
Stars: ✭ 2,952 (+1145.57%)
Mutual labels:  cli
Jackline
minimalistic secure XMPP client in OCaml
Stars: ✭ 236 (-0.42%)
Mutual labels:  cli
Clj.native Image
Build GraalVM native images with Clojure Deps and CLI tools
Stars: ✭ 236 (-0.42%)
Mutual labels:  cli
Meow
🐈 CLI app helper
Stars: ✭ 2,839 (+1097.89%)
Mutual labels:  cli
Docker Dashboard
Console based docker dashboard
Stars: ✭ 235 (-0.84%)
Mutual labels:  cli

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].