Antman - Android Tab Manager
from S_S@lemy.lol to selfhosted@lemmy.world on 27 Oct 20:22
https://lemy.lol/post/33373362

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: drive.proton.me/urls/F94Z3CF4JM#iivgNHwY9ucp

#selfhosted

threaded - newest

Presi300@lemmy.world on 27 Oct 20:34 collapse

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

EmbarrassedDrum@lemmy.dbzer0.com on 28 Oct 08:09 next collapse

yeah that’s very odd…

S_S@lemy.lol on 29 Oct 19:57 collapse

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