All Projects → azu → no-clipboard-app

azu / no-clipboard-app

Licence: other
Share your clipboard text to your device like Oculus Go.

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to no-clipboard-app

netflix-list-exporter
💫‎‎‎‏‏‎ An Extension to export your lists from Netflix to Clipboard area and share it with your friends.
Stars: ✭ 60 (+400%)
Mutual labels:  clipboard, share
Imgursniper
📷 A quick and easy Image, Screenshot and Screen recording sharing tool
Stars: ✭ 69 (+475%)
Mutual labels:  clipboard, share
React Share Button
📱 React share button component with web-share api and fallback modal with native intent urls
Stars: ✭ 89 (+641.67%)
Mutual labels:  clipboard, share
Ultratabsaver
The open source Tab Manager Extension for Safari.
Stars: ✭ 178 (+1383.33%)
Mutual labels:  clipboard
Zsh Vi Mode
💻 A better and friendly vi(vim) mode plugin for ZSH.
Stars: ✭ 181 (+1408.33%)
Mutual labels:  clipboard
Vim Yoink
Vim plugin that maintains a yank history to cycle between when pasting
Stars: ✭ 225 (+1775%)
Mutual labels:  clipboard
ShareLoginPay
ThirdParty login,share and pay lib
Stars: ✭ 16 (+33.33%)
Mutual labels:  share
React Use Clipboard
React hook that provides copy to clipboard functionality.
Stars: ✭ 149 (+1141.67%)
Mutual labels:  clipboard
note
笔记分享 | Note Share
Stars: ✭ 83 (+591.67%)
Mutual labels:  share
Devcomrade
DevComrade - A copy/paste/run productivity improvement utility for developers
Stars: ✭ 206 (+1616.67%)
Mutual labels:  clipboard
Ditto
Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.
Stars: ✭ 193 (+1508.33%)
Mutual labels:  clipboard
Piknik
Copy/paste anything over the network.
Stars: ✭ 2,221 (+18408.33%)
Mutual labels:  clipboard
Cheval
📋 Copy to the clipboard using JavaScript without writing JS. A full solution for all browsers and all devices. LibreJS compliant.
Stars: ✭ 231 (+1825%)
Mutual labels:  clipboard
Clipman
A simple clipboard manager for Wayland
Stars: ✭ 182 (+1416.67%)
Mutual labels:  clipboard
vim-poweryank
Copy text over SSH
Stars: ✭ 51 (+325%)
Mutual labels:  clipboard
Gnome Shell Screenshot
Gnome Shell extension for making and uploading screenshots
Stars: ✭ 163 (+1258.33%)
Mutual labels:  clipboard
CopyPasteJS
This a small JS library to execute clipboard functions in a fast and easy way.
Stars: ✭ 20 (+66.67%)
Mutual labels:  clipboard
Clipboardy
Chrome extension for copying posted code to clipboard from stackoverflow.com, github.com & npmjs.com
Stars: ✭ 202 (+1583.33%)
Mutual labels:  clipboard
Vue Clipboards
📋 Vue2.0 directive to copy or cut text to clipboard.
Stars: ✭ 200 (+1566.67%)
Mutual labels:  clipboard
Windows User Action Hook
A .NET library to subscribe for Windows operating system global user actions such mouse, keyboard, clipboard & print events
Stars: ✭ 224 (+1766.67%)
Mutual labels:  clipboard

No Clipboard app

This app help no-clipboard device like Oculus Go to share clipboard your PC.

You can pass from your clipboard text on your PC to your device like Oculus Go.

PC -> Device's browser

Terminology

  • Client: Recieve clipboard data from Server.
    • For example Oculus Go is Client.
  • Server: Padd clipboard data to Client. This app includes the Server.
    • Your PC/mac is Server

Client:

Client

Server:

Server|App

⚠️ Note

This app share the clipboard data via Localtunnel.

Client -> request -> Localtunnel -> (local) Server.

Localtunnel's subdomain is randomized and it is hard to guess the url. Potentially, Anyone can access your clipboard via the internet when running this Server/App.

Installation

Currently, released binary is mac only. But, you can run/build this app for your platform.

Run app on local

yarn
yarn start

Build app on local

yarn
yarn make

Usage

  1. Run app(This is a server)
    • Click "Open" on context menu
  2. Register bookmarklet to your client
  3. Focus <input> or <textarea> on your client's browser
  4. Run the bookmarklet in your client

Bookmarklets

Current implementation of bookmarklets is src/server/bookmarklet.

If you have other bookmarklet idea, please send pull request.

Note: This generated bookmarket code include secret-key, you don not share it.

Contributing

  1. Fork it!
  2. Create your feature branch: git checkout -b my-new-feature
  3. Commit your changes: git commit -am 'Add some feature'
  4. Push to the branch: git push origin my-new-feature
  5. Submit a pull request :D

License

MIT

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].