Sometime i want to send small messages between devices, such as a url, a note, a id, a token, a piece of code, a picture Especially send between phone and laptop.

Some chatting app have self messages such as telegram saved messages, slack (you), Microsoft team…

However i don’t want a bloated chat app that would took few hundred mb on phone, or required to install an app on my pc (linux which make many app broken). I don’t want work chat app too, because self messages can be seen and scanned by employer (yes, a security add on chatbot on slack warm me because i send something like password to myself on slack)

Something like Opera Flow would fit perfectly, but i don’t want opera browser.

  • iAmTheTot@sh.itjust.works
    link
    fedilink
    arrow-up
    4
    arrow-down
    3
    ·
    edit-2
    10 days ago

    I have a discord DM to myself that I use.

    Oh, posted this before I read the rest of your message lol. Nvm.

  • PoolloverNathan@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    edit-2
    9 days ago

    SSH over Tailscale to Termux (all three free) using private-key authentication — two levels of e2ee, and fairly easy to use.

    For small bits of text, I use one of these, depending on the direction and the source device:

    • Laptop → phone: xclip -o | ssh phone termux-clipboard-set
    • Laptop ← phone: ssh phone termux-clipboard-get | xclip
    • Phone → laptop: termux-clipboard-get | ssh laptop DISPLAY=:0 xclip
    • Phone ← laptop: ssh laptop DISPLAY=:0 xclip -o | termux-clipboard-set

    For larger things, or files, I use scp. For other devices that I haven’t setup beforehand, or can’t set up (e.g. can’t run arbitrary programs), I connect to my phone’s hotspot, and use Total Commander’s Wi-Fi transfer addon for files (both of which are also free). Small strings I just copy over by eye and hope it goes well.

  • aramis87@fedia.io
    link
    fedilink
    arrow-up
    2
    ·
    10 days ago

    Depending on what I want to do, I used a combination of Unified Remote and LocalSend, both of which are available for Linux. With Unified Remote, I can control my PC on my home network. So if I want to copy over a URL, for example, I could open notepad and paste it remotely from my phone’s clipboard (or type it manually), or I could open a new tab on my PC’s browser and paste the URL so it’s open and ready for me the next time I’m at my PC. I can sit downstairs on the couch and check the status of a project upstairs, open and run new programs upstairs, etc.

    My only two complaints are that I need to be at the PC to handle admin messages like “Are you sure you want to install this program?”, which I guess is a safety feature but it’s still annoying. And secondly, I really wish they had an easier way to toggle between left- and right-mouse-click, it gets annoying.

    To send images, actual files or even folders, I use LocalSend. It does require that you click Accept on the device you’re sending to, but I can use Unified Remote to do that, and then save the files to wherever I want to (or accept the default).

    This may be less streamlined than other options, but what I really like about it is that I can complete a task and then not have to think about it again. I don’t have to go back to my desktop and download or save anything, I’ve already done it, the job’s complete. The only exception is when I’ve put a new URL into my browser, but that’s generally because I wanted to look at it on my (much larger than my phone’s) desktop screen.

    Anyway, it works nicely for me; I hope you find a solution that works for you!

    • TerkErJerbs@lemm.ee
      link
      fedilink
      arrow-up
      2
      ·
      10 days ago

      Localsend has a config named ‘auto-accept’ or whatever it’s called, in advanced settings.

    • BearOfaTime@lemm.ee
      link
      fedilink
      arrow-up
      3
      ·
      edit-2
      10 days ago

      Requires Dropbox.

      Would be great if it could let you sync stuff yourself, like with Syncthing or Resilio.

      I refuse to use Cloud storages.

      Still this is one of the best solutions I’ve seen.

      • damnthefilibuster@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        10 days ago

        Yup. That’s my one hangup. Except you don’t even need to install Dropbox. It just uses the Dropbox API (correct me if I’m wrong please).

        The developer is a single(?) person based out of Germany and is pretty chill. I didn’t know it had Ubuntu and all support till after using it for a long time. I literally would use it just for iOS to Mac and back.

        • BearOfaTime@lemm.ee
          link
          fedilink
          arrow-up
          2
          ·
          edit-2
          5 days ago

          Yea, just requires a Dropbox account. And unfortunately I can’t get it to authenticate.

          I’ll try some more when I have time, it’s a brilliant solution.

    • thevoidzero@lemmy.world
      link
      fedilink
      arrow-up
      3
      ·
      8 days ago

      Idk why this is so low. Kdeconnect is all about sharing information between devices, url/file even notifications. It also has remote control and ping devices.

  • Quintus@lemmy.ml
    link
    fedilink
    arrow-up
    4
    ·
    10 days ago

    All the listed options are nice but if you are looking for something more portable and doesn’t require any installing, I recommend PairDrop.

  • monovergent 🏁@lemmy.ml
    link
    fedilink
    arrow-up
    2
    ·
    edit-2
    9 days ago

    QR code reader and generator on both phone and laptop

    • Phone: SecScanQR
    • Laptop: ZBarCam and Zint

    But I’m glad to have learned about LocalSend here so I’m no longer limited to short text snippets

  • ninjaturtle@lemmy.today
    link
    fedilink
    English
    arrow-up
    25
    ·
    10 days ago

    Localsend is a good one to try out. Works with all devices and is pretty fast. It does however require an app to run.

    For something you can run off the web on PC you can try pairdrop. This doesn’t require an app to work on PC. Haven’t tried it without the app on mobile so not sure if it will work on there via web.

    I prefer Localsend over pairdrop due to local send being completely server less and all local.

    • ironsoap@lemmy.one
      link
      fedilink
      English
      arrow-up
      2
      ·
      10 days ago

      Local send works well for me between android and iDevices in most cases. I will say it struggles with VPN’ed connections, which is by design of the network and some VPN will block local connections.

      I know sharedrop.io uses a similar web based model as pairdrop and runs into the same VPN issue, but I’m curious if the room function might overcome that in pairdrop.

    • psycotica0@lemmy.ca
      link
      fedilink
      arrow-up
      4
      ·
      10 days ago

      It’s also worth mentioning that localsend has specific Linux support, so the app should run fine. I use it on my Linux laptop all the time!

    • darkstar@sh.itjust.works
      link
      fedilink
      English
      arrow-up
      1
      ·
      7 days ago

      Oh man I use local send every single day, it’s phenomenal I absolutely love it. Can’t stop raving about it

  • ironsoap@lemmy.one
    link
    fedilink
    English
    arrow-up
    5
    ·
    10 days ago

    I’ve been working with this issue for along time. Trying to find something platform agnostic and works with vpns.

    App wise, I suggest Localsend for files

    Information wise, I suggest Saladroom although there are several alternatives as well like ToffeeShare and ShareDrop

    I mostly use Signal though, as it’s the simplest at hand app which fairly reliably makes it accessible to my various devices… With the downside of storing it.