urldecoder 1.4.0

A fast, feature-rich, file-oriented batch URL decoder written in Rust.
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
  "version": "1.1.1",
  "description": "Decode URLs in your files!",
  "homepage": "https://github.com/lxl66566/urldecoder",
  "license": "MIT",
  "url": "https://github.com/lxl66566/urldecoder/releases/download/v1.1.1/urldecoder-x86_64-pc-windows-msvc.zip",
  "bin": "urldecoder.exe",
  "checkver": {
    "github": "https://github.com/lxl66566/urldecoder"
  },
  "autoupdate": {
    "url": "https://github.com/lxl66566/urldecoder/releases/download/v$version/urldecoder-x86_64-pc-windows-msvc.zip"
  }
}