Skip to content

BaseMax/clipboard-utility-suite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📋 Clipboard Utility Suite

A powerful web-based clipboard utility that supports Base64 encode/decode, URL encoding, case transformations, and instant copy functionality.

Clipboard Utility Suite

✨ Features

  • Base64 Operations

    • Encode text to Base64
    • Decode Base64 to text
  • URL Encoding

    • URL encode text
    • URL decode text
  • Case Transformations

    • UPPERCASE
    • lowercase
    • Title Case
    • camelCase
    • snake_case
    • kebab-case
  • Clipboard Operations

    • Copy result to clipboard instantly
    • Paste from clipboard
    • Clear text
  • Keyboard Shortcuts

    • Ctrl+Alt+C - Copy to clipboard
    • Ctrl+Alt+V - Paste from clipboard

🚀 Usage

  1. Open index.html in your web browser
  2. Paste or type text into the text area
  3. Click any transformation button to process the text
  4. Use the "Copy Result" button to copy the transformed text to your clipboard

Examples

Base64 Encoding:

Input: Hello World
Output: SGVsbG8gV29ybGQ=

URL Encoding:

Input: Hello World!
Output: Hello%20World%21

Case Transformations:

Input: hello world
Title Case: Hello World
camelCase: helloWorld
snake_case: hello_world
kebab-case: hello-world

🛠️ Installation

No installation required! Simply:

  1. Clone the repository:
git clone https://github.com/BaseMax/clipboard-utility-suite.git
  1. Open index.html in your browser:
cd clipboard-utility-suite
open index.html  # macOS
start index.html # Windows
xdg-open index.html # Linux

🌐 Live Demo

You can also use GitHub Pages to host this utility:

  1. Go to your repository settings
  2. Navigate to Pages
  3. Set the source to main branch
  4. Your utility will be available at https://basemax.github.io/clipboard-utility-suite/

📱 Browser Compatibility

Works on all modern browsers that support:

  • ES6+ JavaScript
  • Clipboard API (for copy/paste functionality)
  • CSS Grid

Tested on:

  • Chrome 90+
  • Firefox 88+
  • Safari 14+
  • Edge 90+

🔒 Privacy

All operations are performed locally in your browser. No data is sent to any server.

📄 License

MIT License - see LICENSE file for details

👤 Author

Max Base

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

⭐ Show your support

Give a ⭐️ if this project helped you!

About

A powerful web-based clipboard utility that supports Base64 encode/decode, URL encoding, case transformations, and instant copy functionality. Encode, decode, and transform clipboard text.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors