mirror of
https://github.com/Rigellute/spotify-tui.git
synced 2026-04-26 16:15:55 +03:00
[PR #156] [MERGED] add hotkey to copy url of currently playing track #639
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#639
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/156
Author: @LennyPenny
Created: 11/19/2019
Status: ✅ Merged
Merged: 11/21/2019
Merged by: @Rigellute
Base:
LennyPenny-clipboard← Head:master📝 Commits (6)
e43313eadd clipboard dependencyb8a00f4add copy_song_url method to appa878413initialize app with clipboardcontext85c8126add copy_song_url key3d710f5add copy_song_url help text58c489afix error message when setting clipboard content📊 Changes
8 files changed (+512 additions, -358 deletions)
View changed files
📝
Cargo.lock(+472 -357)📝
Cargo.toml(+1 -0)📝
README.md(+1 -0)📝
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
Hey,
first of all: Awesome project!
I implemented a new feature that copies the url of the currently playing track when you press a button (
cby default).This is my first time using rust, so if you find any mistakes or weirdness, let me know and I will fix the issues.
I hope I found all the relevant sections I needed to adjust.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.