Skip to content

Instantly share code, notes, and snippets.

@raedatoui
Last active August 29, 2015 14:08
Show Gist options
  • Save raedatoui/010ec9ba41aaaec0789a to your computer and use it in GitHub Desktop.
Save raedatoui/010ec9ba41aaaec0789a to your computer and use it in GitHub Desktop.

Revisions

  1. raedatoui revised this gist Nov 5, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,6 @@
    inigo:tmp> script
    Script started, file is typescript
    inigo:tmp> git log --pretty=format:"" --graph
    inigo:tmp> git --no-pager log --pretty=format:"" --graph
    #
    # lots of colour output
    #
  2. raedatoui revised this gist Nov 5, 2014. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -10,5 +10,5 @@ Script done, file is typescript
    # http://www.pixelbeat.org/scripts/ansi2html.sh
    inigo:tmp> cat typescript | ansi2html.sh > typescript.html

    #OR using aha (brew install aha)
    # OR using aha (brew install aha)
    inigo:tmp> cat typescript | aha --black > typescript.html
  3. raedatoui revised this gist Nov 5, 2014. No changes.
  4. raedatoui created this gist Nov 5, 2014.
    14 changes: 14 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    inigo:tmp> script
    Script started, file is typescript
    inigo:tmp> git log --pretty=format:"" --graph
    #
    # lots of colour output
    #
    inigo:tmp> exit
    exit
    Script done, file is typescript
    # http://www.pixelbeat.org/scripts/ansi2html.sh
    inigo:tmp> cat typescript | ansi2html.sh > typescript.html

    #OR using aha (brew install aha)
    inigo:tmp> cat typescript | aha --black > typescript.html