CPOI is a tool that allows you to copy and paste text between your different devices using web browser/extension and cli. Simple and fast to use, no sign-up or account is required.
You can simply go to https://cpoi.0xy.fr and start copying your text.
- Enter your text to copy in the blue area.
- Click Copy/Paste button
Note
To clone the submodules you can
- clone only the independant repos
- get the whole CPOI repo with all its submodules using:
git clone --recursive https://github.com/0xy-tools/cpoigit clone https://github.com/0xy-tools/cpoi && git submodule update --init.

Available on Firefox and Chromium-based web browsers!

You can directly clone the cpoi-extension repo.
There is a command line interface to simply use it from a terminal cpoi-cli. If you only want the CLI, you can clone the cpoi-cli repo.
You will be able to get the server code here (php/sql) in order to create your own instance.
All the resquests available are using GET method.
For instance if you clone this repo on your web server yourserver.xyz, requests will look like https://yourserver.xyz/cpoi?type=value
?c=ValueToCopy will save your "ValueToCopy" in a clipboard for 30 minutes maximum. It will return you a clipboard code formated like word-word-word that you'll need to paste the clipboard onto your other machine.
?uc=ValueToCopy. Same as ?c (Copy), but clipboard will automaticaly be destroyed once it has been pasted.
?p=clip-board-code will display the content of the "clip-board-code"'s clipboard.
Note: if the clipboard has been created with ?uc, it will be instantly destroyed, and you won't be able to paste it again.
?d=clip-board-code. Will destroy the clipboard manually. It won't be possible to paste it anymore.
Advanced requests
?a=clip-board-code:MoreContent. Once you created a clipboard (with ?c or ?uc), you can aggregate it with more values. For instance, if your clipboard contained "Content" it will now contain "ContentMoreContent".



