machineconfig 3.92__py3-none-any.whl → 3.94__py3-none-any.whl
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.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- machineconfig/jobs/{python_custom_installers → installer/custom}/gh.py +22 -7
- machineconfig/jobs/{python_custom_installers → installer/custom}/hx.py +13 -4
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/alacritty.py +11 -5
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/brave.py +17 -14
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/bypass_paywall.py +7 -9
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/code.py +13 -13
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/cursor.py +7 -7
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/espanso.py +21 -17
- machineconfig/jobs/installer/custom_dev/goes.py +63 -0
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/lvim.py +10 -14
- machineconfig/jobs/installer/custom_dev/nerdfont.py +87 -0
- machineconfig/{setup_windows/wt_and_pwsh/install_nerd_fonts.py → jobs/installer/custom_dev/nerfont_windows_helper.py} +68 -25
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/redis.py +13 -8
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/wezterm.py +13 -7
- machineconfig/jobs/{python_custom_installers/dev → installer/custom_dev}/winget.py +1 -3
- machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/docker.sh +1 -1
- machineconfig/jobs/installer/packages_custom_dev.json +226 -0
- machineconfig/jobs/installer/packages_custom_essential.json +39 -0
- machineconfig/jobs/installer/packages_github_dev.json +1110 -0
- machineconfig/jobs/installer/packages_github_essential.json +804 -0
- machineconfig/jobs/linux/msc/cli_agents.sh +5 -0
- machineconfig/scripts/python/ai/solutions/gemini/settings.json +1 -1
- machineconfig/scripts/python/devops_devapps_install.py +31 -20
- machineconfig/utils/installer.py +17 -80
- machineconfig/utils/installer_utils/github_release_bulk.py +198 -0
- machineconfig/utils/installer_utils/installer_class.py +223 -210
- machineconfig/utils/schemas/installer/installer_types.py +29 -6
- {machineconfig-3.92.dist-info → machineconfig-3.94.dist-info}/METADATA +1 -1
- {machineconfig-3.92.dist-info → machineconfig-3.94.dist-info}/RECORD +45 -67
- machineconfig/jobs/python_custom_installers/archive/ngrok.py +0 -63
- machineconfig/jobs/python_custom_installers/dev/aider.py +0 -37
- machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +0 -78
- machineconfig/jobs/python_custom_installers/dev/goes.py +0 -55
- machineconfig/jobs/python_custom_installers/dev/nerdfont.py +0 -68
- machineconfig/jobs/python_custom_installers/dev/reverse_proxy.md +0 -31
- machineconfig/jobs/python_custom_installers/docker.py +0 -74
- machineconfig/jobs/python_custom_installers/warp-cli.py +0 -71
- machineconfig/jobs/python_generic_installers/config.json +0 -603
- machineconfig/jobs/python_generic_installers/config.json.bak +0 -414
- machineconfig/jobs/python_generic_installers/dev/config.archive.json +0 -18
- machineconfig/jobs/python_generic_installers/dev/config.json +0 -825
- machineconfig/jobs/python_generic_installers/dev/config.json.bak +0 -565
- machineconfig/jobs/python_linux_installers/__init__.py +0 -0
- machineconfig/jobs/python_linux_installers/archive/config.json +0 -18
- machineconfig/jobs/python_linux_installers/archive/config.json.bak +0 -10
- machineconfig/jobs/python_linux_installers/config.json +0 -145
- machineconfig/jobs/python_linux_installers/config.json.bak +0 -110
- machineconfig/jobs/python_linux_installers/dev/__init__.py +0 -0
- machineconfig/jobs/python_linux_installers/dev/config.json +0 -276
- machineconfig/jobs/python_linux_installers/dev/config.json.bak +0 -206
- machineconfig/jobs/python_windows_installers/__init__.py +0 -0
- machineconfig/jobs/python_windows_installers/archive/__init__.py +0 -0
- machineconfig/jobs/python_windows_installers/archive/file.json +0 -11
- machineconfig/jobs/python_windows_installers/config.json +0 -82
- machineconfig/jobs/python_windows_installers/config.json.bak +0 -56
- machineconfig/jobs/python_windows_installers/dev/__init__.py +0 -0
- machineconfig/jobs/python_windows_installers/dev/config.json +0 -4
- machineconfig/jobs/python_windows_installers/dev/config.json.bak +0 -3
- /machineconfig/jobs/{python_custom_installers → installer}/__init__.py +0 -0
- /machineconfig/jobs/{python_generic_installers → installer/custom_dev}/__init__.py +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/brave.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/docker_start.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/edge.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/nerdfont.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/pgsql.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/redis.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/timescaledb.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/vscode.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/warp-cli.sh +0 -0
- /machineconfig/jobs/{python_custom_installers/scripts/linux → installer/linux_scripts}/wezterm.sh +0 -0
- /machineconfig/{setup_windows/wt_and_pwsh → jobs/installer/powershell_scripts}/install_fonts.ps1 +0 -0
- {machineconfig-3.92.dist-info → machineconfig-3.94.dist-info}/WHEEL +0 -0
- {machineconfig-3.92.dist-info → machineconfig-3.94.dist-info}/entry_points.txt +0 -0
- {machineconfig-3.92.dist-info → machineconfig-3.94.dist-info}/top_level.txt +0 -0
|
@@ -1,603 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": "1",
|
|
3
|
-
"installers": [
|
|
4
|
-
{
|
|
5
|
-
"appName": "bat",
|
|
6
|
-
"repoURL": "https://github.com/sharkdp/bat",
|
|
7
|
-
"doc": "🦇 A cat(1) clone with wings.",
|
|
8
|
-
"filenameTemplate": {
|
|
9
|
-
"amd64": {
|
|
10
|
-
"windows": "bat-{}-x86_64-pc-windows-msvc.zip",
|
|
11
|
-
"linux": "bat-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
12
|
-
"macos": "bat-{}-x86_64-apple-darwin.tar.gz"
|
|
13
|
-
},
|
|
14
|
-
"arm64": {
|
|
15
|
-
"linux": "bat-{}-aarch64-unknown-linux-musl.tar.gz",
|
|
16
|
-
"macos": "bat-{}-aarch64-apple-darwin.tar.gz"
|
|
17
|
-
}
|
|
18
|
-
},
|
|
19
|
-
"stripVersion": false,
|
|
20
|
-
"exeName": "bat"
|
|
21
|
-
},
|
|
22
|
-
{
|
|
23
|
-
"appName": "broot",
|
|
24
|
-
"repoURL": "https://github.com/Canop/broot",
|
|
25
|
-
"doc": "🌳 broot is an fzf variant for folder structure and layered search.",
|
|
26
|
-
"filenameTemplate": {
|
|
27
|
-
"amd64": {
|
|
28
|
-
"windows": "https://dystroy.org/broot/download/x86_64-pc-windows-gnu/broot.exe",
|
|
29
|
-
"linux": "https://dystroy.org/broot/download/x86_64-unknown-linux-gnu/broot",
|
|
30
|
-
"macos": "https://dystroy.org/broot/download/x86_64-apple-darwin/broot"
|
|
31
|
-
},
|
|
32
|
-
"arm64": {
|
|
33
|
-
"linux": "https://dystroy.org/broot/download/aarch64-unknown-linux-musl/broot",
|
|
34
|
-
"macos": "https://dystroy.org/broot/download/aarch64-apple-darwin/broot"
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
"stripVersion": false,
|
|
38
|
-
"exeName": "broot"
|
|
39
|
-
},
|
|
40
|
-
{
|
|
41
|
-
"appName": "btm",
|
|
42
|
-
"repoURL": "https://github.com/ClementTsang/bottom",
|
|
43
|
-
"doc": "📊 bottom is a cross-platform graphical process/system monitor with a customizable interface and a multitude of features.",
|
|
44
|
-
"filenameTemplate": {
|
|
45
|
-
"amd64": {
|
|
46
|
-
"windows": "bottom_x86_64-pc-windows-msvc.zip",
|
|
47
|
-
"linux": "bottom_x86_64-unknown-linux-musl.tar.gz",
|
|
48
|
-
"macos": "bottom_x86_64-apple-darwin.tar.gz"
|
|
49
|
-
},
|
|
50
|
-
"arm64": {
|
|
51
|
-
"windows": "bottom_aarch64-pc-windows-msvc.tar.gz",
|
|
52
|
-
"linux": "bottom_aarch64-unknown-linux-musl.tar.gz",
|
|
53
|
-
"macos": "bottom_aarch64-apple-darwin.tar.gz"
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
"stripVersion": true,
|
|
57
|
-
"exeName": "btm"
|
|
58
|
-
},
|
|
59
|
-
{
|
|
60
|
-
"appName": "chatgpt",
|
|
61
|
-
"repoURL": "https://github.com/j178/chatgpt",
|
|
62
|
-
"doc": "🤖 chagpt cli",
|
|
63
|
-
"filenameTemplate": {
|
|
64
|
-
"amd64": {
|
|
65
|
-
"windows": "chatgpt_Windows_x86_64.zip",
|
|
66
|
-
"linux": "chatgpt_Linux_x86_64.tar.gz",
|
|
67
|
-
"macos": "chatgpt_Darwin_x86_64.tar.gz"
|
|
68
|
-
},
|
|
69
|
-
"arm64": {
|
|
70
|
-
"windows": "chatgpt_Windows_arm64.zip",
|
|
71
|
-
"linux": "chatgpt_Linux_arm64.tar.gz",
|
|
72
|
-
"macos": "chatgpt_Darwin_arm64.tar.gz"
|
|
73
|
-
}
|
|
74
|
-
},
|
|
75
|
-
"stripVersion": true,
|
|
76
|
-
"exeName": "chatgpt"
|
|
77
|
-
},
|
|
78
|
-
{
|
|
79
|
-
"appName": "cloudflared",
|
|
80
|
-
"repoURL": "https://github.com/cloudflare/cloudflared",
|
|
81
|
-
"doc": "☁️ Cloudflared installer. Should only be installed at main computer and servers of tunnels.",
|
|
82
|
-
"filenameTemplate": {
|
|
83
|
-
"amd64": {
|
|
84
|
-
"windows": "cloudflared-windows-amd64.exe",
|
|
85
|
-
"linux": "cloudflared-linux-amd64",
|
|
86
|
-
"macos": "cloudflared-darwin-amd64.tgz"
|
|
87
|
-
},
|
|
88
|
-
"arm64": {
|
|
89
|
-
"linux": "cloudflared-linux-arm64",
|
|
90
|
-
"macos": "cloudflared-darwin-arm64.tgz"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
"stripVersion": false,
|
|
94
|
-
"exeName": "cloudflared"
|
|
95
|
-
},
|
|
96
|
-
{
|
|
97
|
-
"appName": "cpufetch",
|
|
98
|
-
"repoURL": "https://github.com/Dr-Noob/cpufetch",
|
|
99
|
-
"doc": "💻 cpufetch is a small yet fancy CPU architecture fetching tool, like fastfetch but for CPUs.",
|
|
100
|
-
"filenameTemplate": {
|
|
101
|
-
"amd64": {
|
|
102
|
-
"windows": "cpufetch_x86-64_windows.exe",
|
|
103
|
-
"linux": "cpufetch_x86-64_linux"
|
|
104
|
-
},
|
|
105
|
-
"arm64": {
|
|
106
|
-
"linux": "cpufetch_arm64_linux"
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
"stripVersion": false,
|
|
110
|
-
"exeName": "cpufetch"
|
|
111
|
-
},
|
|
112
|
-
{
|
|
113
|
-
"appName": "delta",
|
|
114
|
-
"repoURL": "https://github.com/dandavison/delta",
|
|
115
|
-
"doc": "👀 A viewer for git and diff output",
|
|
116
|
-
"filenameTemplate": {
|
|
117
|
-
"amd64": {
|
|
118
|
-
"windows": "delta-{}-x86_64-pc-windows-msvc.zip",
|
|
119
|
-
"linux": "delta-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
120
|
-
"macos": "delta-{}-x86_64-apple-darwin.tar.gz"
|
|
121
|
-
},
|
|
122
|
-
"arm64": {
|
|
123
|
-
"linux": "delta-{}-aarch64-unknown-linux-gnu.tar.gz",
|
|
124
|
-
"macos": "delta-{}-aarch64-apple-darwin.tar.gz"
|
|
125
|
-
}
|
|
126
|
-
},
|
|
127
|
-
"stripVersion": true,
|
|
128
|
-
"exeName": "delta"
|
|
129
|
-
},
|
|
130
|
-
{
|
|
131
|
-
"appName": "dua",
|
|
132
|
-
"repoURL": "https://github.com/Byron/dua-cli",
|
|
133
|
-
"doc": "💾 Rust-based cli tool to get a quick overview of disk usage.",
|
|
134
|
-
"filenameTemplate": {
|
|
135
|
-
"amd64": {
|
|
136
|
-
"linux": "dua-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
137
|
-
"macos": "dua-{}-x86_64-apple-darwin.tar.gz"
|
|
138
|
-
},
|
|
139
|
-
"arm64": {
|
|
140
|
-
"linux": "dua-{}-aarch64-unknown-linux-musl.tar.gz"
|
|
141
|
-
}
|
|
142
|
-
},
|
|
143
|
-
"stripVersion": false,
|
|
144
|
-
"exeName": "dua"
|
|
145
|
-
},
|
|
146
|
-
{
|
|
147
|
-
"appName": "fastfetch",
|
|
148
|
-
"repoURL": "https://github.com/fastfetch-cli/fastfetch",
|
|
149
|
-
"doc": "💻 fastfetch is a system information tool written in C.",
|
|
150
|
-
"filenameTemplate": {
|
|
151
|
-
"amd64": {
|
|
152
|
-
"windows": "fastfetch-windows-amd64.zip",
|
|
153
|
-
"linux": "fastfetch-linux-amd64.tar.gz",
|
|
154
|
-
"macos": "fastfetch-macos-amd64.tar.gz"
|
|
155
|
-
},
|
|
156
|
-
"arm64": {
|
|
157
|
-
"windows": "fastfetch-windows-aarch64.zip",
|
|
158
|
-
"linux": "fastfetch-linux-aarch64.tar.gz",
|
|
159
|
-
"macos": "fastfetch-macos-aarch64.tar.gz"
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
"stripVersion": false,
|
|
163
|
-
"exeName": "fastfetch"
|
|
164
|
-
},
|
|
165
|
-
{
|
|
166
|
-
"appName": "fd",
|
|
167
|
-
"repoURL": "https://github.com/sharkdp/fd",
|
|
168
|
-
"doc": "🔍 fd is a simple, fast and user-friendly alternative to find.",
|
|
169
|
-
"filenameTemplate": {
|
|
170
|
-
"amd64": {
|
|
171
|
-
"windows": "fd-v{}-x86_64-pc-windows-msvc.zip",
|
|
172
|
-
"linux": "fd-v{}-x86_64-unknown-linux-musl.tar.gz",
|
|
173
|
-
"macos": "fd-v{}-x86_64-apple-darwin.tar.gz"
|
|
174
|
-
},
|
|
175
|
-
"arm64": {
|
|
176
|
-
"windows": "fd-v{}-aarch64-pc-windows-msvc.zip",
|
|
177
|
-
"linux": "fd-v{}-aarch64-unknown-linux-musl.tar.gz",
|
|
178
|
-
"macos": "fd-v{}-aarch64-apple-darwin.tar.gz"
|
|
179
|
-
}
|
|
180
|
-
},
|
|
181
|
-
"stripVersion": true,
|
|
182
|
-
"exeName": "fd"
|
|
183
|
-
},
|
|
184
|
-
{
|
|
185
|
-
"appName": "fzf",
|
|
186
|
-
"repoURL": "https://github.com/junegunn/fzf",
|
|
187
|
-
"doc": "🔍 a general-purpose cli fuzzy finder.",
|
|
188
|
-
"filenameTemplate": {
|
|
189
|
-
"amd64": {
|
|
190
|
-
"windows": "fzf-{}-windows_amd64.zip",
|
|
191
|
-
"linux": "fzf-{}-linux_amd64.tar.gz",
|
|
192
|
-
"macos": "fzf-{}-darwin_amd64.tar.gz"
|
|
193
|
-
},
|
|
194
|
-
"arm64": {
|
|
195
|
-
"windows": "fzf-{}-windows_arm64.zip",
|
|
196
|
-
"linux": "fzf-{}-linux_arm64.tar.gz",
|
|
197
|
-
"macos": "fzf-{}-darwin_arm64.tar.gz"
|
|
198
|
-
}
|
|
199
|
-
},
|
|
200
|
-
"stripVersion": true,
|
|
201
|
-
"exeName": "fzf"
|
|
202
|
-
},
|
|
203
|
-
{
|
|
204
|
-
"appName": "gemini-cli",
|
|
205
|
-
"repoURL": "npm install -g @google/gemini-cli",
|
|
206
|
-
"doc": "🤖 Gemini CLI is a command line interface for Google Gemini AI.",
|
|
207
|
-
"filenameTemplate": {
|
|
208
|
-
"amd64": {},
|
|
209
|
-
"arm64": {}
|
|
210
|
-
},
|
|
211
|
-
"stripVersion": false,
|
|
212
|
-
"exeName": "gemini"
|
|
213
|
-
},
|
|
214
|
-
{
|
|
215
|
-
"appName": "gitui",
|
|
216
|
-
"repoURL": "https://github.com/gitui-org/gitui",
|
|
217
|
-
"doc": "🐙 gitui is a terminal ui for git written in rust.",
|
|
218
|
-
"filenameTemplate": {
|
|
219
|
-
"amd64": {
|
|
220
|
-
"windows": "gitui-win.tar.gz",
|
|
221
|
-
"linux": "gitui-linux-x86_64.tar.gz",
|
|
222
|
-
"macos": "gitui-mac-x86.tar.gz"
|
|
223
|
-
},
|
|
224
|
-
"arm64": {
|
|
225
|
-
"windows": "gitui-win-arm64.tar.gz",
|
|
226
|
-
"linux": "gitui-linux-aarch64.tar.gz",
|
|
227
|
-
"macos": "gitui-mac.tar.gz"
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
"stripVersion": false,
|
|
231
|
-
"exeName": "gitui"
|
|
232
|
-
},
|
|
233
|
-
{
|
|
234
|
-
"appName": "glow",
|
|
235
|
-
"repoURL": "https://github.com/charmbracelet/glow/",
|
|
236
|
-
"doc": "✨ Render markdown on the CLI, with pizzazz!",
|
|
237
|
-
"filenameTemplate": {
|
|
238
|
-
"amd64": {
|
|
239
|
-
"windows": "glow_{}_Windows_x86_64.zip",
|
|
240
|
-
"linux": "glow_{}_Linux_x86_64.tar.gz",
|
|
241
|
-
"macos": "glow_{}_Darwin_x86_64.tar.gz"
|
|
242
|
-
},
|
|
243
|
-
"arm64": {
|
|
244
|
-
"linux": "glow_{}_Linux_arm64.tar.gz",
|
|
245
|
-
"macos": "glow_{}_Darwin_arm64.tar.gz"
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
"stripVersion": true,
|
|
249
|
-
"exeName": "glow"
|
|
250
|
-
},
|
|
251
|
-
{
|
|
252
|
-
"appName": "gum",
|
|
253
|
-
"repoURL": "https://github.com/charmbracelet/gum",
|
|
254
|
-
"doc": "🎯 Prompt user to select from options, written in golang.",
|
|
255
|
-
"filenameTemplate": {
|
|
256
|
-
"amd64": {
|
|
257
|
-
"windows": "gum_{}_Windows_x86_64.zip",
|
|
258
|
-
"linux": "gum_{}_Linux_x86_64.tar.gz",
|
|
259
|
-
"macos": "gum_{}_Darwin_x86_64.tar.gz"
|
|
260
|
-
},
|
|
261
|
-
"arm64": {
|
|
262
|
-
"linux": "gum_{}_Linux_arm64.tar.gz",
|
|
263
|
-
"macos": "gum_{}_Darwin_arm64.tar.gz"
|
|
264
|
-
}
|
|
265
|
-
},
|
|
266
|
-
"stripVersion": true,
|
|
267
|
-
"exeName": "gum"
|
|
268
|
-
},
|
|
269
|
-
{
|
|
270
|
-
"appName": "lf",
|
|
271
|
-
"repoURL": "https://github.com/gokcehan/lf",
|
|
272
|
-
"doc": "📂 lf is a terminal file manager written in go.",
|
|
273
|
-
"filenameTemplate": {
|
|
274
|
-
"amd64": {
|
|
275
|
-
"windows": "lf-windows-amd64.zip",
|
|
276
|
-
"linux": "lf-linux-amd64.tar.gz",
|
|
277
|
-
"macos": "lf-darwin-amd64.tar.gz"
|
|
278
|
-
},
|
|
279
|
-
"arm64": {
|
|
280
|
-
"linux": "lf-linux-arm64.tar.gz",
|
|
281
|
-
"macos": "lf-darwin-arm64.tar.gz"
|
|
282
|
-
}
|
|
283
|
-
},
|
|
284
|
-
"stripVersion": false,
|
|
285
|
-
"exeName": "lf"
|
|
286
|
-
},
|
|
287
|
-
{
|
|
288
|
-
"appName": "lsd",
|
|
289
|
-
"repoURL": "https://github.com/lsd-rs/lsd",
|
|
290
|
-
"doc": "📂 A modern replacement for ls written in Rust.",
|
|
291
|
-
"filenameTemplate": {
|
|
292
|
-
"amd64": {
|
|
293
|
-
"windows": "lsd-v{version}-x86_64-pc-windows-msvc.zip",
|
|
294
|
-
"linux": "lsd-v{version}-x86_64-unknown-linux-musl.tar.gz",
|
|
295
|
-
"macos": "lsd-v{version}-x86_64-apple-darwin.tar.gz"
|
|
296
|
-
},
|
|
297
|
-
"arm64": {
|
|
298
|
-
"linux": "lsd-v{version}-aarch64-unknown-linux-musl.tar.gz",
|
|
299
|
-
"macos": "lsd-v{version}-aarch64-apple-darwin.tar.gz"
|
|
300
|
-
}
|
|
301
|
-
},
|
|
302
|
-
"stripVersion": false,
|
|
303
|
-
"exeName": "lsd"
|
|
304
|
-
},
|
|
305
|
-
{
|
|
306
|
-
"appName": "m365",
|
|
307
|
-
"repoURL": "npm install -g @pnp/cli-microsoft365",
|
|
308
|
-
"doc": "☁️ CLI for Microsoft 365",
|
|
309
|
-
"filenameTemplate": {
|
|
310
|
-
"amd64": {},
|
|
311
|
-
"arm64": {}
|
|
312
|
-
},
|
|
313
|
-
"stripVersion": false,
|
|
314
|
-
"exeName": "m365"
|
|
315
|
-
},
|
|
316
|
-
{
|
|
317
|
-
"appName": "mcfly",
|
|
318
|
-
"repoURL": "https://github.com/cantino/mcfly",
|
|
319
|
-
"doc": "🚀 Fly through your shell history. Great Scott!",
|
|
320
|
-
"filenameTemplate": {
|
|
321
|
-
"amd64": {
|
|
322
|
-
"linux": "mcfly-v{}-x86_64-unknown-linux-musl.tar.gz",
|
|
323
|
-
"macos": "mcfly-v{}-x86_64-apple-darwin.tar.gz"
|
|
324
|
-
},
|
|
325
|
-
"arm64": {
|
|
326
|
-
"linux": "mcfly-v{}-aarch64-unknown-linux-musl.tar.gz"
|
|
327
|
-
}
|
|
328
|
-
},
|
|
329
|
-
"stripVersion": false,
|
|
330
|
-
"exeName": "mcfly"
|
|
331
|
-
},
|
|
332
|
-
{
|
|
333
|
-
"appName": "mods",
|
|
334
|
-
"repoURL": "https://github.com/charmbracelet/mods/",
|
|
335
|
-
"doc": "🤖 AI for the command line, built for pipelines",
|
|
336
|
-
"filenameTemplate": {
|
|
337
|
-
"amd64": {
|
|
338
|
-
"windows": "mods_{}_Windows_x86_64.zip",
|
|
339
|
-
"linux": "mods_{}_Linux_x86_64.tar.gz",
|
|
340
|
-
"macos": "mods_{}_Darwin_x86_64.tar.gz"
|
|
341
|
-
},
|
|
342
|
-
"arm64": {
|
|
343
|
-
"windows": "mods_{}_Windows_arm64.zip",
|
|
344
|
-
"linux": "mods_{}_Linux_arm64.tar.gz",
|
|
345
|
-
"macos": "mods_{}_Darwin_arm64.tar.gz"
|
|
346
|
-
}
|
|
347
|
-
},
|
|
348
|
-
"stripVersion": true,
|
|
349
|
-
"exeName": "mods"
|
|
350
|
-
},
|
|
351
|
-
{
|
|
352
|
-
"appName": "mprocs",
|
|
353
|
-
"repoURL": "https://github.com/pvolok/mprocs",
|
|
354
|
-
"doc": "🖥️ Windows/Linux/macOS poorman's zellij",
|
|
355
|
-
"filenameTemplate": {
|
|
356
|
-
"amd64": {
|
|
357
|
-
"windows": "mprocs-{version}-windows-x86_64.zip",
|
|
358
|
-
"linux": "mprocs-{version}-linux-x86_64-musl.tar.gz",
|
|
359
|
-
"macos": "mprocs-{version}-darwin-x86_64.tar.gz"
|
|
360
|
-
},
|
|
361
|
-
"arm64": {
|
|
362
|
-
"linux": "mprocs-{version}-linux-aarch64-musl.tar.gz",
|
|
363
|
-
"macos": "mprocs-{version}-darwin-aarch64.tar.gz"
|
|
364
|
-
}
|
|
365
|
-
},
|
|
366
|
-
"stripVersion": true,
|
|
367
|
-
"exeName": "mprocs"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"appName": "ouch",
|
|
371
|
-
"repoURL": "https://github.com/ouch-org/ouch",
|
|
372
|
-
"doc": "📦 A cli for extracting and creating archives in unified way.",
|
|
373
|
-
"filenameTemplate": {
|
|
374
|
-
"amd64": {
|
|
375
|
-
"windows": "ouch-x86_64-pc-windows-msvc.zip",
|
|
376
|
-
"linux": "ouch-x86_64-unknown-linux-musl.tar.gz",
|
|
377
|
-
"macos": "ouch-x86_64-apple-darwin.tar.gz"
|
|
378
|
-
},
|
|
379
|
-
"arm64": {
|
|
380
|
-
"windows": "ouch-aarch64-pc-windows-msvc.zip",
|
|
381
|
-
"linux": "ouch-aarch64-unknown-linux-musl.tar.gz"
|
|
382
|
-
}
|
|
383
|
-
},
|
|
384
|
-
"stripVersion": false,
|
|
385
|
-
"exeName": "ouch"
|
|
386
|
-
},
|
|
387
|
-
{
|
|
388
|
-
"appName": "procs",
|
|
389
|
-
"repoURL": "https://github.com/dalance/procs/",
|
|
390
|
-
"doc": "📊 procs is a modern replacement for ps written in Rust.",
|
|
391
|
-
"filenameTemplate": {
|
|
392
|
-
"amd64": {
|
|
393
|
-
"windows": "procs-{}-x86_64-windows.zip",
|
|
394
|
-
"linux": "procs-{}-x86_64-linux.zip",
|
|
395
|
-
"macos": "procs-{}-x86_64-mac.zip"
|
|
396
|
-
},
|
|
397
|
-
"arm64": {
|
|
398
|
-
"linux": "procs-{}-aarch64-linux.zip",
|
|
399
|
-
"macos": "procs-{}-aarch64-mac.zip"
|
|
400
|
-
}
|
|
401
|
-
},
|
|
402
|
-
"stripVersion": false,
|
|
403
|
-
"exeName": "procs"
|
|
404
|
-
},
|
|
405
|
-
{
|
|
406
|
-
"appName": "rclone",
|
|
407
|
-
"repoURL": "https://github.com/rclone/rclone",
|
|
408
|
-
"doc": "☁️ cli to sync to cloud storage providers.",
|
|
409
|
-
"filenameTemplate": {
|
|
410
|
-
"amd64": {
|
|
411
|
-
"windows": "rclone-v{version}-windows-amd64.zip",
|
|
412
|
-
"linux": "rclone-v{version}-linux-amd64.zip",
|
|
413
|
-
"macos": "rclone-v{version}-osx-amd64.zip"
|
|
414
|
-
},
|
|
415
|
-
"arm64": {
|
|
416
|
-
"windows": "rclone-v{version}-windows-arm64.zip",
|
|
417
|
-
"linux": "rclone-v{version}-linux-arm64.zip",
|
|
418
|
-
"macos": "rclone-v{version}-osx-arm64.zip"
|
|
419
|
-
}
|
|
420
|
-
},
|
|
421
|
-
"stripVersion": false,
|
|
422
|
-
"exeName": "rclone"
|
|
423
|
-
},
|
|
424
|
-
{
|
|
425
|
-
"appName": "rg",
|
|
426
|
-
"repoURL": "https://github.com/BurntSushi/ripgrep",
|
|
427
|
-
"doc": "🔍 recursively searches directories for a regex pattern while respecting your gitignore rules",
|
|
428
|
-
"filenameTemplate": {
|
|
429
|
-
"amd64": {
|
|
430
|
-
"windows": "ripgrep-{}-x86_64-pc-windows-msvc.zip",
|
|
431
|
-
"linux": "ripgrep-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
432
|
-
"macos": "ripgrep-{}-x86_64-apple-darwin.tar.gz"
|
|
433
|
-
},
|
|
434
|
-
"arm64": {
|
|
435
|
-
"linux": "ripgrep-{}-aarch64-unknown-linux-gnu.tar.gz",
|
|
436
|
-
"macos": "ripgrep-{}-aarch64-apple-darwin.tar.gz"
|
|
437
|
-
}
|
|
438
|
-
},
|
|
439
|
-
"stripVersion": true,
|
|
440
|
-
"exeName": "rg"
|
|
441
|
-
},
|
|
442
|
-
{
|
|
443
|
-
"appName": "rga",
|
|
444
|
-
"repoURL": "https://github.com/phiresky/ripgrep-all",
|
|
445
|
-
"doc": "🔍 ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.",
|
|
446
|
-
"filenameTemplate": {
|
|
447
|
-
"amd64": {
|
|
448
|
-
"windows": "ripgrep_all-v{}-x86_64-pc-windows-msvc.zip",
|
|
449
|
-
"linux": "ripgrep_all-v{}-x86_64-unknown-linux-musl.tar.gz",
|
|
450
|
-
"macos": "ripgrep_all-v{}-x86_64-apple-darwin.tar.gz"
|
|
451
|
-
},
|
|
452
|
-
"arm64": {}
|
|
453
|
-
},
|
|
454
|
-
"stripVersion": true,
|
|
455
|
-
"exeName": "rga"
|
|
456
|
-
},
|
|
457
|
-
{
|
|
458
|
-
"appName": "starship",
|
|
459
|
-
"repoURL": "https://github.com/starship/starship",
|
|
460
|
-
"doc": "⭐️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!",
|
|
461
|
-
"filenameTemplate": {
|
|
462
|
-
"amd64": {
|
|
463
|
-
"windows": "starship-x86_64-pc-windows-msvc.zip",
|
|
464
|
-
"linux": "starship-x86_64-unknown-linux-musl.tar.gz",
|
|
465
|
-
"macos": "starship-x86_64-apple-darwin.tar.gz"
|
|
466
|
-
},
|
|
467
|
-
"arm64": {
|
|
468
|
-
"windows": "starship-aarch64-pc-windows-msvc.zip",
|
|
469
|
-
"linux": "starship-aarch64-unknown-linux-musl.tar.gz",
|
|
470
|
-
"macos": "starship-aarch64-apple-darwin.tar.gz"
|
|
471
|
-
}
|
|
472
|
-
},
|
|
473
|
-
"stripVersion": true,
|
|
474
|
-
"exeName": "starship"
|
|
475
|
-
},
|
|
476
|
-
{
|
|
477
|
-
"appName": "tere",
|
|
478
|
-
"repoURL": "https://github.com/mgunyho/tere",
|
|
479
|
-
"doc": "📂 Tere is a terminal file explorer written in Rust. No more ls + cd",
|
|
480
|
-
"filenameTemplate": {
|
|
481
|
-
"amd64": {
|
|
482
|
-
"windows": "tere-{}-x86_64-pc-windows-gnu.zip",
|
|
483
|
-
"linux": "tere-{}-x86_64-unknown-linux-gnu.zip"
|
|
484
|
-
},
|
|
485
|
-
"arm64": {
|
|
486
|
-
"linux": "tere-{}-aarch64-unknown-linux-gnu.zip"
|
|
487
|
-
}
|
|
488
|
-
},
|
|
489
|
-
"stripVersion": true,
|
|
490
|
-
"exeName": "tere"
|
|
491
|
-
},
|
|
492
|
-
{
|
|
493
|
-
"appName": "topgrade",
|
|
494
|
-
"repoURL": "https://github.com/topgrade-rs/topgrade",
|
|
495
|
-
"doc": "⬆️ Keeping your system up to date usually involves invoking multiple package managers.",
|
|
496
|
-
"filenameTemplate": {
|
|
497
|
-
"amd64": {
|
|
498
|
-
"windows": "topgrade-v{}-x86_64-pc-windows-msvc.zip",
|
|
499
|
-
"linux": "topgrade-v{}-x86_64-unknown-linux-musl.tar.gz",
|
|
500
|
-
"macos": "topgrade-v{}-x86_64-apple-darwin.tar.gz"
|
|
501
|
-
},
|
|
502
|
-
"arm64": {
|
|
503
|
-
"linux": "topgrade-v{}-aarch64-unknown-linux-musl.tar.gz",
|
|
504
|
-
"macos": "topgrade-v{}-aarch64-apple-darwin.tar.gz"
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
"stripVersion": true,
|
|
508
|
-
"exeName": "topgrade"
|
|
509
|
-
},
|
|
510
|
-
{
|
|
511
|
-
"appName": "ttyd",
|
|
512
|
-
"repoURL": "https://github.com/tsl0922/ttyd",
|
|
513
|
-
"doc": "🌐 ttyd shares your terminal on the web.",
|
|
514
|
-
"filenameTemplate": {
|
|
515
|
-
"amd64": {
|
|
516
|
-
"windows": "ttyd.win32.exe",
|
|
517
|
-
"linux": "ttyd.x86_64",
|
|
518
|
-
"macos": "ttyd.x86_64"
|
|
519
|
-
},
|
|
520
|
-
"arm64": {
|
|
521
|
-
"linux": "ttyd.aarch64",
|
|
522
|
-
"macos": "ttyd.aarch64"
|
|
523
|
-
}
|
|
524
|
-
},
|
|
525
|
-
"stripVersion": true,
|
|
526
|
-
"exeName": "ttyd"
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"appName": "viu",
|
|
530
|
-
"repoURL": "https://github.com/atanunq/viu",
|
|
531
|
-
"doc": "🖼️ A cli image viewer for the terminal (like chafa but in Rust)",
|
|
532
|
-
"filenameTemplate": {
|
|
533
|
-
"amd64": {
|
|
534
|
-
"windows": "viu-x86_64-pc-windows-msvc.exe",
|
|
535
|
-
"linux": "viu-x86_64-unknown-linux-musl",
|
|
536
|
-
"macos": "viu-x86_64-apple-darwin"
|
|
537
|
-
},
|
|
538
|
-
"arm64": {
|
|
539
|
-
"linux": "viu-aarch64-unknown-linux-musl",
|
|
540
|
-
"macos": "viu-aarch64-apple-darwin"
|
|
541
|
-
}
|
|
542
|
-
},
|
|
543
|
-
"stripVersion": false,
|
|
544
|
-
"exeName": "viu"
|
|
545
|
-
},
|
|
546
|
-
{
|
|
547
|
-
"appName": "watchexec",
|
|
548
|
-
"repoURL": "https://github.com/watchexec/watchexec",
|
|
549
|
-
"doc": "👀 Executes commands in response to file modifications.",
|
|
550
|
-
"filenameTemplate": {
|
|
551
|
-
"amd64": {
|
|
552
|
-
"windows": "watchexec-{version}-x86_64-pc-windows-msvc.zip",
|
|
553
|
-
"linux": "watchexec-{version}-x86_64-unknown-linux-musl.tar.xz",
|
|
554
|
-
"macos": "watchexec-{version}-x86_64-apple-darwin.tar.xz"
|
|
555
|
-
},
|
|
556
|
-
"arm64": {
|
|
557
|
-
"linux": "watchexec-{version}-aarch64-unknown-linux-musl.tar.xz",
|
|
558
|
-
"macos": "watchexec-{version}-aarch64-apple-darwin.tar.xz"
|
|
559
|
-
}
|
|
560
|
-
},
|
|
561
|
-
"stripVersion": true,
|
|
562
|
-
"exeName": "watchexec"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"appName": "yazi",
|
|
566
|
-
"repoURL": "https://github.com/sxyazi/yazi",
|
|
567
|
-
"doc": "⚡️ Blazing Fast Terminal File Manager.",
|
|
568
|
-
"filenameTemplate": {
|
|
569
|
-
"amd64": {
|
|
570
|
-
"windows": "yazi-x86_64-pc-windows-msvc.zip",
|
|
571
|
-
"linux": "yazi-x86_64-unknown-linux-musl.zip",
|
|
572
|
-
"macos": "yazi-x86_64-apple-darwin.zip"
|
|
573
|
-
},
|
|
574
|
-
"arm64": {
|
|
575
|
-
"windows": "yazi-aarch64-pc-windows-msvc.zip",
|
|
576
|
-
"linux": "yazi-aarch64-unknown-linux-musl.zip",
|
|
577
|
-
"macos": "yazi-aarch64-apple-darwin.zip"
|
|
578
|
-
}
|
|
579
|
-
},
|
|
580
|
-
"stripVersion": false,
|
|
581
|
-
"exeName": "yazi"
|
|
582
|
-
},
|
|
583
|
-
{
|
|
584
|
-
"appName": "zoxide",
|
|
585
|
-
"repoURL": "https://github.com/ajeetdsouza/zoxide",
|
|
586
|
-
"doc": "🚀 A cd command that learns - easily navigate directories from the command-line",
|
|
587
|
-
"filenameTemplate": {
|
|
588
|
-
"amd64": {
|
|
589
|
-
"windows": "zoxide-{}-x86_64-pc-windows-msvc.zip",
|
|
590
|
-
"linux": "zoxide-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
591
|
-
"macos": "zoxide-{}-x86_64-apple-darwin.tar.gz"
|
|
592
|
-
},
|
|
593
|
-
"arm64": {
|
|
594
|
-
"windows": "zoxide-{}-aarch64-pc-windows-msvc.zip",
|
|
595
|
-
"linux": "zoxide-{}-aarch64-unknown-linux-musl.tar.gz",
|
|
596
|
-
"macos": "zoxide-{}-aarch64-apple-darwin.tar.gz"
|
|
597
|
-
}
|
|
598
|
-
},
|
|
599
|
-
"stripVersion": true,
|
|
600
|
-
"exeName": "zoxide"
|
|
601
|
-
}
|
|
602
|
-
]
|
|
603
|
-
}
|