this post was submitted on 09 Jun 2026
112 points (96.7% liked)

Apple

20616 readers
3 users here now

Welcome

to the largest Apple community on Lemmy. This is the place where we talk about everything Apple, from iOS to the exciting upcoming Apple Vision Pro. Feel free to join the discussion!

Rules:
  1. No NSFW Content
  2. No Hate Speech or Personal Attacks
  3. No Ads / Spamming
    Self promotion is only allowed in the pinned monthly thread

Lemmy Code of Conduct

Communities of Interest:

Apple Hardware
Apple TV
Apple Watch
iPad
iPhone
Mac
Vintage Apple

Apple Software
iOS
iPadOS
macOS
tvOS
watchOS
Shortcuts
Xcode

Community banner courtesy of u/Antsomnia.

founded 3 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] TeXniker@mathstodon.xyz 0 points 3 weeks ago (1 children)

@tyler
Just out of curiosity: what exactly do you do with Hammerspoon? I installed it because it was mentioned in a podcast and looked interesting, but in the three months since then I haven’t found anything.

[–] tyler@programming.dev 1 points 3 weeks ago

Sorry for the delayed reply. There a bunch of existing Spoons you can use, and if something doesn’t exist you can just build it yourself. Some examples of what I’ve done are things like a shortcut that will paste your clipboard into a field that blocks pasting, or a shortcut that automatically calculates TOTP codes, opens up Tunnelblik and puts the TOTP code in for company VPNs that require special combinations. I have a shortcut that overlays a grid onto the screen and I will hit a button to choose the top left point of the window and then another button for the bottom right and it will resize to that grid area. I have a shortcut that will jump to any application by name, eg I hit alt f and then a small window pops up and I then hit the letter corresponding to the application I want, so like f would take me to Firefox, m would take me to messages.

You can pretty much do anything, because Hammerspoon just makes Mac apis easier to use, and Macs already have Automator and Apple Scripts so its just like an easy interface with user made Spoons that make stuff easier to do.