From 6f71aad978ae40d10392b4fbb8a60a2524da70e1 Mon Sep 17 00:00:00 2001 From: Nikita Voloboev Date: Tue, 20 Mar 2018 23:51:36 +0100 Subject: [PATCH] Replace tester with {query} --- CONTRIBUTING.md | 2 +- workflow/info.plist | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e3161bb..974e47a 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Contributing to Alfred Web Searches There are many ways you can contribute. You can: -- [Edit the CSV file](../../edit/master/workflow/websites.csv) and add more web searches to the workflow. It has a simple structure of argument, followed by comma and then what website is going to be searched. Where `tester` word will be replaced by the user query. +- [Edit the CSV file](../../edit/master/workflow/websites.csv) and add more web searches to the workflow. It has a simple structure of argument, followed by comma and then what website is going to be searched. Where `{query}` will be replaced by the search query. - Make suggestions and file bugs in [Issues](../../issues/). - Fix issues and add features with [Pull Requests](../../pulls/). diff --git a/workflow/info.plist b/workflow/info.plist index b93b793..d7138f9 100644 --- a/workflow/info.plist +++ b/workflow/info.plist @@ -47,7 +47,7 @@ destinationuid 23A8F1A5-6183-4943-84D2-D9E7B9DA9A72 modifiers - 262144 + 1048576 modifiersubtext Search Reddit for most recent vitoclose @@ -336,7 +336,7 @@ escaping 102 script - echo -n ${URL/tester/$1} + echo -n ${URL/\{query\}/$1} scriptargtype 1 scriptfile @@ -516,7 +516,7 @@ escaping 102 script - echo -n ${URL/tester/$1} + echo -n ${URL/\{query\}/$1} scriptargtype 1 scriptfile @@ -577,7 +577,7 @@ escaping 102 script - echo -n ${RECENT/tester/$1} + echo -n ${RECENT/\{query\}/$1} scriptargtype 1 scriptfile @@ -631,7 +631,7 @@ escaping 102 script - echo -n ${URL/tester/$selection} + echo -n ${URL/\{query\}/$selection} scriptargtype 1 scriptfile @@ -834,7 +834,7 @@ escaping 102 script - echo -n ${URL/tester/$selection} + echo -n ${URL/\{query\}/$selection} scriptargtype 1 scriptfile @@ -1140,7 +1140,7 @@ Post any issues and feature requests you have there. 💜 version - 2.2.7 + 2.3 webaddress https://github.com/nikitavoloboev/alfred-web-searches