spotify-retro

Crates.iospotify-retro
lib.rsspotify-retro
version0.2.0
sourcesrc
created_at2022-08-20 02:58:13.478883
updated_at2022-08-24 16:19:46.016914
descriptionSpotify-Retro is a simple CLI tool that will generate a Spotify playlist for you based on the sprint theme you provide
homepage
repositoryhttps://github.com/lineville/spotify-retro
max_upload_size
id649020
size55,255
Liam Neville (lineville)

documentation

README

Spotify-Retro Crates.io

Need a quick themed playlist for your upcoming Sprint Retro based on the sprint_theme your team is on?

Spotify-Retro is a simple CLI tool written in Rust that will generate a Spotify playlist for you based on the sprint theme you provide

Install

Homebrew

brew tap lineville/spotify-retro
brew install spotify-retro

Cargo

cargo install spotify-retro

Usage

spotify-retro -s <sprint_theme> -t <total_songs>
spotify-retro -s 22 -t 50 # Generate 50 songs for your Taylor Swift Sprint
  • -s or --sprint-theme: Sprint theme (required String)
  • -t or --total: Number of songs to generate (default: 20)
Commit count: 23

cargo fmt