I think a lot of people using Apex are going to want syntax highlighting of code blocks. Including a script like Highlight.js in your HTML output is fine, but I wanted Apex to be able to directly output HTML with the necessary spans and tables for highlighting. So, introducing the –code-highlight flag. How It Works…
For my subscribers, here’s a Fish function for sending files from the current iTerm pane to another pane in the same tab. When working in Forklift or Path Finder, I love the ability to send files from one pane to the other with a keyboard shortcut when browsing in split pane mode. I wanted to…