mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #316] [MERGED] Add play, pause, and generate CLI commands #1650
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#1650
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/aome510/spotify-player/pull/316
Author: @aome510
Created: 12/9/2023
Status: ✅ Merged
Merged: 12/9/2023
Merged by: @aome510
Base:
master← Head:improve-cli📝 Commits (5)
394d970addplayandpauseplayback CLI commands30e400dhandle/in file's name9ddb55daddclap_completedependency5b68446addgenerateCLI command0c5104efix CI📊 Changes
9 files changed (+107 additions, -64 deletions)
View changed files
📝
Cargo.lock(+10 -0)📝
spotify_player/Cargo.toml(+1 -0)📝
spotify_player/src/cli/client.rs(+2 -0)📝
spotify_player/src/cli/commands.rs(+14 -0)📝
spotify_player/src/cli/handlers.rs(+21 -6)📝
spotify_player/src/cli/mod.rs(+54 -1)📝
spotify_player/src/client/mod.rs(+4 -4)📝
spotify_player/src/event/mod.rs(+0 -2)📝
spotify_player/src/main.rs(+1 -51)📄 Description
Resolves #315
Resolves #310
Changes
playandpauseCLI commandsgenerateCLI command for generating shell completionclap_completedependency/special character when saving images into the cache folder🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.