Docs

Encoding Toolkit

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.

Shortcut Command

The shortcut command for this extension is EncodingToolkit. Type this command and press Space to view all supported encoding and decoding tools.

How to Use

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.

  • Format: EncodingToolkit [command] [text to process]
  • Example: Type EncodingToolkit base64encode sliprail and press Enter. c2xpcHJhaWw= will be copied to your clipboard.

If no parameter is provided, Sliprail will display a prompt.

Supported Commands

The Encoding Toolkit includes the following shortcuts, each corresponding to a specific encoding or decoding operation:

CommandFunction
base64encodeBase64 Encode
base64decodeBase64 Decode
urlencodeURL Encode
urldecodeURL Decode
htmlencodeHTML Entity Encode
htmldecodeHTML Entity Decode
hexencodeHex Encode
hexdecodeHex Decode
unicodeencodeUnicode Encode
unicodedecodeUnicode Decode
md5encodeMD5 Hash