Skip to content

Instantly share code, notes, and snippets.

@redacted
Created September 22, 2011 13:51
Show Gist options
  • Save redacted/1234813 to your computer and use it in GitHub Desktop.
Save redacted/1234813 to your computer and use it in GitHub Desktop.
Command line screenshots. e.g. cmd2png "ls -ll" "ls.png"
#!/bin/sh
$1 | convert -background black -fill white \
-font Monaco-Regular -pointsize 13 \
-border 10 -bordercolor black \
label:@- $2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment