fdroiddata/metadata/com.ivanvolosyuk.sharetobrowser.yml
Hans-Christoph Steiner 6dc775b236
rewrite all .txt with 'Auto Update Mode:None' (a-c)
```bash
for f in `grep --files-with-matches 'Auto Update Mode:None' metadata/*.txt |sed 's,^metadata/\(.*\)\.txt$,\1,'`; do echo $f; done >  /tmp/rewrite
fdroid rewritemeta --to yml `cat /tmp/rewrite`
for f in `cat /tmp/rewrite`; do git rm -f metadata/${f}.txt; git add metadata/${f}.yml; done
```
2019-08-19 13:13:47 +02:00

35 lines
1.2 KiB
YAML

Categories:
- Internet
License: GPL-2.0-only
SourceCode: https://github.com/IvanVolosyuk/share-to-browser
IssueTracker: https://github.com/IvanVolosyuk/share-to-browser/issues
AutoName: Send to Computer
Summary: Send web pages to your computer
Description: |-
You will need [[com.google.zxing.client.android]] to be installed to use this.
First visit [http://send-to-computer.appspot.com] on your computer and make sure
popup blocking is disabled. Scan the barcode given on the screen (the app
remembers the unique id at the end of the url so that it can identify your
requests for web pages). Choose Open in Browser and choose Send to Computer (you
may have to scroll). You are now setup and can send webpages to your computer
via the browser share menu. The computer browser checks every two minutes for
requests so you might have to wait a little. The source code is also available
for the server side of things.
RepoType: git
Repo: https://github.com/IvanVolosyuk/share-to-browser
Builds:
- versionName: '1.5'
versionCode: 7
commit: a884988e72ee
subdir: android
target: android-14
AutoUpdateMode: None
UpdateCheckMode: RepoManifest
CurrentVersion: '1.5'
CurrentVersionCode: 7