[PR #411] [MERGED] Add paste_command to replace copypasta library and clipboard feature #1687

Closed
opened 2026-03-14 15:27:44 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/aome510/spotify-player/pull/411
Author: @aome510
Created: 4/16/2024
Status: Merged
Merged: 4/16/2024
Merged by: @aome510

Base: masterHead: add-paste-command


📝 Commits (5)

  • 5a9d6df update execute_copy_command
  • fc43df9 add paste_command, remove clipboard feature and copypasta library
  • c248c5d drop stdin after writing
  • 5b24c17 add documentation for paste_command
  • e7d371a cleanup

📊 Changes

12 files changed (+88 additions, -129 deletions)

View changed files

📝 .dir-locals.el (+1 -1)
📝 .github/workflows/ci.yml (+1 -1)
📝 Cargo.lock (+0 -52)
📝 README.md (+3 -8)
📝 docs/config.md (+39 -33)
📝 examples/app.toml (+4 -1)
📝 spotify_player/Cargo.toml (+1 -3)
📝 spotify_player/src/command.rs (+0 -2)
📝 spotify_player/src/config/keymap.rs (+0 -1)
📝 spotify_player/src/config/mod.rs (+20 -0)
📝 spotify_player/src/event/mod.rs (+9 -18)
📝 spotify_player/src/event/popup.rs (+10 -9)

📄 Description

Resolves #393

Changes

  • add paste_command config option and use it to get clipboard's content
  • remove copypasta library and clipboard feature

🔄 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/411 **Author:** [@aome510](https://github.com/aome510) **Created:** 4/16/2024 **Status:** ✅ Merged **Merged:** 4/16/2024 **Merged by:** [@aome510](https://github.com/aome510) **Base:** `master` ← **Head:** `add-paste-command` --- ### 📝 Commits (5) - [`5a9d6df`](https://github.com/aome510/spotify-player/commit/5a9d6df11eed015e63f43f57c9edcd46c2e7e167) update `execute_copy_command` - [`fc43df9`](https://github.com/aome510/spotify-player/commit/fc43df996d01ea0be74cdc705e9e23339805ffbc) add `paste_command`, remove `clipboard` feature and `copypasta` library - [`c248c5d`](https://github.com/aome510/spotify-player/commit/c248c5d1dfba7aaa75cf841ad43ca85ae5746740) drop stdin after writing - [`5b24c17`](https://github.com/aome510/spotify-player/commit/5b24c175d99546bf05ba27f34007700b6ae5d397) add documentation for `paste_command` - [`e7d371a`](https://github.com/aome510/spotify-player/commit/e7d371aee1e31ed7e769aed1c12e284302c2d1be) cleanup ### 📊 Changes **12 files changed** (+88 additions, -129 deletions) <details> <summary>View changed files</summary> 📝 `.dir-locals.el` (+1 -1) 📝 `.github/workflows/ci.yml` (+1 -1) 📝 `Cargo.lock` (+0 -52) 📝 `README.md` (+3 -8) 📝 `docs/config.md` (+39 -33) 📝 `examples/app.toml` (+4 -1) 📝 `spotify_player/Cargo.toml` (+1 -3) 📝 `spotify_player/src/command.rs` (+0 -2) 📝 `spotify_player/src/config/keymap.rs` (+0 -1) 📝 `spotify_player/src/config/mod.rs` (+20 -0) 📝 `spotify_player/src/event/mod.rs` (+9 -18) 📝 `spotify_player/src/event/popup.rs` (+10 -9) </details> ### 📄 Description Resolves #393 ## Changes - add `paste_command` config option and use it to get clipboard's content - remove `copypasta` library and `clipboard` feature --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-14 15:27:44 +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#1687
No description provided.