lincoln Posted October 27, 2019 Share Posted October 27, 2019 Hey, Is it possible to run a workflow without a keyword. Example: run the workflow to convert currency without needing to type cy 10 to usd? Thanks Link to comment
vitor Posted October 31, 2019 Share Posted October 31, 2019 Welcome @lincoln, Currency converters need text input to know what and how much to convert, so when you want to interact with them without a keyword, how exactly do you want it to work? Please be specific on the exact steps. Link to comment
lincoln Posted November 12, 2020 Author Share Posted November 12, 2020 @vitor Sorry for the late reply. What I mean is doing like spotlight . I just need to say "10 usd to eur" and spotlight show me the result. Converting measurements works as well (10 inches to cm) In alfred I always have to input the keyword before and this is a setback for me Thanks Link to comment
Mr Pennyworth Posted November 13, 2020 Share Posted November 13, 2020 On 10/27/2019 at 5:17 PM, lincoln said: Hey, Is it possible to run a workflow without a keyword. Example: run the workflow to convert currency without needing to type cy 10 to usd? Thanks @lincolnThis workflow does exactly that: https://github.com/biati-digital/alfred-calculate-anything No keyword is required. Limitation: the query must start with a number. If you are comfortable writing code, or do some tedious work manually, you can look at that workflow and see how it automatically triggers based on number, and extend the same logic to make it trigger based on currency identifiers too. Link to comment
vitor Posted November 13, 2020 Share Posted November 13, 2020 (edited) 8 hours ago, Mr Pennyworth said: No keyword is required. To be accurate, a Keyword is still very much required, the author just added a bunch of them (one for each number), providing the illusion that no Keyword is being used. I’m confident you understand the difference, @Mr Pennyworth, I’m making the point to the less technically-inclined users who may not understand it. Edited November 13, 2020 by vitor Link to comment
Mr Pennyworth Posted November 14, 2020 Share Posted November 14, 2020 7 hours ago, vitor said: To be accurate, a Keyword is still very much required, the author just added a bunch of them (one for each number), providing the illusion that no Keyword is being used. I’m confident you understand the difference, @Mr Pennyworth, I’m making the point to the less technically-inclined users who may not understand it. Agreed! Makes sense I just wanted to make sure that @lincoln knows that the specific thing (spotlight-like behavior for conversions) they want is possible, and there already exists a workflow to do just that. I think I'm frequenting these forums too much I could swear that I saw a short reply from someone to the effect "what you're asking is not possible". Now I see that there was no such reply! 😨 Link to comment
vitor Posted November 14, 2020 Share Posted November 14, 2020 2 hours ago, Mr Pennyworth said: I think I'm frequenting these forums too much I hadn’t interacted with you before, but I’ve seen your posts and I like the ingenious solutions you’ve been coming up with. I’m interested in seeing more! Mr Pennyworth 1 Link to comment
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