A powerful web-based clipboard utility that supports Base64 encode/decode, URL encoding, case transformations, and instant copy functionality.
-
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 clipboardCtrl+Alt+V- Paste from clipboard
- Open
index.htmlin your web browser - Paste or type text into the text area
- Click any transformation button to process the text
- Use the "Copy Result" button to copy the transformed text to your clipboard
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
No installation required! Simply:
- Clone the repository:
git clone https://github.com/BaseMax/clipboard-utility-suite.git- Open
index.htmlin your browser:
cd clipboard-utility-suite
open index.html # macOS
start index.html # Windows
xdg-open index.html # LinuxYou can also use GitHub Pages to host this utility:
- Go to your repository settings
- Navigate to Pages
- Set the source to main branch
- Your utility will be available at
https://basemax.github.io/clipboard-utility-suite/
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+
All operations are performed locally in your browser. No data is sent to any server.
MIT License - see LICENSE file for details
Max Base
- GitHub: @BaseMax
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if this project helped you!
