11个版本
0.2.0 | 2022年8月24日 |
---|---|
0.1.9 | 2022年8月22日 |
865 在 音频
每月 29 次下载
17KB
96 代码行
Spotify-Retro
需要为即将到来的Sprint Retro快速创建一个基于团队所在 sprint_theme
的主题播放列表吗?
Spotify-Retro是一个用Rust编写的简单命令行工具,可以根据您提供的冲刺主题为您生成Spotify播放列表。
安装
Homebrew
brew tap lineville/spotify-retro
brew install spotify-retro
Cargo
cargo install spotify-retro
用法
spotify-retro -s <sprint_theme> -t <total_songs>
spotify-retro -s 22 -t 50 # Generate 50 songs for your Taylor Swift Sprint
-s
或--sprint-theme
:冲刺主题(必需的字符串)-t
或--total
:要生成的歌曲数量(默认:20)
依赖项
~13–30MB
~377K SLoC