[PR #432] [MERGED] add CLI search command #761

Closed
opened 2026-03-02 23:49:42 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/432
Author: @kadinsayani
Created: 4/25/2024
Status: Merged
Merged: 4/26/2024
Merged by: @aome510

Base: masterHead: search-cmd


📝 Commits (4)

  • 5997964 added initial search cmd code
  • 41f7fbc Updated search implementation based on suggestions
  • fbe57c9 updated query command to not include flag
  • ef6e4df removed index() call

📊 Changes

6 files changed (+26 additions, -2 deletions)

View changed files

📝 spotify_player/src/cli/client.rs (+10 -0)
📝 spotify_player/src/cli/commands.rs (+6 -0)
📝 spotify_player/src/cli/handlers.rs (+6 -0)
📝 spotify_player/src/cli/mod.rs (+2 -0)
📝 spotify_player/src/client/mod.rs (+1 -1)
📝 spotify_player/src/state/model.rs (+1 -1)

📄 Description

Resolves #425


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/aome510/spotify-player/pull/432 **Author:** [@kadinsayani](https://github.com/kadinsayani) **Created:** 4/25/2024 **Status:** ✅ Merged **Merged:** 4/26/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `search-cmd` --- ### 📝 Commits (4) - [`5997964`](https://github.com/aome510/spotify-player/commit/59979641cd6632437afa2efaf50484b8788d33ac) added initial search cmd code - [`41f7fbc`](https://github.com/aome510/spotify-player/commit/41f7fbca08bd51f7e9866718c24509b0ef35ef23) Updated search implementation based on suggestions - [`fbe57c9`](https://github.com/aome510/spotify-player/commit/fbe57c9ae76b0c45763e8253507b7b61fb5de131) updated query command to not include flag - [`ef6e4df`](https://github.com/aome510/spotify-player/commit/ef6e4dfc786dde79752cb7d83b68bac2befc7384) removed index() call ### 📊 Changes **6 files changed** (+26 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `spotify_player/src/cli/client.rs` (+10 -0) 📝 `spotify_player/src/cli/commands.rs` (+6 -0) 📝 `spotify_player/src/cli/handlers.rs` (+6 -0) 📝 `spotify_player/src/cli/mod.rs` (+2 -0) 📝 `spotify_player/src/client/mod.rs` (+1 -1) 📝 `spotify_player/src/state/model.rs` (+1 -1) </details> ### 📄 Description Resolves #425 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-02 23:49:42 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/spotify-player#761
No description provided.