Random happy thoughts

Life is easier with some simple scripting. Grateful for everyone's encouragement and support!

View this project on GitHub

Posts page 3 of 4

Mac screenshots with no page shadow

2023.06.15   •   2 min read

You can take screenshots different ways on a Mac screen. What comes by default is a shadow effect around a captured window image.

How else to make my keyboard my own

2023.06.14   •   3 min read

I have been thinking, what are the native system options to safely edit and create new functionality on a Mac keyboard. This led me to creating custom key bindings.

Toggle WiFi on and off - Automator shell script

2023.06.13   •   2 min read

Goal: have a simple shortcut if I want to turn WiFi on or off. Shows how it’s done with Automator and a script.

Get rid of any leftover Mac system extensions

2023.06.12   •   8 min read

I ended up with a left over ghost system extension that cannot be removed by any of the usual methods (sudo rm -rf). Here is a way around that so we are not left with things in the system that we don’t need.

Python and Mac notifications

2023.06.11   •   3 min read

Terminal command can pass along an AppleScript command. What if all that is happening inside a Python script?