Skip to content

Instantly share code, notes, and snippets.

View Mishkun's full-sized avatar
🏠

Mikhail Levchenko Mishkun

🏠
View GitHub Profile
@olih
olih / jq-cheetsheet.md
Last active July 16, 2024 23:02
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

@jaeschliman
jaeschliman / emacs-set-app-icon.m
Created January 24, 2014 03:18
change the Emacs.app application icon while it's running
/*
I typically run several emacs instances at once,
One handling IM and my timecard etc,
and one for each project I'm currently working on.
This way I can tailor a given instance of emacs to a given project
as much as I want without interfering with the others,
it simplifies buffer-switching and desktop saving etc.
But it gets to be a PITA command-tabbing between them as they all have the same icon.
This fixes that.