git_guts 0.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (88) hide show
  1. checksums.yaml +15 -0
  2. data/.gitignore +19 -0
  3. data/Gemfile +4 -0
  4. data/LICENSE.txt +22 -0
  5. data/README.md +29 -0
  6. data/Rakefile +1 -0
  7. data/bin/bash-bin +5 -0
  8. data/bin/git-about +19 -0
  9. data/bin/git-autocommit +19 -0
  10. data/bin/git-fireworks +5 -0
  11. data/bin/git-guts +19 -0
  12. data/bin/git-inception +19 -0
  13. data/bin/git-map +19 -0
  14. data/bin/git-multipush +19 -0
  15. data/bin/git-music +5 -0
  16. data/bin/git-open +19 -0
  17. data/bin/git-quote +19 -0
  18. data/bin/git-server +19 -0
  19. data/bin/git-test +19 -0
  20. data/bin/git-welcome +19 -0
  21. data/bin/ruby-bin +19 -0
  22. data/bin/scripts/git-about.rb +12 -0
  23. data/bin/scripts/git-autocommit.rb +3 -0
  24. data/bin/scripts/git-fireworks +158 -0
  25. data/bin/scripts/git-guts.rb +28 -0
  26. data/bin/scripts/git-inception.rb +3 -0
  27. data/bin/scripts/git-map.rb +3 -0
  28. data/bin/scripts/git-multipush.rb +3 -0
  29. data/bin/scripts/git-music +4 -0
  30. data/bin/scripts/git-open.rb +4 -0
  31. data/bin/scripts/git-quote.rb +13 -0
  32. data/bin/scripts/git-server.rb +3 -0
  33. data/bin/scripts/git-test.rb +3 -0
  34. data/bin/scripts/git-welcome.rb +61 -0
  35. data/bin/support/africa-fullmap.gif +0 -0
  36. data/bin/support/africa-map.gif +0 -0
  37. data/bin/support/inception.mp3 +0 -0
  38. data/git_guts.gemspec +43 -0
  39. data/lib/extensions/string.rb +31 -0
  40. data/lib/git_guts/about.rb +20 -0
  41. data/lib/git_guts/autocommit.rb +28 -0
  42. data/lib/git_guts/guts.rb +11 -0
  43. data/lib/git_guts/inception.rb +14 -0
  44. data/lib/git_guts/map.rb +19 -0
  45. data/lib/git_guts/multi_push.rb +24 -0
  46. data/lib/git_guts/open.rb +21 -0
  47. data/lib/git_guts/quote.rb +20 -0
  48. data/lib/git_guts/server.rb +33 -0
  49. data/lib/git_guts/test.rb +15 -0
  50. data/lib/git_guts/version.rb +3 -0
  51. data/lib/git_guts/welcome.rb +12 -0
  52. data/lib/git_guts.rb +4 -0
  53. data/lib/git_server/.gitignore +2 -0
  54. data/lib/git_server/Gemfile +9 -0
  55. data/lib/git_server/README.md +1 -0
  56. data/lib/git_server/Rakefile +4 -0
  57. data/lib/git_server/config.ru +4 -0
  58. data/lib/git_server/lib/git_server.rb +62 -0
  59. data/lib/git_server/lib/git_server_app.rb +38 -0
  60. data/lib/git_server/lib/version.rb +3 -0
  61. data/lib/git_server/log/.gitignore +1 -0
  62. data/lib/git_server/public/css/app.css +184 -0
  63. data/lib/git_server/public/css/details.css +54 -0
  64. data/lib/git_server/public/css/fonts.css +12 -0
  65. data/lib/git_server/public/css/pre.css +11 -0
  66. data/lib/git_server/public/images/.gitignore +0 -0
  67. data/lib/git_server/public/images/arrow.png +0 -0
  68. data/lib/git_server/public/images/cat.png +0 -0
  69. data/lib/git_server/public/images/diff.png +0 -0
  70. data/lib/git_server/public/images/loader.gif +0 -0
  71. data/lib/git_server/public/images/pipe.png +0 -0
  72. data/lib/git_server/public/images/reset.png +0 -0
  73. data/lib/git_server/public/js/.gitignore +0 -0
  74. data/lib/git_server/public/js/app.js +129 -0
  75. data/lib/git_server/public/js/jquery-2.0-min.js +6 -0
  76. data/lib/git_server/views/404.haml +4 -0
  77. data/lib/git_server/views/blob.haml +26 -0
  78. data/lib/git_server/views/commit.haml +17 -0
  79. data/lib/git_server/views/commit_summary.haml +19 -0
  80. data/lib/git_server/views/diff.haml +21 -0
  81. data/lib/git_server/views/diff_file.haml +19 -0
  82. data/lib/git_server/views/diff_summary.haml +3 -0
  83. data/lib/git_server/views/index.haml +25 -0
  84. data/lib/git_server/views/layout.haml +10 -0
  85. data/lib/git_server/views/tree.haml +19 -0
  86. data/lib/guard/git.rb +22 -0
  87. data/lib/thor/git_group.rb +12 -0
  88. metadata +285 -0
checksums.yaml ADDED
@@ -0,0 +1,15 @@
1
+ ---
2
+ !binary "U0hBMQ==":
3
+ metadata.gz: !binary |-
4
+ OWVjOTk1NzE0NmFlZjZiNzIyMGUzNWIxOGYwZWIxZTJlZGE3OGY5ZQ==
5
+ data.tar.gz: !binary |-
6
+ NGZkNDQxNGE1ZTkyODUzYmVhOTQ4ZjZlMzIxN2RhOGFhYTM3ODZiNA==
7
+ SHA512:
8
+ metadata.gz: !binary |-
9
+ ZDZiZDdjZTM2OWFhNjY0ZmYyY2EyOTJmZjI3NDFkODUxYjBlOGUxNTc5MWY4
10
+ Y2VkNjAyOWVhZTZkYTU2Y2QyY2RhMTJiZmFjNzIyMWI1ZDY2YTJkYzY3NzNm
11
+ MmQ1YmMwM2U1MDVlYjc1MWFiZDJjZWQ5NGU3YzJkMTdmOWVmZWM=
12
+ data.tar.gz: !binary |-
13
+ OGVmYzg4MjFmZDBkZTRjNzdlNWM2NGI4NzM4YTc0NjlmNGMwZmRiOGI3Mjk5
14
+ MjU2YTEyODJiMzIxMDQ0ZTRmYTdmNWZlY2YxNDUxZmQ5MTE1NWM1YWRiODUz
15
+ MGQ1MDEzNTg0NzE1MmZmYWNmY2Q5MGMxYzNjODRkZTU0OWFhMTc=
data/.gitignore ADDED
@@ -0,0 +1,19 @@
1
+ *.gem
2
+ *.rbc
3
+ .bundle
4
+ .config
5
+ .yardoc
6
+ .idea
7
+ Gemfile.lock
8
+ InstalledFiles
9
+ _yardoc
10
+ coverage
11
+ doc/
12
+ lib/bundler/man
13
+ pkg
14
+ rdoc
15
+ spec/reports
16
+ test/tmp
17
+ test/version_tmp
18
+ tmp
19
+ bin/RUBY_BIN
data/Gemfile ADDED
@@ -0,0 +1,4 @@
1
+ source 'https://rubygems.org'
2
+
3
+ # Specify your gem's dependencies in git_guts.gemspec
4
+ gemspec
data/LICENSE.txt ADDED
@@ -0,0 +1,22 @@
1
+ Copyright (c) 2013 Shadab Ahmed
2
+
3
+ MIT License
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining
6
+ a copy of this software and associated documentation files (the
7
+ "Software"), to deal in the Software without restriction, including
8
+ without limitation the rights to use, copy, modify, merge, publish,
9
+ distribute, sublicense, and/or sell copies of the Software, and to
10
+ permit persons to whom the Software is furnished to do so, subject to
11
+ the following conditions:
12
+
13
+ The above copyright notice and this permission notice shall be
14
+ included in all copies or substantial portions of the Software.
15
+
16
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
17
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
18
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
19
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
20
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
21
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
22
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
data/README.md ADDED
@@ -0,0 +1,29 @@
1
+ # GitGuts
2
+
3
+ TODO: Write a gem description
4
+
5
+ ## Installation
6
+
7
+ Add this line to your application's Gemfile:
8
+
9
+ gem 'git_guts'
10
+
11
+ And then execute:
12
+
13
+ $ bundle
14
+
15
+ Or install it yourself as:
16
+
17
+ $ gem install git_guts
18
+
19
+ ## Usage
20
+
21
+ TODO: Write usage instructions here
22
+
23
+ ## Contributing
24
+
25
+ 1. Fork it
26
+ 2. Create your feature branch (`git checkout -b my-new-feature`)
27
+ 3. Commit your changes (`git commit -am 'Add some feature'`)
28
+ 4. Push to the branch (`git push origin my-new-feature`)
29
+ 5. Create new Pull Request
data/Rakefile ADDED
@@ -0,0 +1 @@
1
+ require "bundler/gem_tasks"
data/bin/bash-bin ADDED
@@ -0,0 +1,5 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ SCRIPT_NAME = File.basename(__FILE__)
3
+ BASH_BIN = "#{DIR}/scripts/#{SCRIPT_NAME}"
4
+ ARGV.insert(0, BASH_BIN)
5
+ exec '/bin/bash', *ARGV
data/bin/git-about ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
data/bin/git-fireworks ADDED
@@ -0,0 +1,5 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ SCRIPT_NAME = File.basename(__FILE__)
3
+ BASH_BIN = "#{DIR}/scripts/#{SCRIPT_NAME}"
4
+ ARGV.insert(0, BASH_BIN)
5
+ exec '/bin/bash', *ARGV
data/bin/git-guts ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
data/bin/git-inception ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
data/bin/git-map ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
data/bin/git-multipush ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
data/bin/git-music ADDED
@@ -0,0 +1,5 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ SCRIPT_NAME = File.basename(__FILE__)
3
+ BASH_BIN = "#{DIR}/scripts/#{SCRIPT_NAME}"
4
+ ARGV.insert(0, BASH_BIN)
5
+ exec '/bin/bash', *ARGV
data/bin/git-open ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
data/bin/git-quote ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
data/bin/git-server ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
data/bin/git-test ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
data/bin/git-welcome ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
data/bin/ruby-bin ADDED
@@ -0,0 +1,19 @@
1
+ DIR = File.expand_path('../', __FILE__)
2
+ begin
3
+ RUBY_BIN = File.read("#{DIR}/RUBY_BIN_PATH").chomp
4
+ rescue
5
+ puts <<-MSG
6
+
7
+ Looks like you haven't specified which ruby to use.
8
+
9
+ Please run this command manually:
10
+
11
+ which ruby > #{DIR}/RUBY_BIN_PATH
12
+
13
+ MSG
14
+
15
+ exit
16
+ end
17
+ SCRIPT_NAME = File.basename(__FILE__)
18
+ ARGV.insert(0, "#{DIR}/scripts/#{SCRIPT_NAME}.rb")
19
+ exec RUBY_BIN, *ARGV
@@ -0,0 +1,12 @@
1
+ require 'git_guts'
2
+ require 'git_guts/about'
3
+ GitGuts::About.start
4
+ __END__
5
+
6
+ Shadab Ahmed
7
+
8
+ Ruby Developer
9
+
10
+ Dabbles a bit in other languages
11
+
12
+ Git Envangelist
@@ -0,0 +1,3 @@
1
+ require 'git_guts'
2
+ require 'git_guts/autocommit'
3
+ GitGuts::Autocommit.start
@@ -0,0 +1,158 @@
1
+ #!/bin/bash
2
+
3
+ # Shamelessly stole this from http://www.linuxjournal.com/content/fireworks-command-line
4
+
5
+ rows=$(tput lines)
6
+ cols=$(tput cols)
7
+ colors=(red green blue purple cyan yellow brown)
8
+ lock_file=
9
+ lock_file_base=/tmp/$(basename $0 .sh)
10
+
11
+ multiple=0
12
+ if [[ "$1" ]]; then
13
+ nsingle=$1
14
+ shift
15
+ else
16
+ nsingle=10
17
+ fi
18
+ if [[ "$1" ]]; then
19
+ nmultiple=$1
20
+ shift
21
+ if [[ $nmultiple -gt 8 ]]; then nmultiple=8; fi
22
+ else
23
+ nmultiple=6
24
+ fi
25
+
26
+
27
+ function colorstr()
28
+ {
29
+ local row=$1
30
+ local col=$2
31
+ local color=$3
32
+ local v
33
+ case "$color" in
34
+ red) v=31;;
35
+ green) v=34;;
36
+ blue) v=32;;
37
+ purple) v=35;;
38
+ cyan) v=36;;
39
+ yellow) v=33;;
40
+ brown) v=33;;
41
+ white) v=37;;
42
+ *) v=;;
43
+ esac
44
+ shift 3
45
+
46
+ if [[ $multiple -ne 0 ]]; then
47
+ touch $lock_file
48
+ while [[ $(ls $lock_file_base.* 2>/dev/null | head -n 1) != $lock_file ]]
49
+ do
50
+ sleep 0.01
51
+ done
52
+ fi
53
+
54
+ tput cup $row $col
55
+ echo -n -e "\033["$v"m"
56
+ set -f
57
+ echo -n $*
58
+ set +f
59
+ if [[ $multiple -ne 0 ]]; then
60
+ rm -f $lock_file
61
+ fi
62
+ }
63
+
64
+ function center_colorstr()
65
+ {
66
+ local row=$1
67
+ local color=$2
68
+ shift 2
69
+ local s="$*"
70
+ local slen=${#s}
71
+ colorstr $row $(((cols / 2) - (slen / 2))) $color "$s"
72
+ }
73
+
74
+ function fireworks()
75
+ {
76
+ local row=$((rows - 1))
77
+ local col=$(((RANDOM % (cols / 2)) + (cols / 4)))
78
+ local height=$((RANDOM % rows - 2))
79
+ local slant
80
+ local h
81
+ local color1=${colors[$((RANDOM % ${#colors[*]}))]}
82
+ local color2=${colors[$((RANDOM % ${#colors[*]}))]}
83
+ local color3=${colors[$((RANDOM % ${#colors[*]}))]}
84
+ while [[ $color1 == $color2 || $color1 == $color3 || $color2 == $color3 ]]
85
+ do
86
+ color2=${colors[$((RANDOM % ${#colors[*]}))]}
87
+ color3=${colors[$((RANDOM % ${#colors[*]}))]}
88
+ done
89
+
90
+ case $((RANDOM % 4)) in
91
+ 0) slant=-2;;
92
+ 1) slant=-1;;
93
+ 2) slant=1;;
94
+ 3) slant=2;;
95
+ esac
96
+
97
+ if [[ $height -gt 5 ]]; then
98
+ h=$height
99
+
100
+ while [[ $h -gt 0 ]]
101
+ do
102
+ colorstr $row $col $color1 '.'
103
+ let row--
104
+ if [[ $((col + slant)) -ge $((cols - 3)) || $((col + slant)) -le 2 ]]; then break; fi
105
+ let col+=slant
106
+ let h--
107
+ sleep 0.02
108
+ done
109
+
110
+ if [[ $((col + slant)) -lt $((cols - 3)) && $((col + slant)) -gt 2 ]]; then
111
+
112
+ h=$((height / 5))
113
+
114
+ while [[ $h -gt 0 ]]
115
+ do
116
+ colorstr $row $col $color2 '.'
117
+ let row++
118
+ if [[ $((col + slant)) -ge $((cols - 3)) || $((col + slant)) -le 2 ]]; then break; fi
119
+ let col+=slant
120
+ let h--
121
+ sleep 0.02
122
+ done
123
+ fi
124
+
125
+ colorstr $((row)) $((col - 1)) $color3 '***'
126
+ colorstr $((row - 1)) $((col)) $color3 '*'
127
+ colorstr $((row + 1)) $((col)) $color3 '*'
128
+ fi
129
+ }
130
+
131
+ for i in $(seq 1 $nsingle)
132
+ do
133
+ clear
134
+ fireworks
135
+ sleep 0.3
136
+ done
137
+
138
+ clear
139
+
140
+ pids=
141
+ for i in $(seq 1 $nmultiple)
142
+ do
143
+ let multiple++
144
+ lock_file=$lock_file_base.$i
145
+ fireworks &
146
+ pids="$pids $!"
147
+ done
148
+
149
+ trap "kill -9 $pids 2>/dev/null" EXIT
150
+
151
+ wait $pids
152
+ sleep 1
153
+
154
+ read -p "Thank You!"
155
+ clear
156
+ echo
157
+
158
+ echo -n -e "\033[m"
@@ -0,0 +1,28 @@
1
+ #! /usr/bin/env rvm 1.9 do ruby
2
+ require 'git_guts'
3
+ require 'git_guts/guts'
4
+ GitGuts::Guts.start
5
+ __END__
6
+
7
+
8
+
9
+
10
+
11
+
12
+
13
+ _ _ ___ ___ ___ / / ____ _ ___ _ _ _ _ ___ ____ ____ _ _ / ____ _ _ ____ ___ ____ ___ ____ _ _ _ _ ____ ___ / ____ _ ___ ____ _ _ ___ ____
14
+ |__| | | |__] . / / | __ | | |__| | | |__] | | | |\/| / [__ |__| |__| | \ |__| |__] |__| |__| |\/| |___ | \ / | __ | | | __ | | | [__
15
+ | | | | | ./ / |__] | | | | |__| |__] .|___ |__| | | / ___] | | | | |__/ | | |__] | | | | | | |___ |__/ / |__] | | ___ |__] |__| | ___]
16
+
17
+
18
+
19
+
20
+
21
+
22
+
23
+
24
+
25
+
26
+
27
+
28
+
@@ -0,0 +1,3 @@
1
+ require 'git_guts'
2
+ require 'git_guts/inception'
3
+ GitGuts::Inception.start
@@ -0,0 +1,3 @@
1
+ require 'git_guts'
2
+ require 'git_guts/map'
3
+ GitGuts::Map.start
@@ -0,0 +1,3 @@
1
+ require 'git_guts'
2
+ require 'git_guts/multi_push'
3
+ GitGuts::MultiPush.start
@@ -0,0 +1,4 @@
1
+ #!/bin/bash
2
+ CURRENT_DIR=`pwd`
3
+ SCRIPT_DIR=`cd $(dirname $BASH_SOURCE)/../ && pwd`
4
+ afplay "$SCRIPT_DIR/support/inception.mp3"
@@ -0,0 +1,4 @@
1
+ #! /usr/bin/env rvm 1.9 do ruby
2
+ require 'git_guts'
3
+ require 'git_guts/open'
4
+ GitGuts::Open.start
@@ -0,0 +1,13 @@
1
+ require 'git_guts'
2
+ require 'git_guts/quote'
3
+ GitGuts::Quote.start
4
+
5
+ __END__
6
+
7
+
8
+ I'm an egotistical bastard, and I name all my projects after myself. First 'Linux', now 'git'.
9
+
10
+ - Linus Torvalds
11
+
12
+
13
+
@@ -0,0 +1,3 @@
1
+ require 'git_guts'
2
+ require 'git_guts/server'
3
+ GitGuts::Server.start
@@ -0,0 +1,3 @@
1
+ require 'git_guts'
2
+ require 'git_guts/test'
3
+ GitGuts::Test.start