All Projects → srishanbhattarai → neovim-spotify

srishanbhattarai / neovim-spotify

Licence: MIT license
Neovim plugin to control Spotify and Apple Music on macOS

Programming Languages

rust
11053 projects
Vim Script
2826 projects
shell
77523 projects

Projects that are alternatives of or similar to neovim-spotify

Gatsby Remark Embedder
Gatsby Remark plugin to embed well known services by their URL.
Stars: ✭ 245 (+265.67%)
Mutual labels:  spotify
Discord-Spotify-RPC
Spotify Rich Presence for Discord made in NodeJS
Stars: ✭ 48 (-28.36%)
Mutual labels:  spotify
DownOnSpot
🎵 A Spotify music and playlist downloader written in Rust which also works with a free Spotify account
Stars: ✭ 309 (+361.19%)
Mutual labels:  spotify
Spotifeed
A simple service to serve up Spotify podcasts as RSS feeds for use in any podcast app.
Stars: ✭ 238 (+255.22%)
Mutual labels:  spotify
Lyricsx
🎶 Ultimate lyrics app for macOS.
Stars: ✭ 3,251 (+4752.24%)
Mutual labels:  spotify
PasTerm
Genera combos a base de Keywords con Termux
Stars: ✭ 36 (-46.27%)
Mutual labels:  spotify
Mellowplayer
Moved to gitlab
Stars: ✭ 235 (+250.75%)
Mutual labels:  spotify
flex-originals
🎧 A video and audio streaming web application
Stars: ✭ 36 (-46.27%)
Mutual labels:  spotify
spotify-song-recommender
A Spotify song recommendation engine built with the power of graph analytics.
Stars: ✭ 34 (-49.25%)
Mutual labels:  spotify
YoutubeDownloader
A Music downloader with Spotify integration for automatic metadata application. [Depricated]
Stars: ✭ 13 (-80.6%)
Mutual labels:  spotify
Swdc Vscode Musictime
A VS Code extension to discover the most productive music to listen to as you code
Stars: ✭ 242 (+261.19%)
Mutual labels:  spotify
Singlespotify
🎵 Create Spotify playlists based on one artist through the command line
Stars: ✭ 254 (+279.1%)
Mutual labels:  spotify
github-now-playing
🎵 Display what you're listening to right on your Github profile
Stars: ✭ 75 (+11.94%)
Mutual labels:  spotify
Spotifydownload
A dependency-free Spotify playlist downloader that should just work
Stars: ✭ 245 (+265.67%)
Mutual labels:  spotify
playlist-converter
[wip] convert your playlists between spotify and youtube 🎶
Stars: ✭ 19 (-71.64%)
Mutual labels:  spotify
Spotctl
A command-line interface to Spotify, written in Go
Stars: ✭ 237 (+253.73%)
Mutual labels:  spotify
Cukatify
Cukatify is a music social media project
Stars: ✭ 21 (-68.66%)
Mutual labels:  spotify
Mutify
An android app built with java to mute Spotify ads.
Stars: ✭ 61 (-8.96%)
Mutual labels:  spotify
winampify
⚡ A Spotify web client with an OS-looking interface and a reimplementation of the classic audio player Winamp.
Stars: ✭ 180 (+168.66%)
Mutual labels:  spotify
manuarora.in
🙌🏻 Personal website built using Next.js & TailwindCSS.
Stars: ✭ 53 (-20.9%)
Mutual labels:  spotify

neovim-spotify · Build Status

Control Spotify and Apple Music through Neovim (for MacOS)

If you want to learn how to create Neovim plugins with Rust, read the accompanying blog post here.

Installation

Use your preferred plugin manager. Run install.sh as a post-installation step, which will download and install the pre-built macOS binary.

For example, for vim-plug, you can put in the following line into your .vimrc:

Plug 'srishanbhattarai/neovim-spotify', { 'do': 'bash install.sh' }

Note: When updating this plugin, please restart Vim before runnning the commands to make the plugin use the updated binaries.

Usage

Refer to the following table to find supported commands.

Command Description
:SpotifyCurrentSong Spotify: Echo the current song playing
:SpotifyNext Spotify: Play next track
:SpotifyPrevious Spotify: Play previous track
:SpotifyPlay Spotify: Play the track, if currently paused
:SpotifyPause Spotify: Pause the track, if currently playing
:SpotifyLyrics Spotify: Find the lyrics for the current track
:AppleMusicCurrentSong Apple Music: Echo the current song playing in
:AppleMusicNext Apple Music: Play next track
:AppleMusicPrevious Apple Music: Play previous track
:AppleMusicPlay Apple Music: Play the track, if currently paused
:AppleMusicPause Apple Music: Pause the track, if currently playing
:AppleMusicLyrics Apple Music: Find the lyrics for the current track

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