maelvls dev blog

maelvls dev blog

Systems software engineer. I write mostly about Kubernetes and Go. About

20 Oct2016

Interesting macOS-specific commands

open -a MacDown README.md    # open README.md in MacDown
mdfind                       # spotlight
pbcopy                       # copy from stdin to pb
pbpaste                      # paste from pb
killall MacDown              # same as kill but with app name
📝 Edit this page