mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[PR #222] [MERGED] Playlist CLI Editing - New, Delete, Import, Fork, Update #670
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#670
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/222
Author: @justjokiing
Created: 7/23/2023
Status: ✅ Merged
Merged: 8/5/2023
Merged by: @aome510
Base:
master← Head:master📝 Commits (10+)
1fc68e6Playlist new and clap setup for other commandsdd39cf0Playlist delete and command output9cdc9a5Playlist list and socket output formatting90ef6c0feat: Playlist importe68a3cbMerge remote-tracking branch 'upstream/master'1d38f2dfeat: Playlist fork - copy of playlist + import955ad4efeat: Playlist fork - Copy and import1476951feat: Playlist Update - update all/one import(s)9d81781fix: PlaylistCommand enum and small edits6d99893fix: buffered add and full playlist tracks📊 Changes
6 files changed (+504 additions, -7 deletions)
View changed files
📝
README.md(+9 -0)📝
spotify_player/src/cli/client.rs(+324 -6)📝
spotify_player/src/cli/commands.rs(+50 -0)📝
spotify_player/src/cli/handlers.rs(+93 -1)📝
spotify_player/src/cli/mod.rs(+27 -0)📝
spotify_player/src/main.rs(+1 -0)📄 Description
Added
playlistCLI commands:🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.