Skip to content

clipboard in a webpage/cloud. transmit/share file/text without app.

License

Notifications You must be signed in to change notification settings

yurenchen000/cloud-clipboard

 
 

Repository files navigation

cloud clip

what's this?

a PWA web page for share text/file between devices.

before this tool, i used

  • IM tools like wechat, telegram
    //i don't want to login account ()

  • transfer tools like localsend, snapdrop
    //efficient with large files, but have to run on both device sametime and in same net (not convenience)

and finaly i keep use this tool.

  • don't have to install app
    //just access via web (support PWA if use https)
  • don't have to run in same net
  • don't have to run at same time on both side
    //just upload onetime, and access anytime (it's convenience for text and small files)
    //may not efficient for large files

this proj fork from https://github.com/TransparentLC/cloud-clipboard
and may not be able to merge to upstream.


what in this repo:

  • a modified version front ui in client/
  • a golang implement server in golang branch
  • a python implement server in py3 branch

a online demo https://demo1.ez2.fun/


how to use

//for golang version, see server-go/README.md
./cloud-clip

access in browser
http://your_host:8000

About

clipboard in a webpage/cloud. transmit/share file/text without app.

Topics

Resources

License

Stars

Watchers

Forks

Languages

  • Vue 31.9%
  • JavaScript 25.1%
  • Go 23.4%
  • PHP 18.1%
  • Makefile 0.7%
  • HTML 0.5%
  • Dockerfile 0.3%