Send files from one computer to another! A graphical interface for magic-wormhole https://magic-wormhole.readthedocs.io
Go to file
2020-07-24 10:51:39 +02:00
.gitignore Skip .spec file again 2020-07-24 01:48:30 +02:00
.travis.yml Use correct ordering and slashes 2020-07-24 01:53:17 +02:00
dropship.css here we go 2020-07-21 14:48:34 +02:00
dropship.glade added file chooser UI, changed the gtk.TargetEntry on D&D to uri-list and put all UI init in one function.. 2020-07-23 21:39:41 +02:00
dropship.py added file chooser UI, changed the gtk.TargetEntry on D&D to uri-list and put all UI init in one function.. 2020-07-23 21:39:41 +02:00
README.md Add notes on ops 2020-07-24 10:51:39 +02:00
requirements.txt Add pyinstaller to requirements 2020-07-24 01:18:56 +02:00

dropship

Build Status

lets try magic wormhole with a nice interface

Screen cast of dropship interface

(click for video)

what is what:

dropship.py, run this with python3

dropship.glade, UI file, edit with glade

dropship.css, additional styling for UI.

install:

sudo apt install python3-gi python3-gi-cairo gir1.2-gtk-3.0

pip install -r requirments.txt

run:

python3 dropship.py

operations:

github mirror:

Add the following to the bottom of your .git/config.

[remote "all"]
	url = ssh://gitea@vvvvvvaria.org:12345/rra/dropship.git
	url = git@github.com:decentral1se/dropship.git

The git push -u all main will setup git push to automatically push to both remotes.

make a release:

git tag 0.0.1dev$whatever && git push

The Travis CI configuration will run a build and publish binaries here.