Skip to content

Add Xsel local support #436

@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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions