Really cool. One of my favorite things about iOS+MacOS is the ability to copy/paste between devices, but I can think of a bunch of use cases where this would be even better.
I can execute Termux scripts at boot time (via a secondary app Termux:Boot), which would execute files in ~/.termux/boot/so yes. And you have your standard shell init files, so just opening Termux allows you to implement actions.
I 100% agree, Termux shows, what a useful tool a smartphone can be. Do I need an app to look at the EXIF of a photo? No, I just use Phil Harvey's excellent exiftool[1] in the shell. Resize or rotate an image? Or even a number of images? Imagemagick does the job. The power of the command line in your hand ;-)
I am also happy with kdeconnect, although I am not sure if I have set everything up correctly. I am un xfce and every once in a while use the kdeconnect cli to pair my phone, then I never think about it and just share my files to the downloads folder or copy paste something from the clipboard
If you're already using Telegram, you can use the Saved Messages pseudochat to transfer text and files between the phone and desktop. Telegram has an excellent desktop client.
I just use primitive-ftpd android app - then connect to the phone from computer with the standard file browser in my OS and copy what I need in both directions.
I had a pretty tough time getting GSConnect to work, and consistently. The KDE Connect GUI is pretty clumsy on Gnome, but it works reliably and supports every feature. I do hope GSConnect can get better though
I've had amazing results with Warpinator, especiall when it comes to non-techies. No more ferrying files over pen drive or "wetransfer"-like services. As long as you're all on the same LAN, just drag and drop.
Another option is https://github.com/akovacs/uploadserver which is a Rust (Rocket) web server that you can run on a local Windows, Mac or Linux machine. Open a browser and navigate to the machine's IP address at port 8000 to upload/download files from the web form. Works on a LAN or Wifi network without any Internet access.
56 comments
[ 4.0 ms ] story [ 106 ms ] thread> Taildrop is only available on Synology with Tailscale v1.18.2 or later
On Android I'm happy with the apps I use anyway, e.g. Termux which offers ssh (both client and server), rsync, … or sftp via Solid Explorer.
[1] https://exiftool.org/
Wait... all commits were 2 hours ago?
https://github.com/parvardegr/sharing/blob/main/bin/index.js
https://github.com/claudiodangelis/qrcp
[0] https://syncthing.net/
Previous HN discussion: https://news.ycombinator.com/item?id=25524472
Another useful tool in this neighborhood is Droopy: http://stackp.online.fr/?p=28
It's a Python script that runs a simple web server with some nice options.
I used it to copy a gigantic video file from my phone to my old Windows machine that other methods choked on.
https://news.ycombinator.com/item?id=33110574
If your console prints artefacts add -H "X-QR-EC-Level: H" or -H "Accept: image/jpeg" > qr.jpg && qr.jpg to open in image viewer.
Disclaimer: I know the author.