os_log
random snippet:
HEIC for CVS
Every time I try to do a quick print of photos for CVS I need to locally convert the ones I choose from HEIC to jpg. Brainless convert: for i in *.HEIC(:r) ; sips -s format jpeg “$i.HEIC” –out “$i.jpg”
git prompt.
# From https://github.com/git/git/blob/master/contrib/completion/git-prompt.sh source ~/.git-prompt.sh export PS1=’\[\033[38m\]\u@mbp\[\033[01;34m\] \w \[\033[31m\]$(__git_ps1 “(%s) “)\[\033[37m\]$\[\033[0m\] ‘