machinateur / android-chrome-tab-transfer

A tool to transfer google chrome tabs from your android phone to your computer using `adb`.
MIT License
91 stars 10 forks source link

Feature/phar #5

Closed machinateur closed 2 years ago

machinateur commented 2 years ago

Add phar version, as proposed in #4:

Use box-project/box to bundle this application as php archive (phar).

That should make it easier to execute the script and avoid having to use git or download the whole repo even. Also composer > would no longer be required to get the dependencies set up.

It might also be a good idea to add some .cmd/.sh scripts for click and run stuff, while at it.