z404 / Copy-That

Makes a bunch of copy to clipboard buttons for given text, hosted on github pages

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Copy that

GPLv3 License JavaScript HTML 5 CSS 3 Github Pages

Github Pages url: https://z404.github.io/Copy-That/

Custom URL: http://copy-that.me/

visitors

Make a quick copy paste setup for a time sensitive situation. Say you need to buy Comic con tickets for 10 people and you need to input the details of all the people really fast. Or imagine you are in a situation you need to Ctrl+F a lot of content really fast then you can set this up in all the ways you want.

We have extra commands that you can use to streamline your experience. Check the Commands section

Example: Comic Con tickets

Tom and John want to go to comic con but the seats are limited and they are slow typers. They used this website to generate a copy to clipboard application that helps them fill the form faster.

Each of them need to input their Name, Age and shirt size.

Format used:

<title: Comic Con tickets>
<heading: John>
John Wright
25
M
<br>
<heading: Tom>
Tom Blue
24
XL

Output given:

Image

Commands Reference

Add headings

<heading: This is a heading>
Command Parameter Description
heading string Required. Adds a heading

Change title

  <title: This is a title>
Command Parameter Description
title string Required. Changes the title

Line break

  <br>
Command Description
br Required. Add a line break

Contributing

Contributions are always welcome!

Raise an issue or contact us for ways to get started.

Authors

Logo

About

Makes a bunch of copy to clipboard buttons for given text, hosted on github pages

License:GNU General Public License v3.0


Languages

Language:JavaScript 65.7%Language:HTML 28.1%Language:CSS 6.2%