Clippy

Android app that adds a “Copy to clipboard” share target to android share sheet

GitHub license Download

MIUI 11 and 12 lack a “Copy to clipboard” option in the system share sheet, which has been a big pet peeve of mine. So rather than waste time copying text to clipboard using workarounds, I did it building this app :p

Building

You can either fork the project or clone it by running the following command in terminal

$ git clone https://github.com/kriticalflare/Clippy

Install Android Studio

Download and install Android Studio from here.

Import the project into Android Studio.

When Android Studio starts up, you will be prompted to create a new project or import an existing project. Select the
import an existing project, navigate and select the directory where you cloned the project.

Contributing

Clippy is open to contributions, but if you plan to contribute new features please first open an issue and discuss it with us. Sending a PR without discussion might end up resulting in a rejected PR.

GitHub

View Github