Tag: automation
Shortcut to open a Maven Package in OSS Index
I wrote a simple shortcut to open a Maven Package in the OSS Index. It prompts you to enter a group ID and artifact ID and opens the browser with the URL.
HazeOver — Distraction Dimmer for Mac
Turn distractions down and focus on your current task.
Restore windows layouts with Moom
Moom has some AppleScript functionality.
Shortcut to verify if a Micronaut module's version is available in SonaType
I created this MacOS Shortcut to verify if a Micronaut module's version is available in SonaType.
Record audio in QuickTime Player on Mac
You can make an audio-only recording with QuickTime Player.
Loom Async video messaging
Today, I got my first Loom video. It is exciting to see a wave of solutions for async communications. Either automatic check-ins written or in a video.
AppleScript - Open Mail to an specific inbox
Avoid distractions and go to the email inbox you are working with.
HTML Keyboard Shortcuts with accesskey
I added keyboard shortcuts to my website with HTML accesskey attribute.
Start Orbit Timers with AppleScript
Orbit is not Scriptable but you can workaround it
AppleScript Transmit File Sync
Trigger Synchronization a local folder to an S3 bucket with AppleScript
TextExpander Popup Menu
Text expansion macros can have a UI to guide you
Compose Tweet about a website with Shortcuts
Fetch information of the page with Javascript
Compose an email with AppleScript
Automate repetitive emails
AppleScript to stop Harvest Timer
You can execute Javascript from AppleScript
Mail Shortcut to Export to PDF
It is easy to create a shortcut to a menu item of an application
Automatically generate a PDF from a Screenshot
Combine Hazel and Automator to do it.
Run a Gradle build when you save in BBEdit
Use BBEdit's Attachment Scripts and AppleScript
AppleScript - Export multiple Word documents as PDFs
The AppleScript script prompts you to select multiple word documents, asks you for a folder to save the PDFs, opens each document in Word and saves it as PDF.
Execute a Gradle task shortcut with IntelliJ IDEA
How to setup a shortcut to execute a Gradle task with IntelliJ IDEA