avatara place of mind

Summary

The website article outlines five open-source macOS applications that are recommended for programmers to enhance productivity in 2022.

Abstract

The article titled "🔥 5 macOS Apps that Every Programmer Should Know About in 2022" introduces five open-source applications designed to boost productivity for macOS users in the programming community. These applications include Hammerspoon, which offers powerful automation capabilities similar to AutoHotKey on Windows, and Boop, which allows users to perform operations on text or code without using external services. Additionally, the article highlights QLMarkdown for previewing markdown files using macOS's Quick Look feature, Syntax Highlighting for source file previews in macOS 10.15 Catalina and later, and Jupyter Notebook Viewer, a macOS application for viewing Jupyter/IPython notebooks with Quick Look integration. The article also encourages readers to engage with the content by clapping and following for future posts.

Opinions

  • The author believes that Hammerspoon, combined with Karabiner Elements, can significantly enhance productivity.
  • Boop is recommended as a secure alternative to online services for text/code transformations.
  • Quick Look is praised for its utility in previewing files, and its functionality is extended by the mentioned applications for markdown and source code files.
  • The author suggests that readers will find value in these applications and the potential productivity gains they offer.
  • There is an anticipation that readers will appreciate the list of applications and the convenience they bring to macOS programming tasks.

🔥 5 macOS Apps that Every Programmer Should Know About in 2022

Boost your productivity with these open-source apps that you probably never heard of before!

🚀 See also:

— 🔗 Part 1 — 🔗 Part 2 — 🔗 Part 3

1. Hammerspoon (open-source)

A Hammerspoon script that shows the Wi-Fi name on the menu bar. Source

The equivalent of AutoHotKey on Windows. This is a tool for powerful automation of macOS. At its core, Hammerspoon is just a bridge between the operating system and a Lua scripting engine. What gives Hammerspoon its power is a set of extensions that expose specific pieces of system functionality, to the user.

In the future I’ll write about how the combination of Hammerspoon + Karabiner Elements can boost your productivity.

Link 1 and Link 2

2. Boop (open-source)

You paste your text/code in Boop and perform various operations on it. Source

Boop is a simple editor that allows you to execute scripts on the buffer. The idea is that you don’t have to paste potentially secret information into shady websites to do some simple transforms, like format json and decoding query strings.

Link 1 and Link 2

3. QLMarkdown (open-source)

QLMarkdown lets you view markdown files in Quick Look.

You know Quick Look? The macOS feature that lets you preview files without really opening them? The way it works is you select a file and press space to view the file. This works well for images and text files, but now you can view markdown files as well!

Link

4. Syntax Highlighting (open-source)

This application offers a Quick Look Extension for macOS 10.15 Catalina and later for previewing source files.

Link

5. Jupyter Notebook Viewer (open-source)

Jupyter Notebook Viewer lets you view Jupyter Notebooks in Quick Look.

A native macOS application to view Jupyter/IPython notebooks. It’s also integrated with Quick Look!

Link

If you enjoyed this list, please 👏 and follow for future posts!

Productivity
Apple
Mac
Apps
Open Source
Recommended from ReadMedium