machineconfig 3.93__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/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 +30 -19
- 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.93.dist-info → machineconfig-3.94.dist-info}/METADATA +1 -1
- {machineconfig-3.93.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.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.93.dist-info → machineconfig-3.94.dist-info}/WHEEL +0 -0
- {machineconfig-3.93.dist-info → machineconfig-3.94.dist-info}/entry_points.txt +0 -0
- {machineconfig-3.93.dist-info → machineconfig-3.94.dist-info}/top_level.txt +0 -0
|
@@ -1,414 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"bat": {
|
|
3
|
-
"repo_url": "https://github.com/sharkdp/bat",
|
|
4
|
-
"doc": "🦇 A cat(1) clone with wings.",
|
|
5
|
-
"filename_template_windows_amd_64": "bat-{}-x86_64-pc-windows-msvc.zip",
|
|
6
|
-
"filename_template_windows_arm_64": "",
|
|
7
|
-
"filename_template_linux_amd_64": "bat-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
8
|
-
"filename_template_linux_arm_64": "bat-{}-aarch64-unknown-linux-musl.tar.gz",
|
|
9
|
-
"filename_template_macos_amd_64": "bat-{}-x86_64-apple-darwin.tar.gz",
|
|
10
|
-
"filename_template_macos_arm_64": "bat-{}-aarch64-apple-darwin.tar.gz",
|
|
11
|
-
"strip_v": false,
|
|
12
|
-
"exe_name": "bat"
|
|
13
|
-
},
|
|
14
|
-
"broot": {
|
|
15
|
-
"repo_url": "https://github.com/Canop/broot",
|
|
16
|
-
"doc": "🌳 broot is an fzf variant for folder structure and layered search.",
|
|
17
|
-
"filename_template_windows_amd_64": "https://dystroy.org/broot/download/x86_64-pc-windows-gnu/broot.exe",
|
|
18
|
-
"filename_template_windows_arm_64": "",
|
|
19
|
-
"filename_template_linux_amd_64": "https://dystroy.org/broot/download/x86_64-unknown-linux-gnu/broot",
|
|
20
|
-
"filename_template_linux_arm_64": "https://dystroy.org/broot/download/aarch64-unknown-linux-musl/broot",
|
|
21
|
-
"filename_template_macos_amd_64": "https://dystroy.org/broot/download/x86_64-apple-darwin/broot",
|
|
22
|
-
"filename_template_macos_arm_64": "https://dystroy.org/broot/download/aarch64-apple-darwin/broot",
|
|
23
|
-
"strip_v": false,
|
|
24
|
-
"exe_name": "broot"
|
|
25
|
-
},
|
|
26
|
-
"btm": {
|
|
27
|
-
"repo_url": "https://github.com/ClementTsang/bottom",
|
|
28
|
-
"doc": "📊 bottom is a cross-platform graphical process/system monitor with a customizable interface and a multitude of features.",
|
|
29
|
-
"filename_template_linux_amd_64": "bottom_x86_64-unknown-linux-musl.tar.gz",
|
|
30
|
-
"filename_template_linux_arm_64": "bottom_aarch64-unknown-linux-musl.tar.gz",
|
|
31
|
-
"filename_template_windows_amd_64": "bottom_x86_64-pc-windows-msvc.zip",
|
|
32
|
-
"filename_template_windows_arm_64": "bottom_aarch64-pc-windows-msvc.tar.gz",
|
|
33
|
-
"filename_template_macos_amd_64": "bottom_x86_64-apple-darwin.tar.gz",
|
|
34
|
-
"filename_template_macos_arm_64": "bottom_aarch64-apple-darwin.tar.gz",
|
|
35
|
-
"strip_v": true,
|
|
36
|
-
"exe_name": "btm"
|
|
37
|
-
},
|
|
38
|
-
"chatgpt": {
|
|
39
|
-
"repo_url": "https://github.com/j178/chatgpt",
|
|
40
|
-
"doc": "🤖 chagpt cli",
|
|
41
|
-
"filename_template_windows_amd_64": "chatgpt_Windows_x86_64.zip",
|
|
42
|
-
"filename_template_windows_arm_64": "chatgpt_Windows_arm64.zip",
|
|
43
|
-
"filename_template_linux_amd_64": "chatgpt_Linux_x86_64.tar.gz",
|
|
44
|
-
"filename_template_linux_arm_64": "chatgpt_Linux_arm64.tar.gz",
|
|
45
|
-
"filename_template_macos_amd_64": "chatgpt_Darwin_x86_64.tar.gz",
|
|
46
|
-
"filename_template_macos_arm_64": "chatgpt_Darwin_arm64.tar.gz",
|
|
47
|
-
"strip_v": true,
|
|
48
|
-
"exe_name": "chatgpt"
|
|
49
|
-
},
|
|
50
|
-
"cloudflared": {
|
|
51
|
-
"repo_url": "https://github.com/cloudflare/cloudflared",
|
|
52
|
-
"doc": "☁️ Cloudflared installer. Should only be installed at main computer and servers of tunnels.",
|
|
53
|
-
"filename_template_windows_amd_64": "cloudflared-windows-amd64.exe",
|
|
54
|
-
"filename_template_windows_arm_64": "",
|
|
55
|
-
"filename_template_linux_amd_64": "cloudflared-linux-amd64",
|
|
56
|
-
"filename_template_linux_arm_64": "cloudflared-linux-arm64",
|
|
57
|
-
"filename_template_macos_amd_64": "cloudflared-darwin-amd64.tgz",
|
|
58
|
-
"filename_template_macos_arm_64": "cloudflared-darwin-arm64.tgz",
|
|
59
|
-
"strip_v": false,
|
|
60
|
-
"exe_name": "cloudflared"
|
|
61
|
-
},
|
|
62
|
-
"cpufetch": {
|
|
63
|
-
"repo_url": "https://github.com/Dr-Noob/cpufetch",
|
|
64
|
-
"doc": "💻 cpufetch is a small yet fancy CPU architecture fetching tool, like fastfetch but for CPUs.",
|
|
65
|
-
"filename_template_windows_amd_64": "cpufetch_x86-64_windows.exe",
|
|
66
|
-
"filename_template_windows_arm_64": "",
|
|
67
|
-
"filename_template_linux_amd_64": "cpufetch_x86-64_linux",
|
|
68
|
-
"filename_template_linux_arm_64": "cpufetch_arm64_linux",
|
|
69
|
-
"filename_template_macos_amd_64": "",
|
|
70
|
-
"filename_template_macos_arm_64": "",
|
|
71
|
-
"strip_v": false,
|
|
72
|
-
"exe_name": "cpufetch"
|
|
73
|
-
},
|
|
74
|
-
"delta": {
|
|
75
|
-
"repo_url": "https://github.com/dandavison/delta",
|
|
76
|
-
"doc": "👀 A viewer for git and diff output",
|
|
77
|
-
"filename_template_windows_amd_64": "delta-{}-x86_64-pc-windows-msvc.zip",
|
|
78
|
-
"filename_template_windows_arm_64": "",
|
|
79
|
-
"filename_template_linux_amd_64": "delta-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
80
|
-
"filename_template_linux_arm_64": "delta-{}-aarch64-unknown-linux-gnu.tar.gz",
|
|
81
|
-
"filename_template_macos_amd_64": "delta-{}-x86_64-apple-darwin.tar.gz",
|
|
82
|
-
"filename_template_macos_arm_64": "delta-{}-aarch64-apple-darwin.tar.gz",
|
|
83
|
-
"strip_v": true,
|
|
84
|
-
"exe_name": "delta"
|
|
85
|
-
},
|
|
86
|
-
"dua": {
|
|
87
|
-
"repo_url": "https://github.com/Byron/dua-cli",
|
|
88
|
-
"doc": "💾 Rust-based cli tool to get a quick overview of disk usage.",
|
|
89
|
-
"filename_template_windows_amd_64": "",
|
|
90
|
-
"filename_template_windows_arm_64": "",
|
|
91
|
-
"filename_template_linux_amd_64": "dua-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
92
|
-
"filename_template_linux_arm_64": "dua-{}-aarch64-unknown-linux-musl.tar.gz",
|
|
93
|
-
"filename_template_macos_amd_64": "dua-{}-x86_64-apple-darwin.tar.gz",
|
|
94
|
-
"filename_template_macos_arm_64": "",
|
|
95
|
-
"strip_v": false,
|
|
96
|
-
"exe_name": "dua"
|
|
97
|
-
},
|
|
98
|
-
"fastfetch": {
|
|
99
|
-
"repo_url": "https://github.com/fastfetch-cli/fastfetch",
|
|
100
|
-
"doc": "💻 fastfetch is a system information tool written in C.",
|
|
101
|
-
"filename_template_windows_amd_64": "fastfetch-windows-amd64.zip",
|
|
102
|
-
"filename_template_windows_arm_64": "fastfetch-windows-aarch64.zip",
|
|
103
|
-
"filename_template_linux_amd_64": "fastfetch-linux-amd64.tar.gz",
|
|
104
|
-
"filename_template_linux_arm_64": "fastfetch-linux-aarch64.tar.gz",
|
|
105
|
-
"filename_template_macos_amd_64": "fastfetch-macos-amd64.tar.gz",
|
|
106
|
-
"filename_template_macos_arm_64": "fastfetch-macos-aarch64.tar.gz",
|
|
107
|
-
"strip_v": false,
|
|
108
|
-
"exe_name": "fastfetch"
|
|
109
|
-
},
|
|
110
|
-
"fd": {
|
|
111
|
-
"repo_url": "https://github.com/sharkdp/fd",
|
|
112
|
-
"doc": "🔍 fd is a simple, fast and user-friendly alternative to find.",
|
|
113
|
-
"filename_template_windows_amd_64": "fd-v{}-x86_64-pc-windows-msvc.zip",
|
|
114
|
-
"filename_template_windows_arm_64": "fd-v{}-aarch64-pc-windows-msvc.zip",
|
|
115
|
-
"filename_template_linux_amd_64": "fd-v{}-x86_64-unknown-linux-musl.tar.gz",
|
|
116
|
-
"filename_template_linux_arm_64": "fd-v{}-aarch64-unknown-linux-musl.tar.gz",
|
|
117
|
-
"filename_template_macos_amd_64": "fd-v{}-x86_64-apple-darwin.tar.gz",
|
|
118
|
-
"filename_template_macos_arm_64": "fd-v{}-aarch64-apple-darwin.tar.gz",
|
|
119
|
-
"strip_v": true,
|
|
120
|
-
"exe_name": "fd"
|
|
121
|
-
},
|
|
122
|
-
"fzf": {
|
|
123
|
-
"repo_url": "https://github.com/junegunn/fzf",
|
|
124
|
-
"doc": "🔍 a general-purpose cli fuzzy finder.",
|
|
125
|
-
"filename_template_windows_amd_64": "fzf-{}-windows_amd64.zip",
|
|
126
|
-
"filename_template_windows_arm_64": "fzf-{}-windows_arm64.zip",
|
|
127
|
-
"filename_template_linux_amd_64": "fzf-{}-linux_amd64.tar.gz",
|
|
128
|
-
"filename_template_linux_arm_64": "fzf-{}-linux_arm64.tar.gz",
|
|
129
|
-
"filename_template_macos_amd_64": "fzf-{}-darwin_amd64.tar.gz",
|
|
130
|
-
"filename_template_macos_arm_64": "fzf-{}-darwin_arm64.tar.gz",
|
|
131
|
-
"strip_v": true,
|
|
132
|
-
"exe_name": "fzf"
|
|
133
|
-
},
|
|
134
|
-
"gemini-cli": {
|
|
135
|
-
"repo_url": "npm install -g @google/gemini-cli",
|
|
136
|
-
"doc": "🤖 Gemini CLI is a command line interface for Google Gemini AI.",
|
|
137
|
-
"filename_template_windows_amd_64": "",
|
|
138
|
-
"filename_template_linux_amd_64": "",
|
|
139
|
-
"filename_template_linux_arm_64": "",
|
|
140
|
-
"filename_template_macos_amd_64": "",
|
|
141
|
-
"filename_template_macos_arm_64": "",
|
|
142
|
-
"filename_template_windows_arm_64": "",
|
|
143
|
-
"strip_v": false,
|
|
144
|
-
"exe_name": "gemini"
|
|
145
|
-
},
|
|
146
|
-
"gitui": {
|
|
147
|
-
"repo_url": "https://github.com/gitui-org/gitui",
|
|
148
|
-
"doc": "🐙 gitui is a terminal ui for git written in rust.",
|
|
149
|
-
"filename_template_windows_amd_64": "gitui-win.tar.gz",
|
|
150
|
-
"filename_template_windows_arm_64": "gitui-win-arm64.tar.gz",
|
|
151
|
-
"filename_template_linux_amd_64": "gitui-linux-x86_64.tar.gz",
|
|
152
|
-
"filename_template_linux_arm_64": "gitui-linux-aarch64.tar.gz",
|
|
153
|
-
"filename_template_macos_amd_64": "gitui-mac-x86.tar.gz",
|
|
154
|
-
"filename_template_macos_arm_64": "gitui-mac.tar.gz",
|
|
155
|
-
"strip_v": false,
|
|
156
|
-
"exe_name": "gitui"
|
|
157
|
-
},
|
|
158
|
-
"glow": {
|
|
159
|
-
"repo_url": "https://github.com/charmbracelet/glow/",
|
|
160
|
-
"doc": "✨ Render markdown on the CLI, with pizzazz!",
|
|
161
|
-
"filename_template_windows_amd_64": "glow_{}_Windows_x86_64.zip",
|
|
162
|
-
"filename_template_windows_arm_64": "",
|
|
163
|
-
"filename_template_linux_amd_64": "glow_{}_Linux_x86_64.tar.gz",
|
|
164
|
-
"filename_template_linux_arm_64": "glow_{}_Linux_arm64.tar.gz",
|
|
165
|
-
"filename_template_macos_amd_64": "glow_{}_Darwin_x86_64.tar.gz",
|
|
166
|
-
"filename_template_macos_arm_64": "glow_{}_Darwin_arm64.tar.gz",
|
|
167
|
-
"strip_v": true,
|
|
168
|
-
"exe_name": "glow"
|
|
169
|
-
},
|
|
170
|
-
"gum": {
|
|
171
|
-
"repo_url": "https://github.com/charmbracelet/gum",
|
|
172
|
-
"doc": "🎯 Prompt user to select from options, written in golang.",
|
|
173
|
-
"filename_template_windows_amd_64": "gum_{}_Windows_x86_64.zip",
|
|
174
|
-
"filename_template_linux_amd_64": "gum_{}_Linux_x86_64.tar.gz",
|
|
175
|
-
"filename_template_linux_arm_64": "gum_{}_Linux_arm64.tar.gz",
|
|
176
|
-
"filename_template_macos_amd_64": "gum_{}_Darwin_x86_64.tar.gz",
|
|
177
|
-
"filename_template_macos_arm_64": "gum_{}_Darwin_arm64.tar.gz",
|
|
178
|
-
"strip_v": true,
|
|
179
|
-
"exe_name": "gum"
|
|
180
|
-
},
|
|
181
|
-
"lf": {
|
|
182
|
-
"repo_url": "https://github.com/gokcehan/lf",
|
|
183
|
-
"doc": "📂 lf is a terminal file manager written in go.",
|
|
184
|
-
"filename_template_windows_amd_64": "lf-windows-amd64.zip",
|
|
185
|
-
"filename_template_windows_arm_64": "",
|
|
186
|
-
"filename_template_linux_amd_64": "lf-linux-amd64.tar.gz",
|
|
187
|
-
"filename_template_linux_arm_64": "lf-linux-arm64.tar.gz",
|
|
188
|
-
"filename_template_macos_amd_64": "lf-darwin-amd64.tar.gz",
|
|
189
|
-
"filename_template_macos_arm_64": "lf-darwin-arm64.tar.gz",
|
|
190
|
-
"strip_v": false,
|
|
191
|
-
"exe_name": "lf"
|
|
192
|
-
},
|
|
193
|
-
"lsd": {
|
|
194
|
-
"repo_url": "https://github.com/lsd-rs/lsd",
|
|
195
|
-
"doc": "📂 A modern replacement for ls written in Rust.",
|
|
196
|
-
"filename_template_windows_amd_64": "lsd-v{version}-x86_64-pc-windows-msvc.zip",
|
|
197
|
-
"filename_template_windows_arm_64": "",
|
|
198
|
-
"filename_template_linux_amd_64": "lsd-v{version}-x86_64-unknown-linux-musl.tar.gz",
|
|
199
|
-
"filename_template_linux_arm_64": "lsd-v{version}-aarch64-unknown-linux-musl.tar.gz",
|
|
200
|
-
"filename_template_macos_amd_64": "lsd-v{version}-x86_64-apple-darwin.tar.gz",
|
|
201
|
-
"filename_template_macos_arm_64": "lsd-v{version}-aarch64-apple-darwin.tar.gz",
|
|
202
|
-
"strip_v": false,
|
|
203
|
-
"exe_name": "lsd"
|
|
204
|
-
},
|
|
205
|
-
"m365": {
|
|
206
|
-
"repo_url": "npm install -g @pnp/cli-microsoft365",
|
|
207
|
-
"doc": "☁️ CLI for Microsoft 365",
|
|
208
|
-
"filename_template_windows_amd_64": "",
|
|
209
|
-
"filename_template_linux_amd_64": "",
|
|
210
|
-
"filename_template_linux_arm_64": "",
|
|
211
|
-
"filename_template_macos_amd_64": "",
|
|
212
|
-
"filename_template_macos_arm_64": "",
|
|
213
|
-
"filename_template_windows_arm_64": "",
|
|
214
|
-
"strip_v": false,
|
|
215
|
-
"exe_name": "m365"
|
|
216
|
-
},
|
|
217
|
-
"mcfly": {
|
|
218
|
-
"repo_url": "https://github.com/cantino/mcfly",
|
|
219
|
-
"doc": "🚀 Fly through your shell history. Great Scott!",
|
|
220
|
-
"filename_template_linux_amd_64": "mcfly-v{}-x86_64-unknown-linux-musl.tar.gz",
|
|
221
|
-
"filename_template_linux_arm_64": "mcfly-v{}-aarch64-unknown-linux-musl.tar.gz",
|
|
222
|
-
"filename_template_windows_amd_64": "",
|
|
223
|
-
"filename_template_macos_amd_64": "mcfly-v{}-x86_64-apple-darwin.tar.gz",
|
|
224
|
-
"filename_template_macos_arm_64": "",
|
|
225
|
-
"filename_template_windows_arm_64": "",
|
|
226
|
-
"strip_v": false,
|
|
227
|
-
"exe_name": "mcfly"
|
|
228
|
-
},
|
|
229
|
-
"mods": {
|
|
230
|
-
"repo_url": "https://github.com/charmbracelet/mods/",
|
|
231
|
-
"doc": "🤖 AI for the command line, built for pipelines",
|
|
232
|
-
"filename_template_windows_amd_64": "mods_{}_Windows_x86_64.zip",
|
|
233
|
-
"filename_template_windows_arm_64": "mods_{}_Windows_arm64.zip",
|
|
234
|
-
"filename_template_linux_amd_64": "mods_{}_Linux_x86_64.tar.gz",
|
|
235
|
-
"filename_template_linux_arm_64": "mods_{}_Linux_arm64.tar.gz",
|
|
236
|
-
"filename_template_macos_amd_64": "mods_{}_Darwin_x86_64.tar.gz",
|
|
237
|
-
"filename_template_macos_arm_64": "mods_{}_Darwin_arm64.tar.gz",
|
|
238
|
-
"strip_v": true,
|
|
239
|
-
"exe_name": "mods"
|
|
240
|
-
},
|
|
241
|
-
"mprocs": {
|
|
242
|
-
"repo_url": "https://github.com/pvolok/mprocs",
|
|
243
|
-
"doc": "🖥️ Windows/Linux/macOS poorman's zellij",
|
|
244
|
-
"filename_template_windows_amd_64": "mprocs-{version}-windows-x86_64.zip",
|
|
245
|
-
"filename_template_windows_arm_64": "",
|
|
246
|
-
"filename_template_linux_amd_64": "mprocs-{version}-linux-x86_64-musl.tar.gz",
|
|
247
|
-
"filename_template_linux_arm_64": "mprocs-{version}-linux-aarch64-musl.tar.gz",
|
|
248
|
-
"filename_template_macos_amd_64": "mprocs-{version}-darwin-x86_64.tar.gz",
|
|
249
|
-
"filename_template_macos_arm_64": "mprocs-{version}-darwin-aarch64.tar.gz",
|
|
250
|
-
"strip_v": true,
|
|
251
|
-
"exe_name": "mprocs"
|
|
252
|
-
},
|
|
253
|
-
"opencommit": {
|
|
254
|
-
"repo_url": "npm install -g opencommit",
|
|
255
|
-
"doc": "📝 Opencommit is a cli tool to help you write better commit messages.",
|
|
256
|
-
"filename_template_windows_amd_64": "",
|
|
257
|
-
"filename_template_linux_amd_64": "",
|
|
258
|
-
"strip_v": false,
|
|
259
|
-
"exe_name": "opencommit"
|
|
260
|
-
},
|
|
261
|
-
"ouch": {
|
|
262
|
-
"repo_url": "https://github.com/ouch-org/ouch",
|
|
263
|
-
"doc": "📦 A cli for extracting and creating archives in unified way.",
|
|
264
|
-
"filename_template_windows_amd_64": "ouch-x86_64-pc-windows-msvc.zip",
|
|
265
|
-
"filename_template_windows_arm_64": "ouch-aarch64-pc-windows-msvc.zip",
|
|
266
|
-
"filename_template_linux_amd_64": "ouch-x86_64-unknown-linux-musl.tar.gz",
|
|
267
|
-
"filename_template_linux_arm_64": "ouch-aarch64-unknown-linux-musl.tar.gz",
|
|
268
|
-
"filename_template_macos_amd_64": "ouch-x86_64-apple-darwin.tar.gz",
|
|
269
|
-
"filename_template_macos_arm_64": "",
|
|
270
|
-
"strip_v": false,
|
|
271
|
-
"exe_name": "ouch"
|
|
272
|
-
},
|
|
273
|
-
"procs": {
|
|
274
|
-
"repo_url": "https://github.com/dalance/procs/",
|
|
275
|
-
"doc": "📊 procs is a modern replacement for ps written in Rust.",
|
|
276
|
-
"filename_template_windows_amd_64": "procs-{}-x86_64-windows.zip",
|
|
277
|
-
"filename_template_linux_amd_64": "procs-{}-x86_64-linux.zip",
|
|
278
|
-
"filename_template_linux_arm_64": "procs-{}-aarch64-linux.zip",
|
|
279
|
-
"filename_template_macos_amd_64": "procs-{}-x86_64-mac.zip",
|
|
280
|
-
"filename_template_macos_arm_64": "procs-{}-aarch64-mac.zip",
|
|
281
|
-
"strip_v": false,
|
|
282
|
-
"exe_name": "procs"
|
|
283
|
-
},
|
|
284
|
-
"rclone": {
|
|
285
|
-
"repo_url": "https://github.com/rclone/rclone",
|
|
286
|
-
"doc": "☁️ cli to sync to cloud storage providers.",
|
|
287
|
-
"filename_template_windows_amd_64": "rclone-v{version}-windows-amd64.zip",
|
|
288
|
-
"filename_template_windows_arm_64": "rclone-v{version}-windows-arm64.zip",
|
|
289
|
-
"filename_template_linux_amd_64": "rclone-v{version}-linux-amd64.zip",
|
|
290
|
-
"filename_template_linux_arm_64": "rclone-v{version}-linux-arm64.zip",
|
|
291
|
-
"filename_template_macos_amd_64": "rclone-v{version}-osx-amd64.zip",
|
|
292
|
-
"filename_template_macos_arm_64": "rclone-v{version}-osx-arm64.zip",
|
|
293
|
-
"strip_v": false,
|
|
294
|
-
"exe_name": "rclone"
|
|
295
|
-
},
|
|
296
|
-
"rg": {
|
|
297
|
-
"repo_url": "https://github.com/BurntSushi/ripgrep",
|
|
298
|
-
"doc": "🔍 recursively searches directories for a regex pattern while respecting your gitignore rules",
|
|
299
|
-
"filename_template_windows_amd_64": "ripgrep-{}-x86_64-pc-windows-msvc.zip",
|
|
300
|
-
"filename_template_windows_arm_64": "",
|
|
301
|
-
"filename_template_linux_amd_64": "ripgrep-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
302
|
-
"filename_template_linux_arm_64": "ripgrep-{}-aarch64-unknown-linux-gnu.tar.gz",
|
|
303
|
-
"filename_template_macos_amd_64": "ripgrep-{}-x86_64-apple-darwin.tar.gz",
|
|
304
|
-
"filename_template_macos_arm_64": "ripgrep-{}-aarch64-apple-darwin.tar.gz",
|
|
305
|
-
"strip_v": true,
|
|
306
|
-
"exe_name": "rg"
|
|
307
|
-
},
|
|
308
|
-
"rga": {
|
|
309
|
-
"repo_url": "https://github.com/phiresky/ripgrep-all",
|
|
310
|
-
"doc": "🔍 ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.",
|
|
311
|
-
"filename_template_windows_amd_64": "ripgrep_all-v{}-x86_64-pc-windows-msvc.zip",
|
|
312
|
-
"filename_template_windows_arm_64": "",
|
|
313
|
-
"filename_template_linux_amd_64": "ripgrep_all-v{}-x86_64-unknown-linux-musl.tar.gz",
|
|
314
|
-
"filename_template_linux_arm_64": "",
|
|
315
|
-
"filename_template_macos_amd_64": "ripgrep_all-v{}-x86_64-apple-darwin.tar.gz",
|
|
316
|
-
"filename_template_macos_arm_64": "",
|
|
317
|
-
"strip_v": true,
|
|
318
|
-
"exe_name": "rga"
|
|
319
|
-
},
|
|
320
|
-
"starship": {
|
|
321
|
-
"repo_url": "starship/starship",
|
|
322
|
-
"doc": "⭐️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!",
|
|
323
|
-
"filename_template_windows_amd_64": "starship-x86_64-pc-windows-msvc.zip",
|
|
324
|
-
"filename_template_windows_arm_64": "starship-aarch64-pc-windows-msvc.zip",
|
|
325
|
-
"filename_template_linux_amd_64": "starship-x86_64-unknown-linux-musl.tar.gz",
|
|
326
|
-
"filename_template_linux_arm_64": "starship-aarch64-unknown-linux-musl.tar.gz",
|
|
327
|
-
"filename_template_macos_amd_64": "starship-x86_64-apple-darwin.tar.gz",
|
|
328
|
-
"filename_template_macos_arm_64": "starship-aarch64-apple-darwin.tar.gz",
|
|
329
|
-
"strip_v": true,
|
|
330
|
-
"exe_name": "starship"
|
|
331
|
-
},
|
|
332
|
-
"tere": {
|
|
333
|
-
"repo_url": "https://github.com/mgunyho/tere",
|
|
334
|
-
"doc": "📂 Tere is a terminal file explorer written in Rust. No more ls + cd",
|
|
335
|
-
"filename_template_windows_amd_64": "tere-{}-x86_64-pc-windows-gnu.zip",
|
|
336
|
-
"filename_template_windows_arm_64": "",
|
|
337
|
-
"filename_template_linux_amd_64": "tere-{}-x86_64-unknown-linux-gnu.zip",
|
|
338
|
-
"filename_template_linux_arm_64": "tere-{}-aarch64-unknown-linux-gnu.zip",
|
|
339
|
-
"filename_template_macos_amd_64": "",
|
|
340
|
-
"filename_template_macos_arm_64": "",
|
|
341
|
-
"strip_v": true,
|
|
342
|
-
"exe_name": "tere"
|
|
343
|
-
},
|
|
344
|
-
"topgrade": {
|
|
345
|
-
"repo_url": "https://github.com/topgrade-rs/topgrade",
|
|
346
|
-
"doc": "⬆️ Keeping your system up to date usually involves invoking multiple package managers.",
|
|
347
|
-
"filename_template_windows_amd_64": "topgrade-v{}-x86_64-pc-windows-msvc.zip",
|
|
348
|
-
"filename_template_windows_arm_64": "",
|
|
349
|
-
"filename_template_linux_amd_64": "topgrade-v{}-x86_64-unknown-linux-musl.tar.gz",
|
|
350
|
-
"filename_template_linux_arm_64": "topgrade-v{}-aarch64-unknown-linux-musl.tar.gz",
|
|
351
|
-
"filename_template_macos_amd_64": "topgrade-v{}-x86_64-apple-darwin.tar.gz",
|
|
352
|
-
"filename_template_macos_arm_64": "topgrade-v{}-aarch64-apple-darwin.tar.gz",
|
|
353
|
-
"strip_v": true,
|
|
354
|
-
"exe_name": "topgrade"
|
|
355
|
-
},
|
|
356
|
-
"ttyd": {
|
|
357
|
-
"repo_url": "https://github.com/tsl0922/ttyd",
|
|
358
|
-
"doc": "🌐 ttyd shares your terminal on the web.",
|
|
359
|
-
"filename_template_windows_amd_64": "ttyd.win32.exe",
|
|
360
|
-
"filename_template_linux_amd_64": "ttyd.x86_64",
|
|
361
|
-
"filename_template_linux_arm_64": "ttyd.aarch64",
|
|
362
|
-
"filename_template_macos_amd_64": "ttyd.x86_64",
|
|
363
|
-
"filename_template_macos_arm_64": "ttyd.aarch64",
|
|
364
|
-
"strip_v": true,
|
|
365
|
-
"exe_name": "ttyd"
|
|
366
|
-
},
|
|
367
|
-
"viu": {
|
|
368
|
-
"repo_url": "https://github.com/atanunq/viu",
|
|
369
|
-
"doc": "🖼️ A cli image viewer for the terminal (like chafa but in Rust)",
|
|
370
|
-
"filename_template_linux_amd_64": "viu-x86_64-unknown-linux-musl",
|
|
371
|
-
"filename_template_linux_arm_64": "viu-aarch64-unknown-linux-musl",
|
|
372
|
-
"filename_template_windows_amd_64": "viu-x86_64-pc-windows-msvc.exe",
|
|
373
|
-
"filename_template_macos_amd_64": "viu-x86_64-apple-darwin",
|
|
374
|
-
"filename_template_macos_arm_64": "viu-aarch64-apple-darwin",
|
|
375
|
-
"strip_v": false,
|
|
376
|
-
"exe_name": "viu"
|
|
377
|
-
},
|
|
378
|
-
"watchexec": {
|
|
379
|
-
"repo_url": "https://github.com/watchexec/watchexec",
|
|
380
|
-
"doc": "👀 Executes commands in response to file modifications.",
|
|
381
|
-
"filename_template_windows_amd_64": "watchexec-{version}-x86_64-pc-windows-msvc.zip",
|
|
382
|
-
"filename_template_windows_arm_64": "",
|
|
383
|
-
"filename_template_linux_amd_64": "watchexec-{version}-x86_64-unknown-linux-musl.tar.xz",
|
|
384
|
-
"filename_template_linux_arm_64": "watchexec-{version}-aarch64-unknown-linux-musl.tar.xz",
|
|
385
|
-
"filename_template_macos_amd_64": "watchexec-{version}-x86_64-apple-darwin.tar.xz",
|
|
386
|
-
"filename_template_macos_arm_64": "watchexec-{version}-aarch64-apple-darwin.tar.xz",
|
|
387
|
-
"strip_v": true,
|
|
388
|
-
"exe_name": "watchexec"
|
|
389
|
-
},
|
|
390
|
-
"yazi": {
|
|
391
|
-
"repo_url": "https://github.com/sxyazi/yazi",
|
|
392
|
-
"doc": "⚡️ Blazing Fast Terminal File Manager.",
|
|
393
|
-
"filename_template_windows_amd_64": "yazi-x86_64-pc-windows-msvc.zip",
|
|
394
|
-
"filename_template_windows_arm_64": "yazi-aarch64-pc-windows-msvc.zip",
|
|
395
|
-
"filename_template_linux_amd_64": "yazi-x86_64-unknown-linux-musl.zip",
|
|
396
|
-
"filename_template_linux_arm_64": "yazi-aarch64-unknown-linux-musl.zip",
|
|
397
|
-
"filename_template_macos_amd_64": "yazi-x86_64-apple-darwin.zip",
|
|
398
|
-
"filename_template_macos_arm_64": "yazi-aarch64-apple-darwin.zip",
|
|
399
|
-
"strip_v": false,
|
|
400
|
-
"exe_name": "yazi"
|
|
401
|
-
},
|
|
402
|
-
"zoxide": {
|
|
403
|
-
"repo_url": "https://github.com/ajeetdsouza/zoxide",
|
|
404
|
-
"doc": "🚀 A cd command that learns - easily navigate directories from the command-line",
|
|
405
|
-
"filename_template_windows_amd_64": "zoxide-{}-x86_64-pc-windows-msvc.zip",
|
|
406
|
-
"filename_template_windows_arm_64": "zoxide-{}-aarch64-pc-windows-msvc.zip",
|
|
407
|
-
"filename_template_linux_amd_64": "zoxide-{}-x86_64-unknown-linux-musl.tar.gz",
|
|
408
|
-
"filename_template_linux_arm_64": "zoxide-{}-aarch64-unknown-linux-musl.tar.gz",
|
|
409
|
-
"filename_template_macos_amd_64": "zoxide-{}-x86_64-apple-darwin.tar.gz",
|
|
410
|
-
"filename_template_macos_arm_64": "zoxide-{}-aarch64-apple-darwin.tar.gz",
|
|
411
|
-
"strip_v": true,
|
|
412
|
-
"exe_name": "zoxide"
|
|
413
|
-
}
|
|
414
|
-
}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"frpc": {
|
|
3
|
-
"repo_url": "https://github.com/fatedier/frp",
|
|
4
|
-
"doc": "fast reverse proxy (CLIENT) that allows you to expose a local server located behind a NAT or firewall to the Internet.",
|
|
5
|
-
"filename_template_windows_amd_64": "frp_{}_windows_amd64.zip",
|
|
6
|
-
"filename_template_linux_amd_64": "frp_{}_linux_amd64.tar.gz",
|
|
7
|
-
"strip_v": true,
|
|
8
|
-
"exe_name": "frpc"
|
|
9
|
-
},
|
|
10
|
-
"frps": {
|
|
11
|
-
"repo_url": "https://github.com/fatedier/frp",
|
|
12
|
-
"doc": "fast reverse proxy (SERVER) that allows you to expose a local server located behind a NAT or firewall to the Internet.",
|
|
13
|
-
"filename_template_windows_amd_64": "frp_{}_windows_amd64.zip",
|
|
14
|
-
"filename_template_linux_amd_64": "frp_{}_linux_amd64.tar.gz",
|
|
15
|
-
"strip_v": true,
|
|
16
|
-
"exe_name": "frps"
|
|
17
|
-
}
|
|
18
|
-
}
|