A list of mostly useful apps that I use on macOS that make things easier to get done. I try to stick to one-time purchases or free.
- Clipboard Manager: maccy
- Typing automator: Rocket Typist
- One-time fee, but a big time saver. I can have it replace text with small shortcuts, as well as templates to make things go faster. This is useful for typing out Linux commands that are very long, repetitive, or for always typing someone's name correctly in Slack.
- Example:
!H
typeshostname -f
- Screenshot tool: shottr (one time fee, but worth it!)
- Spolight on steroid: Raycast
- Easy Emoji Picker: Rocket
- Updates: MacUpdater
- Getting to ChatGPT faster: MacGPT
- Window Management: magnet
I have a mix of a few.
- PopClip
- Start looking at their extensions, this app is so simple, but a magnificent time-saver.
- Latest
- Updates for applications in macOS.
- TextSniper
- A one-time fee, but well worth it. While macOCR is free, this app does better at keeping the text on different lines and can speed up OCR on-screen capture.
- macOCR
- Allows you to type
ocr
and have the text output to your terminal. Apple has a similar feature for images, but it's nice to not need to take a screenshot to quickly grab some text on screen that is not copyable. It does have some problems with special characters at times.
- Allows you to type
- PagerDuty CLI
- Easy way to interact with PagerDuty. You can use it to find out who is oncall, or also to ack incidents and get incident stats. Documentation is good enough to get things done, but more examples would be nice.
- See HomeBrew installation
brew install zph/zph/pagerduty-cli
- pyenv
- A simple way to manage multiple versions of Python. So easy I don't even know how I got it to work and how it's still working.
- homebrew
- mas
- Command line macOS app store. Still experimenting with it, not sure how useful it is.
mas list
mas outdated
mas upgrade
- mailsy
- Generate command line disposable e-mails
mailsy g
andmailsy m
mailsy -help
- Generate command line disposable e-mails