Skip to content

Instantly share code, notes, and snippets.

@fundon
Created March 27, 2013 12:59

Revisions

  1. @Leask Leask created this gist Mar 27, 2013.
    3 changes: 3 additions & 0 deletions fj.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    fj() {
    pbpaste | python -mjson.tool | pygmentize -f terminal256 -l javascript -O style=native
    }