Shortcut Your Life

One of my favorite Apps, is Apple’s Shortcuts App. If you don’t know anything about it, Apple’s Shortcuts app allows you to automate things you do with your iPhone or iPad. It is a way for anyone to learn how to be a developer as it shows you how to think like a developer. I have a many shortcuts on my iPhone and iPad. I plan to create a page where I write up how to use Shortcuts and what you can do with it. I plan to create a subscription newsletter. Among the things I do with Apple Shortcuts is:

  1. Quickly get the password for certain important things.
  2. Put the lights on and off in various rooms using verbal commands.
  3. Having the tv put on and have Apple TV’s Youtube TV to come out and have my virtual remote ready. And then quickly shut things down when I don’t need to watch TV.

The amount of things you can come up with with Apple Shortcuts is almost endless. And Apple Shortcuts is very powerful as you can put various development language to make really powerful and complex Shortcuts.

This is not my day job. I am not a professional technology person. Rather, I am an everyday person who likes technology. So if I can learn this, you can to. It is easy and powerful once you pursue learning Apple Shortcuts.

Here is where the sign up will be if you are interested:

My goal is to write many articles and videos showing how you can use Apple Shortcuts to make your life and work easier. I believe Apple will eventually have Apple Shortcuts on the Macintosh. In particular, as many business use iPhones and iPads for their employees, Apple Shortcuts will help businesses by more efficient. So sign up, and you will get newsletters on the word of Apple Shortcuts.

Thanks, Lex.

IOS 12, Siri ShortCuts APP and the PCalc App

Along with being a big fan of Apple, I am a fan of MacStories.Net and Federico Viticci who founded that Apple-centric website from Italy and his writing. What caught my eye recently was a great review of the PCalc App’s update (version 3.8) to take advantage of the APIs that Apple recently in IOS 12 regarding Siri Shortcuts.  Federico really praised how PCalc integrated setting up Siri Shortcuts in the app and he said it was a great model for other apps.  Federico also gave an example about how cool the automation will be in iOS 12 with the Siri Shortcuts and the Shortcut app that Apple released.    You can read Federico’s article here.   
One of the things Federico highlighted was the the PCalc app now allows you to create Siri Shortcuts using the clipboard in iOS as an input.  And he gave an example where PCalc can convert currency to another currency using input from copying a number to the clipboard.  He then explained that after you create some Siri Shortcuts for PCalc, you can then see those Shortcuts in the Shortcut App that Apple created and then you could chain together the shortcuts and name the combination for a shortcuts for that combination.  Basically, the idea is that you can pick a number for the currency you want to convert, and then it will convert it to various currency using the Shortcut App and the Shortcuts that are in PCalc that you created.  
So I tried doing that but I ran into a problem.  When I used the Shortcut App and selected PCalc Shortcuts, the problem was that once it converted one number, it than put the answer in the clipboard, and so the next conversion, rather than using the original number in the clipboard used the new number in the the clipboard.  
For example, I experimented with converting Euro’s to British Pounds and also to the U.S. Dollar.  The input was 100 Euros.  It converted to Pounds correctly, 88.88 Pounds, but then used that number to convert to dollars, instead of 100 Euros.  
So on Twitter I reached out for assistance from Federico and the developer of PCalc, James Thomson, was kind enough to respond also.   Here is what he said.
Blog picture
So James Thomson confirmed that the way PCalc works is that the output is added to the clipboard. 
Referring to features in the Shortcuts App, Mr. Thomson suggested the following that could be a possible fix.
Blog pics 2  
Well with that solution, I found a workaround.  And while I used the clipboard, I also added a feature where the Shortcut prompts me to fill in a number for the Euro, and then it first tells me that the first conversion number was an English Pound, and then when I was ready give me the Pound conversion number, and then tells me the next conversion is the U.S. Dollar, and the answer for the conversion to the Dollar, and then tell me the next conversion was the Chinese Yuan, and then the conversion answer.  
In the Shortcut App here is how I did it.  First, I used the scripting function “Ask for Input” where I set the question for the prompt to be “Enter Euro.”  That prompts an input and I set the value to “number” as I want a number, the value of the Euro I want to convert.
Then I add the script “Get Variable” and I set the “Magic Variable” to the “Ask the for Input.”  This grabs the input and then passes on that variable to the next step, the script “Copy to Clipboard.”  The number I input becomes a variable which was then pasted into the Clipboard.  Because when I first did this the output was just a number without a label, I inserted a script to first label what the next number that was shown would be.  So I installed a script “Show Result”  and typed in Pounds.  This shows the word “Pound” before the conversion number is revealed.  The next step was that I added the Siri Shortcut I created in PCalc, which take the variable I added to the clipboard and converting the Euro number to the Pound number.
 
I repeated these 5 steps for the conversion to Dollars and Yuan.  So all together 15 steps.  The trick is because each time, the “Get Variable” is set to “Ask for Input” and then pastes into the clipboard, the clipboard for the subsequent conversions is not the output from PCalc’s prior conversion, but instead the original input that I typed in. That way, for example, if I convert 100 Euros, each conversion uses my original 100 Euro input.  
Here is a video showing how it works.  
ScreenRecording_09-17-2018 20-24-45.m4v
I agree with Federico that PCalc’s implementation of Siri Shortcuts is really great.  You should check out Macstories.net and PCalc.