markjamesm / MusicSharp

MusicSharp is a lightweight TUI music player written in C#.
https://markjames.dev/blog/developing-a-cli-music-player-csharp/
GNU General Public License v3.0
57 stars 11 forks source link

Paste stream URL into the Open Stream TextField #19

Open markjamesm opened 3 years ago

markjamesm commented 3 years ago

Currently, MusicSharp does not support pasting stream URLs into the TextField that loads streams, and so users must manually type out the stream URL (which can get cumbersome).

This issue is currently blocked as clipboard support has not yet been implemented in Terminal.Gui. See this page for more details:

https://migueldeicaza.github.io/gui.cs/api/Terminal.Gui/Terminal.Gui.Clipboard.html

markjamesm commented 3 years ago

Note that you can copy/paste text from inside a text field, but not outside the application.