Skip to content

Instantly share code, notes, and snippets.

@cjxe
Last active October 20, 2025 12:09
Show Gist options
  • Save cjxe/b8fa589f80b7d23801eeba1fb129f03a to your computer and use it in GitHub Desktop.
Save cjxe/b8fa589f80b7d23801eeba1fb129f03a to your computer and use it in GitHub Desktop.
MacOS apps that enhance my productivity

⚠️ DISCLAIMER

My rule of thumb to integrate a new tool to my daily workflow is to wait until I Google a tool to solve one of my problems, that repeat frequently enough, and then integrate it into my workflow. So, I would treat this list as an "exploration" step, and download the tools which you think are useful to your workflow.

Productivity

Software engineering

  • 🫴 Cd to...: Finder Toolbar app to open the current directory in the Terminal.
  • 🫴 ColorSlurp: Color picker
  • 🫴 DevToys: Developer tools to compare text, decode/encode url/jwt, format json/xml/sql, generate hash/uuid...
  • 🫴 Terminal.app extensions: Install Oh My Zsh to be able to install plugins (i.e., zsh-syntax-highlighting). Install Powerlevel10k theme along a supported font to have a fancy breadcrumb for Git and timestamp for each line. Lastly, import a nice base theme such as Gruvbox theme.

Result:

image

Screen

  • 🫴 Monitor Control: Control the brightness of each connected monitor.
  • 💵 Lunar: Control brightness of your monitors in more detail. I bought it to automatically turn off my built-in display when it's connected to an external display.
  • 🫴 Shottr: Copy and paste screenshots effortlessly.
  • 🫴 Owl OCR: Copy text in images.

Keyboard

  • 🫴 Espanso: Text expander. I use this and not the MacOS text expander since it is possible to write mulitple line or variable (i.e., todays date in a nice format) texts.
  • 🫴 CapsLockNoDelay: Removes the annoying delay after pressing on the caps lock key.
    • Add this to startup: System preferences > Users & Groups > Select a user on the side bar > Login items > +

Mouse

Sound

  • 💵 SoundSource: Sound controller that doesn't bug out and easy to use.

Visual

  • 🫴 Hidden: Hides icons on the menu bar.
  • 🫴 Coconut Battery: Displays extra battery info on the menu bar (i.e., how many hours of usage is left).
@cjxe
Copy link
Author

cjxe commented Jun 27, 2025

Removed Pure Paste (Paste as plain text by default), because most applications allow pasting without formatting with the SHIFT + CMD + V keyboard shortcut.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment