Skip to content

theeternalvecna/ShareToInputStick

 
 

Repository files navigation

Share To InputStick (Android)

Adds an entry to Android's Share menu to directly share text to an InputStick.

Building

Building can either be done through Android Studio (not reproducible!) or the build.sh script in this repository (reproducibly with OpenJDK 17). This script can also sign the build.

First, ensure your git submodule is up-to-date:

git submodule --init

Build without signing:

./build.sh

Build with signing:

KEYSTORE=/path/to/keystore KEYSTORE_ALIAS=key0 ./build.sh

License

MIT

About

Share directly to an InputStick from Android's Share menu

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Kotlin 92.2%
  • Shell 5.0%
  • Ruby 2.8%