V1 is available here.
The simplest method for transmitting data across internet-connected devices
Current preview is available here.
- Clone this repository (e.g.
git clone https://github.com/fadkeabhi/CLIPBOARD
) - Copy config.sample.php to config.php (
cp config.sample.php config.php
) - Set up your own database credentials in config.php
- Import
clips.sql
into the database (e.g.mysql -uroot clipboard < clips.sql
)
- Add Copy to clipboard button
- Add user login system with private clips
- Add permanat clip system
- Add theme switcher
- Add more themes
- fadkeabhi - Idea & Initial work
See also the list of contributors who participated in this project.
- Hat tip to anyone whose code was used