Skip to content

Commit

Permalink
add ReadME.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Sologala committed Mar 2, 2024
1 parent 59e96c6 commit fd4849c
Show file tree
Hide file tree
Showing 5 changed files with 54 additions and 0 deletions.
54 changes: 54 additions & 0 deletions READMD.md
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.

Binary file added resources/clipboard.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/copy.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/ios.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added resources/paste.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fd4849c

Please sign in to comment.