tomnomnom / qsreplace

Accept URLs on stdin, replace all query string values with a user-supplied value
MIT License
755 stars 123 forks source link

Add an option to not url encode. #16

Open gprime31 opened 1 year ago

gprime31 commented 1 year ago

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