gcoller Posted January 31, 2013 Posted January 31, 2013 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 will escape the forward slashes (and other url characters). I'm hoping this will be a popular suggestion and easy to implement seeing as it's just bypassing whatever escapeString() Alfred is using. untidey and thatdutchguy 2
jdfwarrior Posted February 1, 2013 Posted February 1, 2013 As a temporary solution, instead of using the Open URL action, why not just use the Run Script action and do: open "http://aws-portal.my...re-prod/{query}"
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now