Skip to content

Add Xsel local support #436

Open
Open
@ALiwoto

Description

@ALiwoto

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions