Add an option to not url encode.
gprime31 opened this issue · comments
currently it works like: qsreplace "https://site.com" ---> param=https%3A%2F%2Fsite.com
can you add an option to not url encode? ---> param=https://site.com
Accept URLs on stdin, replace all query string values with a user-supplied value
Repository from Github https://github.comtomnomnom/qsreplace
gprime31 opened this issue · comments
currently it works like: qsreplace "https://site.com" ---> param=https%3A%2F%2Fsite.com
can you add an option to not url encode? ---> param=https://site.com