Part 3Amaranthineflipped into Amaranthine Tech NewsShell scripting in macOS – Part 3 Condition checksarunpatwardhan.com - / Arun PatwardhanThis article is a continuation of the previous article. We will be taking the previous script and using it to build on the concepts we will learning …
Part 2Amaranthineflipped into Amaranthine Tech NewsShell scripting in macOS – Part 2: Managing informationarunpatwardhan.com - / Arun PatwardhanThis article is a continuation of the previous article. We will be taking the previous script and using it to build on the concepts we will learning …
First article on Shell scripting.Amaranthineflipped into Amaranthine Tech NewsShell scripting in macOS – Part 1arunpatwardhan.com - / Arun PatwardhanThe scripts in the following articles are written in macOS Big Sur. You can use these concepts to create scripts on UNIX and Linux too. This is the …
Amaranthineflipped into Amaranthine Tech NewsScreen capture and recording in macOSarunpatwardhan.com - / Arun PatwardhanContinuing from the articles on recording macOS and iOS screens here is another handy built in tool. Press the key combination ⇧ ⌘ 5 and it brings the …
Creating custom operators in SwiftAmaranthineflipped into Amaranthine Tech NewsCreating custom operators in Swiftarunpatwardhan.com - / Arun PatwardhanWhat are custom operators? Custom operators are operators that are defined by us and are not part of the programming language natively. We are all …
Creating code snippets in XcodeAmaranthineflipped into Amaranthine Tech NewsCreating Code Snippets in Xcodearunpatwardhan.com - / Arun PatwardhanWhat are code snippets? Code snippets are as the name suggests, short pieces of code that can quickly be inserted into your code file. This is done …