Android Tab Manager

View live tab sessions from browsers on an android phone, save them locally as json or sync them to server

Can view old synced tab sessions directly in browser

Uses ADB via WebUSB and works with browsers supporting Chrome DevTools Protocol

React application built fully statically with a small python backend, can be used without backend to only view live and save locally

WebUSB requires site to be served through HTTPS, backend can do both HTTP and HTTPS

Sources and release available at: https://drive.proton.me/urls/F94Z3CF4JM#iivgNHwY9ucp

  • Presi300@lemmy.world
    link
    fedilink
    English
    arrow-up
    20
    ·
    4 days ago

    My question is… why proton drive and not github or codeberg or… literally any VCS?

    • S_S@lemy.lolOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      edit-2
      3 days ago

      GitHub and Codeberg are not Version Control Systems, they are Git platforms

      Git is a VCS

      I don’t like platforms and unnecessary information that are being stored in them or Git, also it is more in the way to be honest

      It is not that hard to:

      tar -xzf antman-1.0.0.tar.gz
      cd antman-1.0.0
      git init .
      git add -A
      git commit -a -m "initial commit"
      

      if anyone wants to use Git, generate me a patch file or send me a link to your fork and I’ll handle it fine if you want to contribute back

      I’m not going for another arguing here, if you want to check out my previous answers to this question check my profile and find my other threads