jewelrystore 1.4.8 → 1.5.5

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 (4) hide show
  1. checksums.yaml +4 -4
  2. data/bin/jewelrystore +76 -5
  3. data/lib/jewelrystore.rb +235 -167
  4. metadata +20 -7
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 6ee80b44c72738fc6441de71a0f64afc71629a410d23313198626fa5a65a3861
4
- data.tar.gz: 6fccb7b41548e4a86c7a44637845283ed6059f28fa82b407c79296cd104ef99f
3
+ metadata.gz: 5e3621de1aad98d3e3daecfb8a01f99d52ec899524db1752d734d387d4239f30
4
+ data.tar.gz: f4942d58c8166781f833b96d29a955c59c8c6cfee0a8c78544e0adb5302d6f83
5
5
  SHA512:
6
- metadata.gz: e328ffd57560fe5733435cc9e516faf704d63df296ec7e5545913943979c47eb48435c42fb1f56c43eb9db20d3068a0a3c3cad41b18878640c9825c7b720d750
7
- data.tar.gz: 3866d13df474c07303694bc606bca877385f4d003c562e30f3ccace46c0af2f99bd60e029740854bd49b62d1322b9e730c56e45f4ea327f7d1feda7639d13acb
6
+ metadata.gz: 3d36bf19b6a2efdafde8e7a1bb49a15da095f4d9cec3f5df93fe7da1cacbc6697d2fcfae44129635b9f290bbd5ac5e9c8865af4bd4b469e67f7be122d39267f4
7
+ data.tar.gz: 69ffe8672acb877a8ea704d84085dc4f72cd3de1f3a41ab106f25b4123bec47796c3e8797ed0d6d0350afdd26c3e3ef46163c7c86fa26c7729134beac5561abf
data/bin/jewelrystore CHANGED
@@ -1,7 +1,15 @@
1
1
  #!/usr/bin/env ruby
2
+ require 'cli/ui'
2
3
  require 'colorize'
3
- puts 'welcome to jewelry store to list all apps type list or type bye to exit'.colorize(:red)
4
- res = gets.chomp
4
+ require 'cli/ui'
5
+ res = ''
6
+ CLI::UI::Prompt.ask('JewelryStore v1.5.4') do |handler|
7
+ handler.option('list') { |selection| selection; res = 'list' }
8
+ handler.option('install') { |selection| selection; res =
9
+ gets.chomp }
10
+ end
11
+
12
+
5
13
  if res == 'list'
6
14
  puts 'all apps available are:'.colorize(:red)
7
15
  puts 'inkscape'.colorize(:grey)
@@ -12,8 +20,8 @@ if res == 'list'
12
20
  puts 'vscode'.colorize(:blue)
13
21
  puts 'emacs'.colorize(:purple)
14
22
  puts 'etcher'.colorize(:green)
15
- puts 'brave'.colorize(:yellow)
16
- puts 'stepmania'.colorize(:yellow)
23
+ puts 'brave'.colorize(:red)
24
+ puts 'stepmania'.colorize(:red)
17
25
  puts 'zoom'.colorize(:blue)
18
26
  puts 'schildichat'.colorize(:green)
19
27
  puts 'cpu-x'.colorize(:blue)
@@ -21,6 +29,13 @@ if res == 'list'
21
29
  puts 'blender'.colorize(:yellow)
22
30
  puts 'krita'.colorize(:pink)
23
31
  puts 'gimp'.colorize(:white)
32
+ puts 'vlc'.colorize(:yellow)
33
+ puts 'obs'.colorize(:red)
34
+ puts 'firefox'.colorize(:red)
35
+ puts 'waterfox'.colorize(:blue)
36
+ puts 'notepadqq'.colorize(:green)
37
+ puts 'libreoffice'.colorize(:yellow)
38
+ puts 'thunderbird'.colorize(:blue)
24
39
 
25
40
  end
26
41
 
@@ -160,6 +175,62 @@ if res == 'gimp'
160
175
  puts 'I will install Gimp x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
161
176
  gimpd = gets.chomp
162
177
  puts 'Installing Gimp AppImage'.colorize(:red)
163
- gimo = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTkyNDUwNCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI4MGQ4OTZjNGEwOWJiZmJiYzNkZDRjZWRjZWUwNDFkN2RmMjIzODMzMWFiZTc4YTE2YTg2NWE4NzQxODc1OTcyNmQ3N2Y1ZGE3ZTdlMTM4ZGNiOGE5MTIyMmQ0YWJkZmUyNmRhYjk5M2M3MWI2ODE3OGYxZTYxODhhNjQ1YmYzYiIsInQiOjE2NDc5OTI2NjEsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.CpkSnEc13pPiDg93ayIBOdJG87WSBLrJ8g10YqIcWME/GIMP_AppImage-git-2.10.21-20201001-withplugins-x86_64.AppImage" )
178
+ gimp = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTkyNDUwNCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI4MGQ4OTZjNGEwOWJiZmJiYzNkZDRjZWRjZWUwNDFkN2RmMjIzODMzMWFiZTc4YTE2YTg2NWE4NzQxODc1OTcyNmQ3N2Y1ZGE3ZTdlMTM4ZGNiOGE5MTIyMmQ0YWJkZmUyNmRhYjk5M2M3MWI2ODE3OGYxZTYxODhhNjQ1YmYzYiIsInQiOjE2NDc5OTI2NjEsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.CpkSnEc13pPiDg93ayIBOdJG87WSBLrJ8g10YqIcWME/GIMP_AppImage-git-2.10.21-20201001-withplugins-x86_64.AppImage" )
179
+ puts 'app installed with sucess in your home'.colorize(:red)
180
+ end
181
+
182
+ if res == 'vlc'
183
+ puts 'I will install VLC x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
184
+ vlcd = gets.chomp
185
+ puts 'Installing VLC AppImage'.colorize(:red)
186
+ vlc = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMjAxMjYxMiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiIzZTEyODAzYjI5YzU5NTBlNjA1ODFjZmRiMjllMDBhZTJkMTBiYzYyOWVjOTdhZjUwNWQ5ZjM2ZmNkNDgzYjIxN2RhNmZkOGEwMmNhNzU1YTAyNDU3NjVmYWNhODlkNjdjYWNjYmVkNDkzZTdkMTQ0YWU0ZGE1ZmQwOWZiNWQ2MCIsInQiOjE2NDgyMjMzMDEsInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.vSGnJQl3ibt-pfAwzVRU73CC61VzdTOPQn9_BNv1l98/VLC_media_player-3.0.11.1-x86_64.AppImage" )
187
+ puts 'app installed with sucess in your home'.colorize(:red)
188
+ end
189
+
190
+ if res == 'obs'
191
+ puts 'I will install OBS Studio x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
192
+ obsd = gets.chomp
193
+ puts 'Installing OBS Studio AppImage'.colorize(:red)
194
+ obs = system( "cd ~/ && wget https://dl1.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTU5NjcxMjM3MywidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI0YWRlNWM0NmZhYjUxN2U0YzVlYWFlZjg4MGRkMzE2NDI5ZTA0OGQxYmExZDFhZjM0MWUyMzFhNWM0N2U4Nzk2MWNiNjViMmRkNWNiNWI0OTFkMTA4MjViMWVkNGYzZGE0NzRjNDE4NjdhNmRlNjVmMDYwODZhNmFlNWY3OTRmYyIsInQiOjE2NDgyMjU0NTcsInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.fPk-JwiinAiuPwuTJdHO_73fihLl-3lJLi4d4ZQx0jE/obs-studio-plus-25.0.8-x86_64.AppImage" )
195
+ puts 'app installed with sucess in your home'.colorize(:red)
196
+ end
197
+
198
+ if res == 'firefox'
199
+ puts 'I will install Firefox 70 x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
200
+ firefoxd = gets.chomp
201
+ puts 'Installing Firefox AppImage'.colorize(:red)
202
+ firefox = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTU4Njc4ODA5MSwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJiMmE4N2NiOTc0YzczN2Q3MGM3OGYwZDIzYmNiMmM1YTIyNWQyOWY3YTlkMTQyNWY0M2E0NDY5NjVkODUxNjQ1NTQ5MzEzOWYyZDZiNDk0OWQ3ZmZjN2E2Mzc3ZTBkZjBmNDFiMjdiNTk1OWYwNGNhZWVhYWU3ODY5Mjc5MzM1NCIsInQiOjE2NDgyMjU1NDksInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.zhl7JZEFmFyfeWg5aJYVGufegmCMnqtSnrr0tu_CK2Q/Firefox-x86_64-20200413141725.AppImage" )
203
+ puts 'app installed with sucess in your home'.colorize(:red)
204
+ end
205
+
206
+ if res == 'waterfox'
207
+ puts 'I will install Waterfox 50 x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
208
+ waterfoxd = gets.chomp
209
+ puts 'Installing Waterfox AppImage'.colorize(:red)
210
+ waterfox = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTU0MjQ0OTA5NiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI5NWFkODE1NGUzNGQzZjgwYzVkYzFlMDZmYzZkNDVlMTkzMThjZDEyZDE4ODA4NWRmNmVmNWM0YzU5ODM3ODgwYmFlMzQ4ZTVjYzM4MTkwZWViNWM3NWVkZDJmODY5MGJiNDE1ODdiZjRkMTA3ZmZmYjJiNjA1ODYzOGY5NzE5OSIsInQiOjE2NDgyMjU2MTIsInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.VqghsXgzV_NYfdTTTKKbqCCNYD9whsomV8Q4FDIjUEQ/Waterfox-0-Buildlp150.4.1.glibc2.17-x86_64.AppImage" )
211
+ puts 'app installed with sucess in your home'.colorize(:red)
212
+ end
213
+
214
+ if res == 'notepadqq'
215
+ puts 'I will install Notepadqq x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
216
+ notepadqqd = gets.chomp
217
+ puts 'Installing Notepadqq AppImage'.colorize(:red)
218
+ notepadqq = system( "cd ~/ && wget https://objects.githubusercontent.com/github-production-release-asset-2e65be/3536442/f1e00584-3548-11e8-98bb-27c7bacfd184?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220325%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220325T152852Z&X-Amz-Expires=300&X-Amz-Signature=fb95bbe5774d7f64f9b26aad00fba76b3a6eb04a3f25f3576dd9e6b568fefdab&X-Amz-SignedHeaders=host&actor_id=97253814&key_id=0&repo_id=3536442&response-content-disposition=attachment%3B%20filename%3Dnotepadqq-.glibc2.14-x86_64.AppImage&response-content-type=application%2Foctet-stream" )
219
+ puts 'app installed with sucess in your home'.colorize(:red)
220
+ end
221
+
222
+ if res == 'libreoffice'
223
+ puts 'I will install Libreoffice 7.1 x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
224
+ libreofficed = gets.chomp
225
+ puts 'Installing Libreoffice AppImage'.colorize(:red)
226
+ libreoffice = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTk1MzM5MiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI5YmEwZWNjZGMzNWNkMDNiYWI3YmYyODA2NGIyN2NiNmY0MzZiOTg1MGQyNWQ5Y2JmYWZhY2Y3ZjA1M2YzOGU4MGVhNzMyYTIwNzk5MTQzNjBmMzUyYzNmY2E2MmE3NDA2NzRiZTM0MWJlNzA4OWI2NDdhNmZiYjg4OGRmMjJjOSIsInQiOjE2NDgyMjU3ODIsInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.jd6arR3X-PB_xOJCZqqthBXNq7bLTUu1_1OLtXdtdRg/LibreOffice-fresh.full.help-x86_64.AppImage" )
227
+ puts 'app installed with sucess in your home'.colorize(:red)
228
+ end
229
+
230
+ if res == 'thunderbird'
231
+ puts 'I will install Mozilla Thunderbird x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
232
+ thunderbirdd = gets.chomp
233
+ puts 'Installing Thunderbird AppImage'.colorize(:red)
234
+ thunderbird = system( "cd ~/ && wget https://dl1.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMjAxNzA3NCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI4MzRiNzdlNGViNmM3MTBhZmViMTk3M2M3MDU5MzRkMjZhZGM0YmE0MjdjYzY2YjcyYjU1YzZkODA3NzgwMzk3YmIzMDE3NmE0MGY4NzY3NTc2ODNjMGI4NWRiMDNmMWYxNzBjM2MzN2VhY2U3Nzk1MGMxNzI4ODY1ODlmNDRjZCIsInQiOjE2NDgyMjU4MTQsInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.Uyi_NA3tmdeJBmBIL_BvdL2Hlvt7ZOpdV4gsFt31suo/Thunderbird-78.3_20200925001233.AppImage" )
164
235
  puts 'app installed with sucess in your home'.colorize(:red)
165
236
  end
data/lib/jewelrystore.rb CHANGED
@@ -1,171 +1,239 @@
1
+ require 'cli/ui'
1
2
  require 'colorize'
2
- class Jewelrystore
3
- def self.run
4
-
5
- require 'colorize'
6
- puts 'welcome to jewelry store to list all apps type list or type bye to exit'.colorize(:red)
7
- res = gets.chomp
8
- if res == 'list'
9
- puts 'all apps available are:'.colorize(:red)
10
- puts 'inkscape'.colorize(:grey)
11
- puts 'gparted'.colorize(:green)
12
- puts 'audacity'.colorize(:red)
13
- puts 'librewolf'.colorize(:blue)
14
- puts 'ferdi'.colorize(:purple)
15
- puts 'vscode'.colorize(:blue)
16
- puts 'emacs'.colorize(:purple)
17
- puts 'etcher'.colorize(:green)
18
- puts 'brave'.colorize(:yellow)
19
- puts 'stepmania'.colorize(:yellow)
20
- puts 'zoom'.colorize(:blue)
21
- puts 'schildichat'.colorize(:green)
22
- puts 'cpu-x'.colorize(:blue)
23
- puts 'atom'.colorize(:green)
24
- puts 'blender'.colorize(:yellow)
25
- puts 'krita'.colorize(:pink)
26
- puts 'gimp'.colorize(:white)
27
-
28
- end
29
-
30
- if res == 'bye'
31
- puts 'exiting'.colorize(:red)
32
- end
33
-
34
- if res == 'inkscape'
35
- puts 'i will install: InkScape x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
36
- inkscaped = gets.chomp
37
- puts 'installing inkscape appimage'.colorize(:red)
38
- inkscape = system( "cd ~/ && wget https://media.inkscape.org/dl/resources/file/Inkscape-0a00cf5-x86_64.AppImage" )
39
- puts 'app installed with sucess in your home'.colorize(:red)
40
- end
41
-
42
- if res == 'gparted'
43
- puts 'i will install: GParted x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
44
- gpartedd = gets.chomp
45
- puts 'installing GParted appimage'.colorize(:red)
46
- gparted = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/06/102453/Gparted.AppImage" )
47
- puts 'app installed with sucess in your home'.colorize(:red)
48
- end
49
-
50
- if res == 'audacity'
51
- puts 'i will install Audacity x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
52
- audacityd = gets.chomp
53
- puts 'installing Audacity appimage'.colorize(:red)
54
- audacity = system( "cd ~/ && wget https://github.com/audacity/audacity/releases/download/Audacity-3.1.3/audacity-linux-3.1.3-x86_64.AppImage" )
55
- puts 'app installed with sucess in your home'.colorize(:red)
56
- end
57
-
58
- if res == 'librewolf'
59
- puts 'i will install LibreWolf x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
60
- librewolfd = gets.chomp
61
- puts 'installing LibreWolf AppImage'.colorize(:red)
62
- librewolf = system( "cd ~/ && wget https://download943.mediafire.com/91e2t4qw35wg/jif8wa50dm7c1by/LibreWolf.x86_64.AppImage" )
63
- puts 'app installed with sucess in your home'.colorize(:red)
64
- end
65
-
66
- if res == 'ferdi'
67
- puts 'i will install Ferdi x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
68
- ferdid = gets.chomp
69
- puts 'installing Ferdi AppImage'.colorize(:red)
70
- ferdi = system( "cd ~/ && wget https://github.com/getferdi/ferdi/releases/download/v5.8.0/Ferdi-5.8.0.AppImage" )
71
- puts 'app installed with sucess in your home'.colorize(:red)
72
- end
73
-
74
- if res == 'vscode'
75
- puts 'i will install Code-Oss x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
76
- coded = gets.chomp
77
- puts 'installing VsCode AppImage'.colorize(:red)
78
- code = system( "cd ~/ && wget https://github.com/zilti/code-oss.AppImage/releases/download/continuous/Code_OSS-x86_64.AppImage" )
79
- puts 'app installed with sucess in your home'.colorize(:red)
80
- end
81
-
82
- if res == 'emacs'
83
- puts 'i will install emacs AppImage, Correct? (Press Enter)'.colorize(:red)
84
- emacsd = gets.chomp
85
- puts 'installing Emacs AppImage'.colorize(:red)
86
- emacs = system( "cd ~/ && wget https://github.com/probonopd/Emacs.AppImage/releases/download/continuous/Emacs-27.2.glibc2.16-x86_64.AppImage" )
87
- puts 'app installed with sucess in your home'.colorize(:red)
88
- end
89
-
90
- if res == 'etcher'
91
- puts 'I will install Balena-Etcher x64 AppImage, Correct? (Press Enter)'.colorize(:red)
92
- etcherd = gets.chomp
93
- puts 'Installing Emacs AppImage'.colorize(:red)
94
- etcher = system( "cd ~/ && wget https://github.com/balena-io/etcher/releases/download/v1.7.8/balenaEtcher-1.7.8-x64.AppImage" )
95
- puts 'App installed with success in your home'.colorize(:red)
96
- end
97
-
98
- if res == 'brave'
99
- puts 'I will install Brave x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
100
- brave = gets.chomp
101
- puts 'Installing Brave AppImage'.colorize(:red)
102
- brave = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/05/055813/Brave.AppImage" )
103
- puts 'app installed with sucess in your home'.colorize(:red)
104
- end
105
-
106
- if res == 'stepmania'
107
- puts 'I will install StepMania 5.1 beta x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
108
- stepmaniad = gets.chomp
109
- puts 'Installing StepMania AppImage'.colorize(:red)
110
- stepmania = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMTUwODUxNiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI0MmE1M2M2NjdiNDQ2NDIwODVlMDA5OGI5NWIxNDQ4MTY3N2ZhNmI1MjAyMDcwYTgxZjkxYjI2MDEwMjAzNTQ3MGVhNzFhM2VmZDNmZjJmNjkzZmQ5ODA2YzAxYjNjNmYxNWU2YzVmMGY4MWIyY2YwNDMwZmQ2ZTcwNmFmZjcyZiIsInQiOjE2NDc4ODE3NTIsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.5Pqzqpy4A6_2FjvxKrjN2fYy9CT68TaZKKmu_pXXlAc/StepMania-5.1-f1ebe8d-x86_64.AppImage " )
111
- puts 'app installed with sucess in your home'.colorize(:red)
112
- end
113
-
114
- if res == 'zoom'
115
- puts 'I will install Zoom x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
116
- zoomd = gets.chomp
117
- puts 'Installing Zoom AppImage'.colorize(:red)
118
- zoom = system( "cd ~/ && wget https://dl1.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMjY1MjY0NiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJjY2IzOGY2MDUxZTA1ZmZlOWM2OTkxZWNiYmNjODljZDNhZDE0YWZjODY2NmY2YTM4MjkyMzZlNzI1MTc3ZGU1OWRiMGM4NzMyNDRjMDQxMDAwMDBmMDNhZjRjOGUwNzk3YTQzYTc2MDY5NzJhMmU3ZjAwNmIyYzk1ODg0N2MyNyIsInQiOjE2NDc4ODE4NDMsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.sf2N3V4wAvTwg_oGR9w-k3LUZcr5R3-1R0rbXj0DjnI/Zoom-5.7.31792.0820.glibc2.17-x86_64.AppImage " )
119
- puts 'app installed with sucess in your home'.colorize(:red)
120
- end
121
-
122
- if res == 'schildichat'
123
- puts 'I will install SchildiChat x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
124
- schatd = gets.chomp
125
- puts 'Installing SchildiChat AppImage'.colorize(:red)
126
- schat = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwODIwNzkzMCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiIzMDdiM2MyNzdjNmEwNmJjNTUzOWIyZTRmOWJiZmJkNWFjZjM5NjhjYzc3MGI4YTU2OTZkNjcxOTgyNWVmYjg2YTc5M2NhMTQ5MzRmY2ZmODg0NTIwODdhMjUzNDkzOGJhZDE2NDY5MWEwZjQ4OTQzYzRjZDdhN2Y3ZTMzYmY3MCIsInQiOjE2NDc4ODI3NDcsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.HM7ynsB4H-AV0CHqvHin3rzitDgTZTU1dksEiRrKvBQ/SchildiChat-1.7.15.AppImage " )
127
- puts 'app installed with sucess in your home'.colorize(:red)
128
- end
129
-
130
- if res == 'cpu-x'
131
- puts 'I will install CPU-X x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
132
- cpuxd = gets.chomp
133
- puts 'Installing CPU-X AppImage'.colorize(:red)
134
- cpux = system( "cd ~/ && wget https://objects.githubusercontent.com/github-production-release-asset-2e65be/24292801/6b1fe73e-86e1-429c-88ea-ee41bd019276?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220321%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220321T162401Z&X-Amz-Expires=300&X-Amz-Signature=fa9da0fcd59276a5a1c2a6f6b0d447d7af5f7b7731d9c16b5d4e1e39311b54da&X-Amz-SignedHeaders=host&actor_id=97253814&key_id=0&repo_id=24292801&response-content-disposition=attachment%3B%20filename%3DCPU-X-x86_64.AppImage&response-content-type=application%2Foctet-stream " )
135
- puts 'app installed with sucess in your home'.colorize(:red)
136
- end
137
-
138
- if res == 'atom'
139
- puts 'I will install Atom IDE x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
140
- atomd = gets.chomp
141
- puts 'Installing Atom AppImage'.colorize(:red)
142
- atom = system( "cd ~/ && wget https://rsync.opensuse.org/repositories/home:/zilti:/appimages/AppImage/Atom-0-Build7.6.glibc2.17-x86_64.AppImage" )
143
- puts 'app installed with sucess in your home'.colorize(:red)
144
- end
145
-
146
- if res == 'blender'
147
- puts 'I will install Blender x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
148
- blenderd = gets.chomp
149
- puts 'Installing Blender AppImage'.colorize(:red)
150
- blender = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMjAxMzAyOCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI1NjMyNTYzMzI3NmUwOWUxYmI0ZDNjNzc4YTM1ODk2ZGU3ZDQ2MGY5OTJlNDgzNWU3YjhkY2IyYTRlNTcwMmExYTIxNGJiYTI4NjBlMDY3N2Y0MDRiYTRkMWU4ZDAwNWMwODM3MGE3YzcyODk5MDlhNjk0ZGYwOTU0OTIxNzViOSIsInQiOjE2NDc5OTIyMjUsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.NadXu5Q82JaQycdTvoSvjATRLd9Q2iQUiTXTDeYs5c8/Blender-v2.90.0-x86_64.AppImage" )
151
- puts 'app installed with sucess in your home'.colorize(:red)
152
- end
153
-
154
- if res == 'krita'
155
- puts 'I will install Krita x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
156
- kritad = gets.chomp
157
- puts 'Installing Krita AppImage'.colorize(:red)
158
- krita = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTkzMzc2OSwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJlZGE0NWMyODA0NWRlNDIxNDgzNzExZDc0ZDJlZGZjNzY4M2Y0YTljYmVjOGE2NzU5ZWZkMGMxYmQ3ZDYzNjkwOTgwYTJiOWY3NTllNTkwMWVmYTA4NGY3MWQ0OGQyZmQ0MzY1ZjRhOWM3YzJjNzlmNTk4OTg2MjMyNjAxNTQyNSIsInQiOjE2NDc5OTI0MjIsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.lRP10rJ_cyvF38FJ34WacH78A0yLtUjM5b_C9phRVR4/krita-4.3.0-x86_64.appimage" )
159
- puts 'app installed with sucess in your home'.colorize(:red)
160
- end
161
-
162
- if res == 'gimp'
163
- puts 'I will install Gimp x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
164
- gimpd = gets.chomp
165
- puts 'Installing Gimp AppImage'.colorize(:red)
166
- gimo = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTkyNDUwNCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI4MGQ4OTZjNGEwOWJiZmJiYzNkZDRjZWRjZWUwNDFkN2RmMjIzODMzMWFiZTc4YTE2YTg2NWE4NzQxODc1OTcyNmQ3N2Y1ZGE3ZTdlMTM4ZGNiOGE5MTIyMmQ0YWJkZmUyNmRhYjk5M2M3MWI2ODE3OGYxZTYxODhhNjQ1YmYzYiIsInQiOjE2NDc5OTI2NjEsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.CpkSnEc13pPiDg93ayIBOdJG87WSBLrJ8g10YqIcWME/GIMP_AppImage-git-2.10.21-20201001-withplugins-x86_64.AppImage" )
167
- puts 'app installed with sucess in your home'.colorize(:red)
168
- end
3
+ require 'cli/ui'
4
+ class Jewstore
5
+ def self.go
6
+ res = ''
7
+ CLI::UI::Prompt.ask('JewelryStore v1.5.4') do |handler|
8
+ handler.option('list') { |selection| selection; res = 'list' }
9
+ handler.option('install') { |selection| selection; res =
10
+ gets.chomp }
11
+ end
12
+
13
+
14
+ if res == 'list'
15
+ puts 'all apps available are:'.colorize(:red)
16
+ puts 'inkscape'.colorize(:grey)
17
+ puts 'gparted'.colorize(:green)
18
+ puts 'audacity'.colorize(:red)
19
+ puts 'librewolf'.colorize(:blue)
20
+ puts 'ferdi'.colorize(:purple)
21
+ puts 'vscode'.colorize(:blue)
22
+ puts 'emacs'.colorize(:purple)
23
+ puts 'etcher'.colorize(:green)
24
+ puts 'brave'.colorize(:red)
25
+ puts 'stepmania'.colorize(:red)
26
+ puts 'zoom'.colorize(:blue)
27
+ puts 'schildichat'.colorize(:green)
28
+ puts 'cpu-x'.colorize(:blue)
29
+ puts 'atom'.colorize(:green)
30
+ puts 'blender'.colorize(:yellow)
31
+ puts 'krita'.colorize(:pink)
32
+ puts 'gimp'.colorize(:white)
33
+ puts 'vlc'.colorize(:yellow)
34
+ puts 'obs'.colorize(:red)
35
+ puts 'firefox'.colorize(:red)
36
+ puts 'waterfox'.colorize(:blue)
37
+ puts 'notepadqq'.colorize(:green)
38
+ puts 'libreoffice'.colorize(:yellow)
39
+ puts 'thunderbird'.colorize(:blue)
169
40
 
170
41
  end
42
+
43
+ if res == 'bye'
44
+ puts 'exiting'.colorize(:red)
45
+ end
46
+
47
+ if res == 'inkscape'
48
+ puts 'i will install: InkScape x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
49
+ inkscaped = gets.chomp
50
+ puts 'installing inkscape appimage'.colorize(:red)
51
+ inkscape = system( "cd ~/ && wget https://media.inkscape.org/dl/resources/file/Inkscape-0a00cf5-x86_64.AppImage" )
52
+ puts 'app installed with sucess in your home'.colorize(:red)
53
+ end
54
+
55
+ if res == 'gparted'
56
+ puts 'i will install: GParted x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
57
+ gpartedd = gets.chomp
58
+ puts 'installing GParted appimage'.colorize(:red)
59
+ gparted = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/06/102453/Gparted.AppImage" )
60
+ puts 'app installed with sucess in your home'.colorize(:red)
61
+ end
62
+
63
+ if res == 'audacity'
64
+ puts 'i will install Audacity x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
65
+ audacityd = gets.chomp
66
+ puts 'installing Audacity appimage'.colorize(:red)
67
+ audacity = system( "cd ~/ && wget https://github.com/audacity/audacity/releases/download/Audacity-3.1.3/audacity-linux-3.1.3-x86_64.AppImage" )
68
+ puts 'app installed with sucess in your home'.colorize(:red)
69
+ end
70
+
71
+ if res == 'librewolf'
72
+ puts 'i will install LibreWolf x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
73
+ librewolfd = gets.chomp
74
+ puts 'installing LibreWolf AppImage'.colorize(:red)
75
+ librewolf = system( "cd ~/ && wget https://download943.mediafire.com/91e2t4qw35wg/jif8wa50dm7c1by/LibreWolf.x86_64.AppImage" )
76
+ puts 'app installed with sucess in your home'.colorize(:red)
77
+ end
78
+
79
+ if res == 'ferdi'
80
+ puts 'i will install Ferdi x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
81
+ ferdid = gets.chomp
82
+ puts 'installing Ferdi AppImage'.colorize(:red)
83
+ ferdi = system( "cd ~/ && wget https://github.com/getferdi/ferdi/releases/download/v5.8.0/Ferdi-5.8.0.AppImage" )
84
+ puts 'app installed with sucess in your home'.colorize(:red)
85
+ end
86
+
87
+ if res == 'vscode'
88
+ puts 'i will install Code-Oss x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
89
+ coded = gets.chomp
90
+ puts 'installing VsCode AppImage'.colorize(:red)
91
+ code = system( "cd ~/ && wget https://github.com/zilti/code-oss.AppImage/releases/download/continuous/Code_OSS-x86_64.AppImage" )
92
+ puts 'app installed with sucess in your home'.colorize(:red)
93
+ end
94
+
95
+ if res == 'emacs'
96
+ puts 'i will install emacs AppImage, Correct? (Press Enter)'.colorize(:red)
97
+ emacsd = gets.chomp
98
+ puts 'installing Emacs AppImage'.colorize(:red)
99
+ emacs = system( "cd ~/ && wget https://github.com/probonopd/Emacs.AppImage/releases/download/continuous/Emacs-27.2.glibc2.16-x86_64.AppImage" )
100
+ puts 'app installed with sucess in your home'.colorize(:red)
101
+ end
102
+
103
+ if res == 'etcher'
104
+ puts 'I will install Balena-Etcher x64 AppImage, Correct? (Press Enter)'.colorize(:red)
105
+ etcherd = gets.chomp
106
+ puts 'Installing Emacs AppImage'.colorize(:red)
107
+ etcher = system( "cd ~/ && wget https://github.com/balena-io/etcher/releases/download/v1.7.8/balenaEtcher-1.7.8-x64.AppImage" )
108
+ puts 'App installed with success in your home'.colorize(:red)
109
+ end
110
+
111
+ if res == 'brave'
112
+ puts 'I will install Brave x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
113
+ brave = gets.chomp
114
+ puts 'Installing Brave AppImage'.colorize(:red)
115
+ brave = system( "cd ~/ && wget https://apprepo.de/uploads/package/version/2022/02/05/055813/Brave.AppImage" )
116
+ puts 'app installed with sucess in your home'.colorize(:red)
117
+ end
118
+
119
+ if res == 'stepmania'
120
+ puts 'I will install StepMania 5.1 beta x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
121
+ stepmaniad = gets.chomp
122
+ puts 'Installing StepMania AppImage'.colorize(:red)
123
+ stepmania = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMTUwODUxNiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI0MmE1M2M2NjdiNDQ2NDIwODVlMDA5OGI5NWIxNDQ4MTY3N2ZhNmI1MjAyMDcwYTgxZjkxYjI2MDEwMjAzNTQ3MGVhNzFhM2VmZDNmZjJmNjkzZmQ5ODA2YzAxYjNjNmYxNWU2YzVmMGY4MWIyY2YwNDMwZmQ2ZTcwNmFmZjcyZiIsInQiOjE2NDc4ODE3NTIsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.5Pqzqpy4A6_2FjvxKrjN2fYy9CT68TaZKKmu_pXXlAc/StepMania-5.1-f1ebe8d-x86_64.AppImage " )
124
+ puts 'app installed with sucess in your home'.colorize(:red)
125
+ end
126
+
127
+ if res == 'zoom'
128
+ puts 'I will install Zoom x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
129
+ zoomd = gets.chomp
130
+ puts 'Installing Zoom AppImage'.colorize(:red)
131
+ zoom = system( "cd ~/ && wget https://dl1.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYzMjY1MjY0NiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJjY2IzOGY2MDUxZTA1ZmZlOWM2OTkxZWNiYmNjODljZDNhZDE0YWZjODY2NmY2YTM4MjkyMzZlNzI1MTc3ZGU1OWRiMGM4NzMyNDRjMDQxMDAwMDBmMDNhZjRjOGUwNzk3YTQzYTc2MDY5NzJhMmU3ZjAwNmIyYzk1ODg0N2MyNyIsInQiOjE2NDc4ODE4NDMsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.sf2N3V4wAvTwg_oGR9w-k3LUZcr5R3-1R0rbXj0DjnI/Zoom-5.7.31792.0820.glibc2.17-x86_64.AppImage " )
132
+ puts 'app installed with sucess in your home'.colorize(:red)
133
+ end
134
+
135
+ if res == 'schildichat'
136
+ puts 'I will install SchildiChat x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
137
+ schatd = gets.chomp
138
+ puts 'Installing SchildiChat AppImage'.colorize(:red)
139
+ schat = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwODIwNzkzMCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiIzMDdiM2MyNzdjNmEwNmJjNTUzOWIyZTRmOWJiZmJkNWFjZjM5NjhjYzc3MGI4YTU2OTZkNjcxOTgyNWVmYjg2YTc5M2NhMTQ5MzRmY2ZmODg0NTIwODdhMjUzNDkzOGJhZDE2NDY5MWEwZjQ4OTQzYzRjZDdhN2Y3ZTMzYmY3MCIsInQiOjE2NDc4ODI3NDcsInN0ZnAiOiJjYmRlYjg2YmM5YWE5MDFjM2ZiNzU1MmIzYWNmZDljNSIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.HM7ynsB4H-AV0CHqvHin3rzitDgTZTU1dksEiRrKvBQ/SchildiChat-1.7.15.AppImage " )
140
+ puts 'app installed with sucess in your home'.colorize(:red)
141
+ end
142
+
143
+ if res == 'cpu-x'
144
+ puts 'I will install CPU-X x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
145
+ cpuxd = gets.chomp
146
+ puts 'Installing CPU-X AppImage'.colorize(:red)
147
+ cpux = system( "cd ~/ && wget https://objects.githubusercontent.com/github-production-release-asset-2e65be/24292801/6b1fe73e-86e1-429c-88ea-ee41bd019276?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220321%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220321T162401Z&X-Amz-Expires=300&X-Amz-Signature=fa9da0fcd59276a5a1c2a6f6b0d447d7af5f7b7731d9c16b5d4e1e39311b54da&X-Amz-SignedHeaders=host&actor_id=97253814&key_id=0&repo_id=24292801&response-content-disposition=attachment%3B%20filename%3DCPU-X-x86_64.AppImage&response-content-type=application%2Foctet-stream " )
148
+ puts 'app installed with sucess in your home'.colorize(:red)
149
+ end
150
+
151
+ if res == 'atom'
152
+ puts 'I will install Atom IDE x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
153
+ atomd = gets.chomp
154
+ puts 'Installing Atom AppImage'.colorize(:red)
155
+ atom = system( "cd ~/ && wget https://rsync.opensuse.org/repositories/home:/zilti:/appimages/AppImage/Atom-0-Build7.6.glibc2.17-x86_64.AppImage" )
156
+ puts 'app installed with sucess in your home'.colorize(:red)
157
+ end
158
+
159
+ if res == 'blender'
160
+ puts 'I will install Blender x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
161
+ blenderd = gets.chomp
162
+ puts 'Installing Blender AppImage'.colorize(:red)
163
+ blender = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMjAxMzAyOCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI1NjMyNTYzMzI3NmUwOWUxYmI0ZDNjNzc4YTM1ODk2ZGU3ZDQ2MGY5OTJlNDgzNWU3YjhkY2IyYTRlNTcwMmExYTIxNGJiYTI4NjBlMDY3N2Y0MDRiYTRkMWU4ZDAwNWMwODM3MGE3YzcyODk5MDlhNjk0ZGYwOTU0OTIxNzViOSIsInQiOjE2NDc5OTIyMjUsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.NadXu5Q82JaQycdTvoSvjATRLd9Q2iQUiTXTDeYs5c8/Blender-v2.90.0-x86_64.AppImage" )
164
+ puts 'app installed with sucess in your home'.colorize(:red)
165
+ end
166
+
167
+ if res == 'krita'
168
+ puts 'I will install Krita x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
169
+ kritad = gets.chomp
170
+ puts 'Installing Krita AppImage'.colorize(:red)
171
+ krita = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTkzMzc2OSwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJlZGE0NWMyODA0NWRlNDIxNDgzNzExZDc0ZDJlZGZjNzY4M2Y0YTljYmVjOGE2NzU5ZWZkMGMxYmQ3ZDYzNjkwOTgwYTJiOWY3NTllNTkwMWVmYTA4NGY3MWQ0OGQyZmQ0MzY1ZjRhOWM3YzJjNzlmNTk4OTg2MjMyNjAxNTQyNSIsInQiOjE2NDc5OTI0MjIsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.lRP10rJ_cyvF38FJ34WacH78A0yLtUjM5b_C9phRVR4/krita-4.3.0-x86_64.appimage" )
172
+ puts 'app installed with sucess in your home'.colorize(:red)
173
+ end
174
+
175
+ if res == 'gimp'
176
+ puts 'I will install Gimp x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
177
+ gimpd = gets.chomp
178
+ puts 'Installing Gimp AppImage'.colorize(:red)
179
+ gimp = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTkyNDUwNCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI4MGQ4OTZjNGEwOWJiZmJiYzNkZDRjZWRjZWUwNDFkN2RmMjIzODMzMWFiZTc4YTE2YTg2NWE4NzQxODc1OTcyNmQ3N2Y1ZGE3ZTdlMTM4ZGNiOGE5MTIyMmQ0YWJkZmUyNmRhYjk5M2M3MWI2ODE3OGYxZTYxODhhNjQ1YmYzYiIsInQiOjE2NDc5OTI2NjEsInN0ZnAiOiJhNzhmZmFhZTdkNDk3MDk2Y2ZhNjJmOTBmMmJiNGFmNyIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.CpkSnEc13pPiDg93ayIBOdJG87WSBLrJ8g10YqIcWME/GIMP_AppImage-git-2.10.21-20201001-withplugins-x86_64.AppImage" )
180
+ puts 'app installed with sucess in your home'.colorize(:red)
181
+ end
182
+
183
+ if res == 'vlc'
184
+ puts 'I will install VLC x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
185
+ vlcd = gets.chomp
186
+ puts 'Installing VLC AppImage'.colorize(:red)
187
+ vlc = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMjAxMjYxMiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiIzZTEyODAzYjI5YzU5NTBlNjA1ODFjZmRiMjllMDBhZTJkMTBiYzYyOWVjOTdhZjUwNWQ5ZjM2ZmNkNDgzYjIxN2RhNmZkOGEwMmNhNzU1YTAyNDU3NjVmYWNhODlkNjdjYWNjYmVkNDkzZTdkMTQ0YWU0ZGE1ZmQwOWZiNWQ2MCIsInQiOjE2NDgyMjMzMDEsInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.vSGnJQl3ibt-pfAwzVRU73CC61VzdTOPQn9_BNv1l98/VLC_media_player-3.0.11.1-x86_64.AppImage" )
188
+ puts 'app installed with sucess in your home'.colorize(:red)
189
+ end
190
+
191
+ if res == 'obs'
192
+ puts 'I will install OBS Studio x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
193
+ obsd = gets.chomp
194
+ puts 'Installing OBS Studio AppImage'.colorize(:red)
195
+ obs = system( "cd ~/ && wget https://dl1.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTU5NjcxMjM3MywidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI0YWRlNWM0NmZhYjUxN2U0YzVlYWFlZjg4MGRkMzE2NDI5ZTA0OGQxYmExZDFhZjM0MWUyMzFhNWM0N2U4Nzk2MWNiNjViMmRkNWNiNWI0OTFkMTA4MjViMWVkNGYzZGE0NzRjNDE4NjdhNmRlNjVmMDYwODZhNmFlNWY3OTRmYyIsInQiOjE2NDgyMjU0NTcsInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.fPk-JwiinAiuPwuTJdHO_73fihLl-3lJLi4d4ZQx0jE/obs-studio-plus-25.0.8-x86_64.AppImage" )
196
+ puts 'app installed with sucess in your home'.colorize(:red)
197
+ end
198
+
199
+ if res == 'firefox'
200
+ puts 'I will install Firefox 70 x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
201
+ firefoxd = gets.chomp
202
+ puts 'Installing Firefox AppImage'.colorize(:red)
203
+ firefox = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTU4Njc4ODA5MSwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiJiMmE4N2NiOTc0YzczN2Q3MGM3OGYwZDIzYmNiMmM1YTIyNWQyOWY3YTlkMTQyNWY0M2E0NDY5NjVkODUxNjQ1NTQ5MzEzOWYyZDZiNDk0OWQ3ZmZjN2E2Mzc3ZTBkZjBmNDFiMjdiNTk1OWYwNGNhZWVhYWU3ODY5Mjc5MzM1NCIsInQiOjE2NDgyMjU1NDksInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.zhl7JZEFmFyfeWg5aJYVGufegmCMnqtSnrr0tu_CK2Q/Firefox-x86_64-20200413141725.AppImage" )
204
+ puts 'app installed with sucess in your home'.colorize(:red)
205
+ end
206
+
207
+ if res == 'waterfox'
208
+ puts 'I will install Waterfox 50 x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
209
+ waterfoxd = gets.chomp
210
+ puts 'Installing Waterfox AppImage'.colorize(:red)
211
+ waterfox = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTU0MjQ0OTA5NiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI5NWFkODE1NGUzNGQzZjgwYzVkYzFlMDZmYzZkNDVlMTkzMThjZDEyZDE4ODA4NWRmNmVmNWM0YzU5ODM3ODgwYmFlMzQ4ZTVjYzM4MTkwZWViNWM3NWVkZDJmODY5MGJiNDE1ODdiZjRkMTA3ZmZmYjJiNjA1ODYzOGY5NzE5OSIsInQiOjE2NDgyMjU2MTIsInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.VqghsXgzV_NYfdTTTKKbqCCNYD9whsomV8Q4FDIjUEQ/Waterfox-0-Buildlp150.4.1.glibc2.17-x86_64.AppImage" )
212
+ puts 'app installed with sucess in your home'.colorize(:red)
213
+ end
214
+
215
+ if res == 'notepadqq'
216
+ puts 'I will install Notepadqq x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
217
+ notepadqqd = gets.chomp
218
+ puts 'Installing Notepadqq AppImage'.colorize(:red)
219
+ notepadqq = system( "cd ~/ && wget https://objects.githubusercontent.com/github-production-release-asset-2e65be/3536442/f1e00584-3548-11e8-98bb-27c7bacfd184?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=AKIAIWNJYAX4CSVEH53A%2F20220325%2Fus-east-1%2Fs3%2Faws4_request&X-Amz-Date=20220325T152852Z&X-Amz-Expires=300&X-Amz-Signature=fb95bbe5774d7f64f9b26aad00fba76b3a6eb04a3f25f3576dd9e6b568fefdab&X-Amz-SignedHeaders=host&actor_id=97253814&key_id=0&repo_id=3536442&response-content-disposition=attachment%3B%20filename%3Dnotepadqq-.glibc2.14-x86_64.AppImage&response-content-type=application%2Foctet-stream" )
220
+ puts 'app installed with sucess in your home'.colorize(:red)
221
+ end
222
+
223
+ if res == 'libreoffice'
224
+ puts 'I will install Libreoffice 7.1 x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
225
+ libreofficed = gets.chomp
226
+ puts 'Installing Libreoffice AppImage'.colorize(:red)
227
+ libreoffice = system( "cd ~/ && wget https://dl2.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMTk1MzM5MiwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI5YmEwZWNjZGMzNWNkMDNiYWI3YmYyODA2NGIyN2NiNmY0MzZiOTg1MGQyNWQ5Y2JmYWZhY2Y3ZjA1M2YzOGU4MGVhNzMyYTIwNzk5MTQzNjBmMzUyYzNmY2E2MmE3NDA2NzRiZTM0MWJlNzA4OWI2NDdhNmZiYjg4OGRmMjJjOSIsInQiOjE2NDgyMjU3ODIsInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.jd6arR3X-PB_xOJCZqqthBXNq7bLTUu1_1OLtXdtdRg/LibreOffice-fresh.full.help-x86_64.AppImage" )
228
+ puts 'app installed with sucess in your home'.colorize(:red)
229
+ end
230
+
231
+ if res == 'thunderbird'
232
+ puts 'I will install Mozilla Thunderbird x86_64 AppImage, Correct? (Press Enter)'.colorize(:red)
233
+ thunderbirdd = gets.chomp
234
+ puts 'Installing Thunderbird AppImage'.colorize(:red)
235
+ thunderbird = system( "cd ~/ && wget https://dl1.pling.com/api/files/download/j/eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6MTYwMjAxNzA3NCwidSI6bnVsbCwibHQiOiJkb3dubG9hZCIsInMiOiI4MzRiNzdlNGViNmM3MTBhZmViMTk3M2M3MDU5MzRkMjZhZGM0YmE0MjdjYzY2YjcyYjU1YzZkODA3NzgwMzk3YmIzMDE3NmE0MGY4NzY3NTc2ODNjMGI4NWRiMDNmMWYxNzBjM2MzN2VhY2U3Nzk1MGMxNzI4ODY1ODlmNDRjZCIsInQiOjE2NDgyMjU4MTQsInN0ZnAiOiJiZWMwODFlNTQxYmUwN2Q3MDA2MjUzNjUxMTQ3MjVhYiIsInN0aXAiOiIyMDEuMjE2Ljc0LjIyMyJ9.Uyi_NA3tmdeJBmBIL_BvdL2Hlvt7ZOpdV4gsFt31suo/Thunderbird-78.3_20200925001233.AppImage" )
236
+ puts 'app installed with sucess in your home'.colorize(:red)
237
+ end
238
+ end
171
239
  end
metadata CHANGED
@@ -1,15 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jewelrystore
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.4.8
4
+ version: 1.5.5
5
5
  platform: ruby
6
6
  authors:
7
7
  - NillyTheL0L
8
- - numbertumbers
9
8
  autorequire:
10
9
  bindir: bin
11
10
  cert_chain: []
12
- date: 2022-03-22 00:00:00.000000000 Z
11
+ date: 2022-04-08 00:00:00.000000000 Z
13
12
  dependencies:
14
13
  - !ruby/object:Gem::Dependency
15
14
  name: colorize
@@ -25,7 +24,21 @@ dependencies:
25
24
  - - ">="
26
25
  - !ruby/object:Gem::Version
27
26
  version: '0'
28
- description: An appimage cli store
27
+ - !ruby/object:Gem::Dependency
28
+ name: cli-ui
29
+ requirement: !ruby/object:Gem::Requirement
30
+ requirements:
31
+ - - ">="
32
+ - !ruby/object:Gem::Version
33
+ version: '0'
34
+ type: :runtime
35
+ prerelease: false
36
+ version_requirements: !ruby/object:Gem::Requirement
37
+ requirements:
38
+ - - ">="
39
+ - !ruby/object:Gem::Version
40
+ version: '0'
41
+ description: A Cli appimage stor emade in ruby
29
42
  email: iagodp08@gmail.com
30
43
  executables:
31
44
  - jewelrystore
@@ -34,7 +47,7 @@ extra_rdoc_files: []
34
47
  files:
35
48
  - bin/jewelrystore
36
49
  - lib/jewelrystore.rb
37
- homepage: https://jewelrystore.emperror.repl.co
50
+ homepage: https://github.com/nillythel0l/jewelrystore
38
51
  licenses:
39
52
  - MIT
40
53
  metadata: {}
@@ -53,8 +66,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
53
66
  - !ruby/object:Gem::Version
54
67
  version: '0'
55
68
  requirements: []
56
- rubygems_version: 3.3.7
69
+ rubygems_version: 3.3.8
57
70
  signing_key:
58
71
  specification_version: 4
59
- summary: AppImageStore
72
+ summary: Cli Appimage store
60
73
  test_files: []