-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
54 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,54 @@ | ||
# iClipboard | ||
|
||
<div align="center"> | ||
<img src="https://raw.githubusercontent.com/Sologala/iClipboard/master/resources/clipboard.png" style="display: inline-block; vertical-align: middle;"> | ||
<h1 style="display: inline-block; vertical-align: middle;">iClipboard</h1> | ||
</div> | ||
|
||
![GitHub Release](https://img.shields.io/github/v/release/Sologala/iClipboard) | ||
![GitHub Tag](https://img.shields.io/github/v/tag/Sologala/iClipboard) | ||
|
||
iClipboard provides LAN clipboard sharing between Linux and IOS, and does not require any software to be installed in IOS, just a pair Shortcut. | ||
|
||
|
||
- [ ] Implementing of windows support. (currently support in code but no tested) | ||
|
||
# Setup | ||
## Linux (server) | ||
|
||
1. download [executable](https://github.com/Sologala/iClipboard/releases) | ||
2. unzip and run `./iClipboard`. | ||
|
||
|
||
## IOS | ||
### For iOS users | ||
|
||
1. Setup shortcuts on you iPhone/iPad (Open link from safari) | ||
- Copy: | ||
- iCloud: [https://www.icloud.com/shortcuts/f463a1e431c94c60b8a5c65305eb819f](https://www.icloud.com/shortcuts/f463a1e431c94c60b8a5c65305eb819f) | ||
- ![Copy](./resources/copy.png) | ||
- Paste: | ||
- iCloud: [https://www.icloud.com/shortcuts/90e7a2af70df4707a17dece8c263afc5](https://www.icloud.com/shortcuts/90e7a2af70df4707a17dece8c263afc5) | ||
- ![Paste](./resources/paste.png) | ||
2. set wifi ssid and server ip both for `Copy` and `Paste` shortcut. | ||
|
||
here is a example. | ||
<img src="./resources/ios.jpg" height = "500" alt="图片名称" align=center /> | ||
|
||
# Usage | ||
## copy from linux to ios | ||
|
||
1. copy or make a screenshot in linux. | ||
2. run `Copy` shortcut in ios. then you can paste the thing to anywhere. | ||
|
||
## copy from ios to linux | ||
1. copy the thing in ios and run `Past` shortcut in ios | ||
2. paste in linux. | ||
|
||
|
||
# Credits | ||
> https://github.com/YanxinTang/clipboard-online | ||
> the difference between `iClipboard` and `clipboard-online` is that former provide linux local clipboard shareing and the latter is only for windows platform. | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.