mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 08:05:57 +03:00
[PR #157] [MERGED] Lenny penny clipboard #640
Labels
No labels
bug
enhancement
good first issue
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-tui#640
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/Rigellute/spotify-tui/pull/157
Author: @Rigellute
Created: 11/21/2019
Status: ✅ Merged
Merged: 11/22/2019
Merged by: @Rigellute
Base:
master← Head:LennyPenny-clipboard📝 Commits (10+)
8fc94b3Install xorg dependency in ci/cd to support clipboard5c4ad37add clipboard dependency795c2c3add copy_song_url method to app1ff25e7initialize app with clipboardcontext725d031add copy_song_url key0d03111add copy_song_url help texta898d4cfix error message when setting clipboard contentb22ce51Install additional clipboard dependencies3415a2bUpdate depsf8d63fcAdd Linux development instructions for xorg-dev📊 Changes
10 files changed (+169 additions, -34 deletions)
View changed files
📝
.github/workflows/cd.yml(+1 -1)📝
.github/workflows/ci.yml(+2 -0)📝
Cargo.lock(+100 -8)📝
Cargo.toml(+1 -0)📝
README.md(+27 -24)📝
src/app.rs(+24 -1)📝
src/handlers/mod.rs(+3 -0)📝
src/main.rs(+6 -0)📝
src/ui/help.rs(+1 -0)📝
src/user_config.rs(+4 -0)📄 Description
Original PR here https://github.com/Rigellute/spotify-tui/pull/156
This PR attempts to fix CI/CD by installing the
xorg-devdependency.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.