Skip to content

Instantly share code, notes, and snippets.

@damenleeturks
damenleeturks / jq-cheetsheet.md
Last active December 1, 2020 21:47 — forked from olih/jq-cheetsheet.md
jq Cheet Sheet

Processing JSON using jq

jq is useful to slice, filter, map and transform structured json data.

Installing jq

On Mac OS

brew install jq

@damenleeturks
damenleeturks / blockquote.md
Last active April 15, 2019 18:59 — forked from Wilto/blockquote.md
Of Blockquotes and Outlines
@damenleeturks
damenleeturks / open-iterm-from-finder.md
Last active April 12, 2018 21:00 — forked from jonschlinkert/open-iterm-from-finder.md
Add an icon to your finder toolbar to open iTerm in the current folder.

Open iTerm iTerm2 from Finder

The code and instructions in this gist are from http://peterdowns.com/posts/open-iterm-finder-service.html. I've had to do this a few times and wanted to distill it the basics. Update: Replaced the first script with one from http://hohonuuli.blogspot.de/2016/02/iterm2-version-3-open-iterm-here-script.html (thanks @smith64fx for the link)

  1. Open Automator
  2. Create an Application
  3. Choose Actions > Utilities > Run Applescript
  4. Paste the contents of open_in_iterm.app into the window.
  5. Save the script somewhere convenient