All Projects → pwittchen → tmux-plugin-spotify

pwittchen / tmux-plugin-spotify

Licence: Apache-2.0 license
tmux plugin displaying currently played song on Spotify (linux only)

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to tmux-plugin-spotify

nested-tmux
A simple tmux configuration for nested tmux sessions
Stars: ✭ 66 (+37.5%)
Mutual labels:  tmux, tmux-plugin
tmux-suspend
Plugin that lets you suspend local tmux session, so that you can work with nested remote tmux session painlessly.
Stars: ✭ 58 (+20.83%)
Mutual labels:  tmux, tmux-plugin
tmux-menus
Tmux plugin, Popup menus to help with managing your environment
Stars: ✭ 124 (+158.33%)
Mutual labels:  tmux, tmux-plugin
tmux super fingers
A Tmux plugin to open file links from the terminal in vim
Stars: ✭ 44 (-8.33%)
Mutual labels:  tmux, tmux-plugin
Tmux Spotify
🎧 Spotify plugin for tmux
Stars: ✭ 49 (+2.08%)
Mutual labels:  tmux, spotify
tmux-conf
📝 TMUX Configuration for nerds with tpm
Stars: ✭ 31 (-35.42%)
Mutual labels:  tmux, tmux-plugin
tmux-airline-dracula
A tmux theme for Dracula color scheme.
Stars: ✭ 33 (-31.25%)
Mutual labels:  tmux, tmux-plugin
spotify-vibe-check
Spotify Vibe Checker Web App to vibe check your Spotify Playlists! (currently broken due to CORS)
Stars: ✭ 24 (-50%)
Mutual labels:  spotify
LyricsPyRobot
A Telegram bot for searching lyrics.
Stars: ✭ 29 (-39.58%)
Mutual labels:  spotify
dotfiles
My work setup
Stars: ✭ 14 (-70.83%)
Mutual labels:  tmux
now-playing
A macOS application for Spotify notifications and a now playing visual widget!
Stars: ✭ 62 (+29.17%)
Mutual labels:  spotify
tdab
Create side and top bars in tmux easily, along with a "devour" style command.
Stars: ✭ 14 (-70.83%)
Mutual labels:  tmux
sapfy
Spotify daemon recorder and downloader
Stars: ✭ 55 (+14.58%)
Mutual labels:  spotify
dotfiles
Configuration files for my development environment.
Stars: ✭ 14 (-70.83%)
Mutual labels:  tmux
cordova-spotify
🎶 A Cordova / PhoneGap plugin for the Spotify SDKs on iOS and Android
Stars: ✭ 22 (-54.17%)
Mutual labels:  spotify
Moosync
A simple music player capable of playing local audio or from Youtube or Spotify
Stars: ✭ 185 (+285.42%)
Mutual labels:  spotify
dotfiles-local
Personal configuration
Stars: ✭ 16 (-66.67%)
Mutual labels:  tmux
mx.sh
Lean and opinionated tmux session manager.
Stars: ✭ 20 (-58.33%)
Mutual labels:  tmux
dotfiles
All my dotfiles (vim, zsh, tmux, etc.) in a single place
Stars: ✭ 42 (-12.5%)
Mutual labels:  tmux
youtube-or-pornhub
Service identification on ciphered traffic.
Stars: ✭ 26 (-45.83%)
Mutual labels:  spotify

tmux-plugin-spotify

tmux plugin displaying currently played song on Spotify

Note: currently it works on Linux only!

Requirements

In order to use this plugin, you need to install spotify-cli-linux program.

You can do it with the following command:

pip install spotify-cli-linux

Installation

Installation with Tmux Plugin Manager (recommended)

Add plugin to the list of TPM plugins in .tmux.conf:

set -g @plugin 'pwittchen/tmux-plugin-spotify'

Hit prefix + I to fetch the plugin and source it.

If format strings are added to status-right, they should now be visible.

Usage

In order to see currently played Spotify song via this tmux plugin, add the following command to your .tmux.conf file:

#{spotify_song}

You can also set more options like:

#{spotify_status_full}, #{spotify_status}, #{spotify_song}, #{spotify_artist}, #{spotify_album}, #{spotify_playback}

Available Options

  • spotify_status
  • spotify_status_full
  • spotify_song
  • spotify_song_full
  • spotify_artist
  • spotify_artist_full
  • spotify_album
  • spotify_playback

References

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].