The Encoding Toolkit extension provides a comprehensive set of data transformation tools for developers and technical users. It allows you to encode and decode text directly from the Sliprail launcher and automatically copies the result to your clipboard, greatly simplifying common data processing tasks.
The shortcut command for this extension is EncodingToolkit. Type this command and press Space to view all supported encoding and decoding tools.
This extension follows Sliprail's parameter mode. First, type the command, press the Spacebar, then enter the text you want to process, and finally press Enter.
EncodingToolkit [command] [text to process]EncodingToolkit base64encode sliprail and press Enter. c2xpcHJhaWw= will be copied to your clipboard.If no parameter is provided, Sliprail will display a prompt.
The Encoding Toolkit includes the following shortcuts, each corresponding to a specific encoding or decoding operation:
| Command | Function |
|---|---|
base64encode | Base64 Encode |
base64decode | Base64 Decode |
urlencode | URL Encode |
urldecode | URL Decode |
htmlencode | HTML Entity Encode |
htmldecode | HTML Entity Decode |
hexencode | Hex Encode |
hexdecode | Hex Decode |
unicodeencode | Unicode Encode |
unicodedecode | Unicode Decode |
md5encode | MD5 Hash |