Open
Description
I'm currently writing a package and a game in C#, and I'm using TextCopy package for copying and pasting texts from InputElement
.
I don't want my users on linux install xsel with command apt install
, instead I will provide the binary file in my game directory, so I need to run the xsel directly.
Is it possible to add support for using xsel locally?
I think the only thing you have to change is in BashRunner
class, so it runs ./xsel
or something like this.
Also a bool variable that users can set if they want to use it locally.
Also I can create a PR for it if this idea is acceptable.
Metadata
Metadata
Assignees
Labels
No labels
Activity