Skip to content

Instantly share code, notes, and snippets.

View LemonNekoGH's full-sized avatar
🍋
Working hard on AIRI and FlowChat

LemonNeko LemonNekoGH

🍋
Working hard on AIRI and FlowChat
View GitHub Profile
@LemonNekoGH
LemonNekoGH / README.md
Last active February 24, 2026 08:20 — forked from ssddi456/README.md
adbpaste

Script to send your clipbroad content to android input on macOS/Linux,

Based on great tiny tool ADBKeyBoard

You can get the app from F-Droid.

Also, if you want to use this script as a command, just copy it to ~/bin/adbpaste then add it to $PATH:

echo 'export PATH="$HOME/bin:$PATH"' >> ~/.zshrc && source ~/.zshrc