Skip to content

Instantly share code, notes, and snippets.

@cjxe
Last active June 26, 2024 13:56
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 I use regularly

⚠️ DISCLAIMER

My general thumb of rule to download a new tool is to wait until I Google a tool to solve a problem, and then integrate it into my workflow. So 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 > +
  • 🫴 Pure Paste: Paste as plain text by default.

Mouse

  • 🫴 MOS: Smooth scroll reverser that doesn't bug out.
  • 🫴 SteelSeries Exact Mouse: Removes mouse acceleration for real.

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).
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment