Skip to content

Commit

Permalink
Shortcuts without import questions
Browse files Browse the repository at this point in the history
  • Loading branch information
Yannis4444 committed Sep 13, 2021
1 parent 4d93c33 commit 455bbef
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ This means that whenever you click `share` on the device you can find these shor
At the bottom of this list you can find an option to edit the shown entries.
Here you can add the Orange Share shortcuts to your favorites if you want them to always be at the top.

### Content Manager
### Connection Manager

This shortcut is always needed to manage the connections to the host computer running Orange Share.
It is the only shortcut that needs to be run directly from the Shortcuts App or added to the home screen and run from there.

The device is able to save multiple connections while only one can be active at a time.
In order to do so, some files will be created on your iCloud (`/Shortcuts/orangeshare/`).

[Download](https://www.icloud.com/shortcuts/1b8e0f8143cb4126b1df385038a3effc)
[Download](https://www.icloud.com/shortcuts/d26fc0c5c5524070bf9d166c80fabd38)

### Open

Expand All @@ -65,13 +65,13 @@ The open shortcut will open content in its respective application on the compute
For URLs, it will open the website in the default browser, any other files will be opened in their default applications.
To make this work, files are saved in a temporary folder.

[Download](https://www.icloud.com/shortcuts/278d32893069451e987abc965f1d3780)
[Download](https://www.icloud.com/shortcuts/83a180facb2942d1baff9c3fab669880)

### Save

The save shortcut will open a save-file-dialog on the computer with which shared content can be saved anywhere on the computer.

[Download](https://www.icloud.com/shortcuts/55e67abbe30c47d6a14fa50435281be7)
[Download](https://www.icloud.com/shortcuts/bdb142c161dc43019397fb3c76ce5dc9)

### Clipboard

Expand All @@ -80,7 +80,7 @@ Once copied, it can be pasted anywhere.

Copying files will come soon.

[Download](https://www.icloud.com/shortcuts/1f427c8806304758b3732bacaa4b76c7)
[Download](https://www.icloud.com/shortcuts/a17a5a0da8284193bb9e1ecc9a1204c4)

## Installation

Expand Down
2 changes: 1 addition & 1 deletion orangeshare/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
A small python server that accepts requests from an apple shortcut to allow sharing all sorts of media from iOS with any desktop OS
"""

__version__ = "1.4.0"
__version__ = "1.4.1"
__author__ = 'Yannis Vierkoetter'

import logging
Expand Down
8 changes: 4 additions & 4 deletions orangeshare/ui/templates/shortcuts.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ <h2 class="option">Toggle Synced Connection Settings</h2>
This includes both the active connection and saved connections.
</p>

<div class="qrcode" data-url="https://www.icloud.com/shortcuts/1b8e0f8143cb4126b1df385038a3effc"></div>
<div class="qrcode" data-url="https://www.icloud.com/shortcuts/d26fc0c5c5524070bf9d166c80fabd38"></div>
</div>

<div class="content shortcut">
Expand All @@ -151,7 +151,7 @@ <h1 id="Open">
To make this work, files are saved in a temporary folder.
</p>

<div class="qrcode" data-url="https://www.icloud.com/shortcuts/278d32893069451e987abc965f1d3780"></div>
<div class="qrcode" data-url="https://www.icloud.com/shortcuts/83a180facb2942d1baff9c3fab669880"></div>
</div>

<div class="content shortcut">
Expand All @@ -170,7 +170,7 @@ <h1 id="Save">
The save shortcut will open a save-file-dialog on the computer with which shared content can be saved anywhere on the computer.
</p>

<div class="qrcode" data-url="https://www.icloud.com/shortcuts/55e67abbe30c47d6a14fa50435281be7"></div>
<div class="qrcode" data-url="https://www.icloud.com/shortcuts/bdb142c161dc43019397fb3c76ce5dc9"></div>
</div>

<div class="content shortcut">
Expand All @@ -192,7 +192,7 @@ <h1 id="Clipboard">
Copying files will come soon.
</p>

<div class="qrcode" data-url="https://www.icloud.com/shortcuts/1f427c8806304758b3732bacaa4b76c7"></div>
<div class="qrcode" data-url="https://www.icloud.com/shortcuts/a17a5a0da8284193bb9e1ecc9a1204c4"></div>
</div>
</body>
</html>
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

setup(
name='orangeshare',
version='1.4.0',
version='1.4.1',
description='A small python server that accepts requests from an apple shortcut to allow sharing all sorts of media from iOS with any desktop OS',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 455bbef

Please sign in to comment.