[PR #157] [MERGED] Lenny penny clipboard #640

Closed
opened 2026-02-28 14:50:18 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: LennyPenny-clipboard


📝 Commits (10+)

  • 8fc94b3 Install xorg dependency in ci/cd to support clipboard
  • 5c4ad37 add clipboard dependency
  • 795c2c3 add copy_song_url method to app
  • 1ff25e7 initialize app with clipboardcontext
  • 725d031 add copy_song_url key
  • 0d03111 add copy_song_url help text
  • a898d4c fix error message when setting clipboard content
  • b22ce51 Install additional clipboard dependencies
  • 3415a2b Update deps
  • f8d63fc Add 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-dev dependency.


🔄 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/Rigellute/spotify-tui/pull/157 **Author:** [@Rigellute](https://github.com/Rigellute) **Created:** 11/21/2019 **Status:** ✅ Merged **Merged:** 11/22/2019 **Merged by:** [@Rigellute](https://github.com/Rigellute) **Base:** `master` ← **Head:** `LennyPenny-clipboard` --- ### 📝 Commits (10+) - [`8fc94b3`](https://github.com/Rigellute/spotify-tui/commit/8fc94b3b855807374f6c08dc525c55192c62f6ba) Install xorg dependency in ci/cd to support clipboard - [`5c4ad37`](https://github.com/Rigellute/spotify-tui/commit/5c4ad37496d34eaa4f30cc745c05a43ccc9b6ffa) add clipboard dependency - [`795c2c3`](https://github.com/Rigellute/spotify-tui/commit/795c2c3824f69569288e1c446d2dcdbb968f3516) add copy_song_url method to app - [`1ff25e7`](https://github.com/Rigellute/spotify-tui/commit/1ff25e75e8c0a4010a0cfd0746cc5b3eddf29c2b) initialize app with clipboardcontext - [`725d031`](https://github.com/Rigellute/spotify-tui/commit/725d031a390e4037cc87270395fea95997d88697) add copy_song_url key - [`0d03111`](https://github.com/Rigellute/spotify-tui/commit/0d03111c2f1b85a8151211874ffa76974c75f19c) add copy_song_url help text - [`a898d4c`](https://github.com/Rigellute/spotify-tui/commit/a898d4c748358472019d7e6df09faec22cc8f432) fix error message when setting clipboard content - [`b22ce51`](https://github.com/Rigellute/spotify-tui/commit/b22ce51896476e78b8b06ccd282c98b79912cf5c) Install additional clipboard dependencies - [`3415a2b`](https://github.com/Rigellute/spotify-tui/commit/3415a2b90ae9973b619f58bf9dea394b576c5a33) Update deps - [`f8d63fc`](https://github.com/Rigellute/spotify-tui/commit/f8d63fc7dd5636cce795f0f7eecb4b1e2fd3059d) Add Linux development instructions for xorg-dev ### 📊 Changes **10 files changed** (+169 additions, -34 deletions) <details> <summary>View changed files</summary> 📝 `.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) </details> ### 📄 Description Original PR here https://github.com/Rigellute/spotify-tui/pull/156 This PR attempts to fix CI/CD by installing the `xorg-dev` dependency. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 14:50:18 +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-tui#640
No description provided.