mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[PR #411] [MERGED] Add paste_command to replace copypasta library and clipboard feature #750
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#750
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/411
Author: @aome510
Created: 4/16/2024
Status: ✅ Merged
Merged: 4/16/2024
Merged by: @aome510
Base:
master← Head:add-paste-command📝 Commits (5)
5a9d6dfupdateexecute_copy_commandfc43df9addpaste_command, removeclipboardfeature andcopypastalibraryc248c5ddrop stdin after writing5b24c17add documentation forpaste_commande7d371acleanup📊 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
paste_commandconfig option and use it to get clipboard's contentcopypastalibrary andclipboardfeature🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.