tomnomnom / qsreplace

Accept URLs on stdin, replace all query string values with a user-supplied value

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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