- Scott Chacon on the Interwebs(リンク切れ)
- Scott Chacon on the Interwebs
- GitHub Flow - The best way to use Git and GitHub
31 Aug 2011
| /**********************************************/ | |
| /* | |
| /* Solarized Dark Skin by Mark Osborne - 2011 | |
| /* | |
| /* Based on IR_Black Skin by Ben Truyman: | |
| /* https://gist.github.com/1245727 | |
| /* | |
| /* and Todd Werth's IR_Black: | |
| /* http://blog.toddwerth.com/entries/2 | |
| /* |
| #!/usr/bin/env ruby | |
| STDIN.each do |line| | |
| puts line.sub(/"(?:(PUT|POST|GET|HEAD|DELETE|OPTIONS) ([^\s]*)) (HTTP\/\d\.\d)" (\d+)/, "\"\e[1;31m\\1\e[0m \e[1;32m\\2\e[0m \\3\" \e[1;33m\\4\e[0m") | |
| end |