Last active
August 29, 2015 14:08
-
-
Save raedatoui/010ec9ba41aaaec0789a to your computer and use it in GitHub Desktop.
Revisions
-
raedatoui revised this gist
Nov 5, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,6 +1,6 @@ inigo:tmp> script Script started, file is typescript inigo:tmp> git --no-pager log --pretty=format:"" --graph # # lots of colour output # -
raedatoui revised this gist
Nov 5, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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) inigo:tmp> cat typescript | aha --black > typescript.html -
raedatoui revised this gist
Nov 5, 2014 . No changes.There are no files selected for viewing
-
raedatoui created this gist
Nov 5, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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