Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yanfenglee/paste
simplest cloud clipboard
https://github.com/yanfenglee/paste
Last synced: 2 months ago
JSON representation
simplest cloud clipboard
- Host: GitHub
- URL: https://github.com/yanfenglee/paste
- Owner: yanfenglee
- Created: 2021-12-11T08:08:15.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-03T12:39:33.000Z (about 1 year ago)
- Last Synced: 2024-08-02T07:02:19.426Z (6 months ago)
- Language: Rust
- Size: 21.5 KB
- Stars: 4
- Watchers: 4
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rust-zh - paste - 云粘贴板
README
# paste
### 云粘贴板的2种使用方法:
1. 浏览器输入 p.gluc.cn/xxx(xxx是自定义密码)粘贴需要复制的文本,在其他设备上浏览器打开同样地址
2. 在终端输入 curl p.gluc.cn/xxx -d 'some text', 在其他终端输入 curl p.gluc.cn/xxx, 获取 'some text'