I would like a checkbox next to the "Encode query..." and "Encode spaces" that disables the character escaping for the {query}.
Rationale:
For us developers who use Alfred everyday in our workflow there are times (for example when working on REST services)
where I'd like to create a set of searches like:
keyword: s3dev
url: http://aws-portal.mycompany.com/s3/pre-prod/{query}
where I can trigger it in alfred:
s3dev 5002/some/rest/endpoint/5012
and it will take me to
http://aws-portal.mycompany.com/s3/pre-prod/5002/some/rest/endpoint/5012
Currently it wi