I Built a Mac App That Keeps Your Clipboard in Sync Across All Your Android Devices
HiyokoClip is a new macOS app designed to synchronize clipboard data between Mac and Android devices. It allows users to copy and paste seamlessly across multiple devices without relying on cloud services. The app is particularly useful for Android developers and anyone who frequently transfers text and files between their devices.
- ▪HiyokoClip supports clipboard synchronization between a Mac and up to 10 Android devices simultaneously.
- ▪The app operates fully locally, requiring no internet connection or user accounts.
- ▪It features automatic file synchronization between designated folders on Mac and Android devices.
Opening excerpt (first ~120 words) tap to expand
try { if(localStorage) { let currentUser = localStorage.getItem('current_user'); if (currentUser) { currentUser = JSON.parse(currentUser); if (currentUser.id === 3851832) { document.getElementById('article-show-container').classList.add('current-user-is-article-author'); } } } } catch (e) { console.error(e); } hiyoyo Posted on May 25 I Built a Mac App That Keeps Your Clipboard in Sync Across All Your Android Devices #android #productivity #tauri #macos All tests run on an 8-year-old MacBook Air. I've been building Mac utilities for Android developers for a while now. HiyokoClip is the one I use most in my own daily workflow.
…
Excerpt limited to ~120 words for fair-use compliance. The full article is at DEV.to (Top).