machineconfig 1.97__py3-none-any.whl → 2.0__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.

Files changed (166) hide show
  1. machineconfig/cluster/cloud_manager.py +22 -26
  2. machineconfig/cluster/data_transfer.py +2 -2
  3. machineconfig/cluster/distribute.py +0 -2
  4. machineconfig/cluster/file_manager.py +4 -4
  5. machineconfig/cluster/job_params.py +1 -1
  6. machineconfig/cluster/loader_runner.py +8 -8
  7. machineconfig/cluster/remote_machine.py +4 -4
  8. machineconfig/cluster/script_execution.py +2 -2
  9. machineconfig/cluster/sessions_managers/archive/create_zellij_template.py +1 -1
  10. machineconfig/cluster/sessions_managers/enhanced_command_runner.py +23 -23
  11. machineconfig/cluster/sessions_managers/wt_local.py +78 -76
  12. machineconfig/cluster/sessions_managers/wt_local_manager.py +91 -91
  13. machineconfig/cluster/sessions_managers/wt_remote.py +39 -39
  14. machineconfig/cluster/sessions_managers/wt_remote_manager.py +94 -91
  15. machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py +56 -54
  16. machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py +49 -49
  17. machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py +18 -18
  18. machineconfig/cluster/sessions_managers/wt_utils/session_manager.py +42 -42
  19. machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py +36 -36
  20. machineconfig/cluster/sessions_managers/zellij_local.py +43 -46
  21. machineconfig/cluster/sessions_managers/zellij_local_manager.py +139 -120
  22. machineconfig/cluster/sessions_managers/zellij_remote.py +35 -35
  23. machineconfig/cluster/sessions_managers/zellij_remote_manager.py +33 -33
  24. machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py +15 -15
  25. machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py +25 -26
  26. machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +49 -49
  27. machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py +5 -5
  28. machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py +15 -15
  29. machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py +11 -11
  30. machineconfig/cluster/templates/utils.py +3 -3
  31. machineconfig/jobs/__pycache__/__init__.cpython-311.pyc +0 -0
  32. machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc +0 -0
  33. machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc +0 -0
  34. machineconfig/jobs/python/check_installations.py +8 -9
  35. machineconfig/jobs/python/python_cargo_build_share.py +2 -2
  36. machineconfig/jobs/python/vscode/link_ve.py +7 -7
  37. machineconfig/jobs/python/vscode/select_interpreter.py +7 -7
  38. machineconfig/jobs/python/vscode/sync_code.py +5 -5
  39. machineconfig/jobs/python_custom_installers/archive/ngrok.py +2 -2
  40. machineconfig/jobs/python_custom_installers/dev/aider.py +3 -3
  41. machineconfig/jobs/python_custom_installers/dev/alacritty.py +3 -3
  42. machineconfig/jobs/python_custom_installers/dev/brave.py +3 -3
  43. machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py +5 -5
  44. machineconfig/jobs/python_custom_installers/dev/code.py +3 -3
  45. machineconfig/jobs/python_custom_installers/dev/cursor.py +9 -9
  46. machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +4 -4
  47. machineconfig/jobs/python_custom_installers/dev/espanso.py +4 -4
  48. machineconfig/jobs/python_custom_installers/dev/goes.py +4 -4
  49. machineconfig/jobs/python_custom_installers/dev/lvim.py +4 -4
  50. machineconfig/jobs/python_custom_installers/dev/nerdfont.py +3 -3
  51. machineconfig/jobs/python_custom_installers/dev/redis.py +3 -3
  52. machineconfig/jobs/python_custom_installers/dev/wezterm.py +3 -3
  53. machineconfig/jobs/python_custom_installers/dev/winget.py +27 -27
  54. machineconfig/jobs/python_custom_installers/docker.py +3 -3
  55. machineconfig/jobs/python_custom_installers/gh.py +7 -7
  56. machineconfig/jobs/python_custom_installers/hx.py +1 -1
  57. machineconfig/jobs/python_custom_installers/warp-cli.py +3 -3
  58. machineconfig/jobs/python_generic_installers/config.json +412 -389
  59. machineconfig/jobs/python_windows_installers/dev/config.json +1 -1
  60. machineconfig/logger.py +50 -0
  61. machineconfig/profile/__pycache__/__init__.cpython-311.pyc +0 -0
  62. machineconfig/profile/__pycache__/create.cpython-311.pyc +0 -0
  63. machineconfig/profile/__pycache__/shell.cpython-311.pyc +0 -0
  64. machineconfig/profile/create.py +23 -16
  65. machineconfig/profile/create_hardlinks.py +8 -8
  66. machineconfig/profile/shell.py +41 -37
  67. machineconfig/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
  68. machineconfig/scripts/__pycache__/__init__.cpython-313.pyc +0 -0
  69. machineconfig/scripts/linux/devops +2 -2
  70. machineconfig/scripts/linux/fire +1 -0
  71. machineconfig/scripts/linux/fire_agents +0 -1
  72. machineconfig/scripts/linux/mcinit +1 -1
  73. machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc +0 -0
  74. machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc +0 -0
  75. machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc +0 -0
  76. machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc +0 -0
  77. machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc +0 -0
  78. machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc +0 -0
  79. machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc +0 -0
  80. machineconfig/scripts/python/__pycache__/fire_agents.cpython-311.pyc +0 -0
  81. machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc +0 -0
  82. machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc +0 -0
  83. machineconfig/scripts/python/ai/__pycache__/init.cpython-311.pyc +0 -0
  84. machineconfig/scripts/python/ai/__pycache__/mcinit.cpython-311.pyc +0 -0
  85. machineconfig/scripts/python/ai/chatmodes/Thinking-Beast-Mode.chatmode.md +337 -0
  86. machineconfig/scripts/python/ai/chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md +644 -0
  87. machineconfig/scripts/python/ai/chatmodes/deepResearch.chatmode.md +81 -0
  88. machineconfig/scripts/python/ai/configs/.gemini/settings.json +81 -0
  89. machineconfig/scripts/python/ai/instructions/python/dev.instructions.md +45 -0
  90. machineconfig/scripts/python/ai/mcinit.py +103 -0
  91. machineconfig/scripts/python/ai/prompts/allLintersAndTypeCheckers.prompt.md +5 -0
  92. machineconfig/scripts/python/ai/prompts/research-report-skeleton.prompt.md +38 -0
  93. machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh +47 -0
  94. machineconfig/scripts/python/archive/tmate_conn.py +5 -5
  95. machineconfig/scripts/python/archive/tmate_start.py +3 -3
  96. machineconfig/scripts/python/choose_wezterm_theme.py +2 -2
  97. machineconfig/scripts/python/cloud_copy.py +19 -18
  98. machineconfig/scripts/python/cloud_mount.py +9 -7
  99. machineconfig/scripts/python/cloud_repo_sync.py +11 -11
  100. machineconfig/scripts/python/cloud_sync.py +1 -1
  101. machineconfig/scripts/python/croshell.py +14 -14
  102. machineconfig/scripts/python/devops.py +6 -6
  103. machineconfig/scripts/python/devops_add_identity.py +8 -6
  104. machineconfig/scripts/python/devops_add_ssh_key.py +18 -18
  105. machineconfig/scripts/python/devops_backup_retrieve.py +13 -13
  106. machineconfig/scripts/python/devops_devapps_install.py +3 -3
  107. machineconfig/scripts/python/devops_update_repos.py +1 -1
  108. machineconfig/scripts/python/dotfile.py +2 -2
  109. machineconfig/scripts/python/fire_agents.py +183 -41
  110. machineconfig/scripts/python/fire_jobs.py +17 -17
  111. machineconfig/scripts/python/ftpx.py +2 -2
  112. machineconfig/scripts/python/gh_models.py +94 -94
  113. machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc +0 -0
  114. machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc +0 -0
  115. machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc +0 -0
  116. machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc +0 -0
  117. machineconfig/scripts/python/helpers/cloud_helpers.py +3 -3
  118. machineconfig/scripts/python/helpers/helpers2.py +1 -1
  119. machineconfig/scripts/python/helpers/helpers4.py +8 -6
  120. machineconfig/scripts/python/helpers/helpers5.py +7 -7
  121. machineconfig/scripts/python/helpers/repo_sync_helpers.py +1 -1
  122. machineconfig/scripts/python/mount_nfs.py +3 -2
  123. machineconfig/scripts/python/mount_nw_drive.py +4 -4
  124. machineconfig/scripts/python/mount_ssh.py +3 -2
  125. machineconfig/scripts/python/repos.py +8 -8
  126. machineconfig/scripts/python/scheduler.py +1 -1
  127. machineconfig/scripts/python/start_slidev.py +8 -7
  128. machineconfig/scripts/python/start_terminals.py +1 -1
  129. machineconfig/scripts/python/viewer.py +40 -40
  130. machineconfig/scripts/python/wifi_conn.py +65 -66
  131. machineconfig/scripts/python/wsl_windows_transfer.py +1 -1
  132. machineconfig/scripts/windows/mcinit.ps1 +1 -1
  133. machineconfig/settings/linters/.ruff.toml +2 -2
  134. machineconfig/settings/shells/ipy/profiles/default/startup/playext.py +71 -71
  135. machineconfig/settings/shells/wt/settings.json +8 -8
  136. machineconfig/setup_linux/web_shortcuts/tmp.sh +2 -0
  137. machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py +10 -7
  138. machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +9 -7
  139. machineconfig/utils/ai/browser_user_wrapper.py +5 -5
  140. machineconfig/utils/ai/generate_file_checklist.py +11 -12
  141. machineconfig/utils/ai/url2md.py +1 -1
  142. machineconfig/utils/cloud/onedrive/setup_oauth.py +4 -4
  143. machineconfig/utils/cloud/onedrive/transaction.py +129 -129
  144. machineconfig/utils/code.py +13 -6
  145. machineconfig/utils/installer.py +51 -53
  146. machineconfig/utils/installer_utils/installer_abc.py +21 -10
  147. machineconfig/utils/installer_utils/installer_class.py +42 -16
  148. machineconfig/utils/io_save.py +3 -15
  149. machineconfig/utils/options.py +10 -3
  150. machineconfig/utils/path.py +5 -0
  151. machineconfig/utils/path_reduced.py +201 -149
  152. machineconfig/utils/procs.py +23 -23
  153. machineconfig/utils/scheduling.py +11 -12
  154. machineconfig/utils/ssh.py +270 -0
  155. machineconfig/utils/terminal.py +180 -0
  156. machineconfig/utils/utils.py +1 -2
  157. machineconfig/utils/utils2.py +43 -0
  158. machineconfig/utils/utils5.py +163 -34
  159. machineconfig/utils/ve.py +2 -2
  160. {machineconfig-1.97.dist-info → machineconfig-2.0.dist-info}/METADATA +13 -8
  161. {machineconfig-1.97.dist-info → machineconfig-2.0.dist-info}/RECORD +163 -149
  162. machineconfig/cluster/self_ssh.py +0 -57
  163. machineconfig/scripts/python/ai/init.py +0 -56
  164. machineconfig/scripts/python/ai/rules/python/dev.md +0 -31
  165. {machineconfig-1.97.dist-info → machineconfig-2.0.dist-info}/WHEEL +0 -0
  166. {machineconfig-1.97.dist-info → machineconfig-2.0.dist-info}/top_level.txt +0 -0
@@ -1,391 +1,414 @@
1
1
  {
2
- "mcfly": {
3
- "repo_url": "https://github.com/cantino/mcfly",
4
- "doc": "🚀 Fly through your shell history. Great Scott!",
5
- "filename_template_linux_amd_64": "mcfly-{}-x86_64-unknown-linux-musl.tar.gz",
6
- "filename_template_linux_arm_64": "mcfly-{}-aarch64-unknown-linux-musl.tar.gz",
7
- "filename_template_windows_amd_64": "mcfly-{}-x86_64-pc-windows-msvc.zip",
8
- "filename_template_macos_amd_64": "mcfly-{}-x86_64-apple-darwin.tar.gz",
9
- "filename_template_macos_arm_64": "mcfly-{}-aarch64-apple-darwin.tar.gz",
10
- "strip_v": false,
11
- "exe_name": "mcfly"
12
- },
13
- "ttyd": {
14
- "repo_url": "https://github.com/tsl0922/ttyd",
15
- "doc": "🌐 ttyd shares your terminal on the web.",
16
- "filename_template_windows_amd_64": "ttyd.win32.exe",
17
- "filename_template_linux_amd_64": "ttyd.x86_64",
18
- "filename_template_linux_arm_64": "ttyd.aarch64",
19
- "filename_template_macos_amd_64": "ttyd.x86_64",
20
- "filename_template_macos_arm_64": "ttyd.aarch64",
21
- "strip_v": true,
22
- "exe_name": "ttyd"
23
- },
24
- "m365": {
25
- "repo_url": "npm install -g @pnp/cli-microsoft365",
26
- "doc": "☁️ CLI for Microsoft 365",
27
- "filename_template_windows_amd_64": "",
28
- "filename_template_linux_amd_64": "",
29
- "strip_v": false,
30
- "exe_name": "m365"
31
- },
32
- "gemini-cli": {
33
- "repo_url": "npm install -g @google/gemini-cli",
34
- "doc": "🤖 Gemini CLI is a command line interface for Google Gemini AI.",
35
- "filename_template_windows_amd_64": "",
36
- "filename_template_linux_amd_64": "",
37
- "strip_v": false,
38
- "exe_name": "gemini"
39
- },
40
- "chatgpt": {
41
- "repo_url": "https://github.com/j178/chatgpt",
42
- "doc": "🤖 chagpt cli",
43
- "filename_template_windows_amd_64": "chatgpt_Windows_x86_64.zip",
44
- "filename_template_windows_arm_64": "chatgpt_Windows_arm64.zip",
45
- "filename_template_linux_amd_64": "chatgpt_Linux_x86_64.tar.gz",
46
- "filename_template_linux_arm_64": "chatgpt_Linux_arm64.tar.gz",
47
- "filename_template_macos_amd_64": "chatgpt_Darwin_x86_64.tar.gz",
48
- "filename_template_macos_arm_64": "chatgpt_Darwin_arm64.tar.gz",
49
- "strip_v": true,
50
- "exe_name": "chatgpt"
51
- },
52
- "mods": {
53
- "repo_url": "https://github.com/charmbracelet/mods/",
54
- "doc": "🤖 AI for the command line, built for pipelines",
55
- "filename_template_windows_amd_64": "mods_{}_Windows_x86_64.zip",
56
- "filename_template_windows_arm_64": "mods_{}_Windows_arm64.zip",
57
- "filename_template_linux_amd_64": "mods_{}_Linux_x86_64.tar.gz",
58
- "filename_template_linux_arm_64": "mods_{}_Linux_arm64.tar.gz",
59
- "filename_template_macos_amd_64": "mods_{}_Darwin_x86_64.tar.gz",
60
- "filename_template_macos_arm_64": "mods_{}_Darwin_arm64.tar.gz",
61
- "strip_v": true,
62
- "exe_name": "mods"
63
- },
64
- "glow": {
65
- "repo_url": "https://github.com/charmbracelet/glow/",
66
- "doc": "✨ Render markdown on the CLI, with pizzazz!",
67
- "filename_template_windows_amd_64": "glow_{}_Windows_x86_64.zip",
68
- "filename_template_linux_amd_64": "glow_{}_Linux_x86_64.tar.gz",
69
- "filename_template_linux_arm_64": "glow_{}_Linux_arm64.tar.gz",
70
- "filename_template_macos_amd_64": "glow_{}_Darwin_x86_64.tar.gz",
71
- "filename_template_macos_arm_64": "glow_{}_Darwin_arm64.tar.gz",
72
- "strip_v": true,
73
- "exe_name": "glow"
74
- },
75
- "gum": {
76
- "repo_url": "https://github.com/charmbracelet/gum",
77
- "doc": "🎯 Prompt user to select from options, written in golang.",
78
- "filename_template_windows_amd_64": "gum_{}_Windows_x86_64.zip",
79
- "filename_template_linux_amd_64": "gum_{}_Linux_x86_64.tar.gz",
80
- "filename_template_linux_arm_64": "gum_{}_Linux_arm64.tar.gz",
81
- "filename_template_macos_amd_64": "gum_{}_Darwin_x86_64.tar.gz",
82
- "filename_template_macos_arm_64": "gum_{}_Darwin_arm64.tar.gz",
83
- "strip_v": true,
84
- "exe_name": "gum"
85
- },
86
- "bat": {
87
- "repo_url": "https://github.com/sharkdp/bat",
88
- "doc": "🦇 A cat(1) clone with wings.",
89
- "filename_template_windows_amd_64": "bat-{}-x86_64-pc-windows-msvc.zip",
90
- "filename_template_linux_amd_64": "bat-{}-x86_64-unknown-linux-musl.tar.gz",
91
- "filename_template_linux_arm_64": "bat-{}-aarch64-unknown-linux-musl.tar.gz",
92
- "filename_template_macos_amd_64": "bat-{}-x86_64-apple-darwin.tar.gz",
93
- "filename_template_macos_arm_64": "bat-{}-aarch64-apple-darwin.tar.gz",
94
- "strip_v": false,
95
- "exe_name": "bat"
96
- },
97
- "starship": {
98
- "repo_url": "starship/starship",
99
- "doc": "⭐️ The minimal, blazing-fast, and infinitely customizable prompt for any shell!",
100
- "filename_template_windows_amd_64": "starship-x86_64-pc-windows-msvc.zip",
101
- "filename_template_windows_arm_64": "starship-aarch64-pc-windows-msvc.zip",
102
- "filename_template_linux_amd_64": "starship-x86_64-unknown-linux-musl.tar.gz",
103
- "filename_template_linux_arm_64": "starship-aarch64-unknown-linux-musl.tar.gz",
104
- "filename_template_macos_amd_64": "starship-x86_64-apple-darwin.tar.gz",
105
- "filename_template_macos_arm_64": "starship-aarch64-apple-darwin.tar.gz",
106
- "strip_v": true,
107
- "exe_name": "starship"
108
- },
109
- "rg": {
110
- "repo_url": "https://github.com/BurntSushi/ripgrep",
111
- "doc": "🔍 recursively searches directories for a regex pattern while respecting your gitignore rules",
112
- "filename_template_windows_amd_64": "ripgrep-{}-x86_64-pc-windows-msvc.zip",
113
- "filename_template_linux_amd_64": "ripgrep-{}-x86_64-unknown-linux-musl.tar.gz",
114
- "filename_template_linux_arm_64": "ripgrep-{}-aarch64-unknown-linux-gnu.tar.gz",
115
- "filename_template_macos_amd_64": "ripgrep-{}-x86_64-apple-darwin.tar.gz",
116
- "filename_template_macos_arm_64": "ripgrep-{}-aarch64-apple-darwin.tar.gz",
117
- "strip_v": true,
118
- "exe_name": "rg"
119
- },
120
- "fzf": {
121
- "repo_url": "https://github.com/junegunn/fzf",
122
- "doc": "🔍 a general-purpose cli fuzzy finder.",
123
- "filename_template_windows_amd_64": "fzf-{}-windows_amd64.zip",
124
- "filename_template_windows_arm_64": "fzf-{}-windows_arm64.zip",
125
- "filename_template_linux_amd_64": "fzf-{}-linux_amd64.tar.gz",
126
- "filename_template_linux_arm_64": "fzf-{}-linux_arm64.tar.gz",
127
- "filename_template_macos_amd_64": "fzf-{}-darwin_amd64.tar.gz",
128
- "filename_template_macos_arm_64": "fzf-{}-darwin_arm64.tar.gz",
129
- "strip_v": true,
130
- "exe_name": "fzf"
131
- },
132
- "fd": {
133
- "repo_url": "https://github.com/sharkdp/fd",
134
- "doc": "🔍 fd is a simple, fast and user-friendly alternative to find.",
135
- "filename_template_windows_amd_64": "fd-{}-x86_64-pc-windows-msvc.zip",
136
- "filename_template_linux_amd_64": "fd-{}-x86_64-unknown-linux-musl.tar.gz",
137
- "filename_template_linux_arm_64": "fd-{}-aarch64-unknown-linux-musl.tar.gz",
138
- "filename_template_macos_amd_64": "fd-{}-x86_64-apple-darwin.tar.gz",
139
- "filename_template_macos_arm_64": "fd-{}-aarch64-apple-darwin.tar.gz",
140
- "strip_v": false,
141
- "exe_name": "fd"
142
- },
143
- "broot": {
144
- "repo_url": "https://github.com/Canop/broot",
145
- "doc": "🌳 broot is an fzf variant for folder structure and layered search.",
146
- "filename_template_windows_amd_64": "https://dystroy.org/broot/download/x86_64-pc-windows-gnu/broot.exe",
147
- "filename_template_linux_amd_64": "https://dystroy.org/broot/download/x86_64-linux/broot",
148
- "filename_template_linux_arm_64": "https://dystroy.org/broot/download/aarch64-unknown-linux-musl/broot",
149
- "strip_v": false,
150
- "exe_name": "broot"
151
- },
152
- "rga": {
153
- "repo_url": "https://github.com/phiresky/ripgrep-all",
154
- "doc": "🔍 ripgrep, but also search in PDFs, E-Books, Office documents, zip, tar.gz, etc.",
155
- "filename_template_windows_amd_64": "ripgrep_all-{}-x86_64-pc-windows-msvc.zip",
156
- "filename_template_linux_amd_64": "ripgrep_all-{}-x86_64-unknown-linux-musl.tar.gz",
157
- "filename_template_macos_amd_64": "ripgrep_all-{}-x86_64-apple-darwin.tar.gz",
158
- "strip_v": false,
159
- "exe_name": "rga"
160
- },
161
- "ouch": {
162
- "repo_url": "https://github.com/ouch-org/ouch",
163
- "doc": "📦 A cli for extracting and creating archives in unified way.",
164
- "filename_template_windows_amd_64": "ouch-x86_64-pc-windows-msvc.zip",
165
- "filename_template_windows_arm_64": "ouch-aarch64-pc-windows-msvc.zip",
166
- "filename_template_linux_amd_64": "ouch-x86_64-unknown-linux-musl.tar.gz",
167
- "filename_template_linux_arm_64": "ouch-aarch64-unknown-linux-musl.tar.gz",
168
- "filename_template_macos_amd_64": "ouch-x86_64-apple-darwin.tar.gz",
169
- "strip_v": false,
170
- "exe_name": "ouch"
171
- },
172
- "topgrade": {
173
- "repo_url": "https://github.com/topgrade-rs/topgrade",
174
- "doc": "⬆️ Keeping your system up to date usually involves invoking multiple package managers.",
175
- "filename_template_linux_amd_64": "topgrade-{}-x86_64-unknown-linux-musl.tar.gz",
176
- "filename_template_linux_arm_64": "topgrade-{}-aarch64-unknown-linux-musl.tar.gz",
177
- "filename_template_windows_amd_64": "topgrade-{}-x86_64-pc-windows-msvc.zip",
178
- "filename_template_macos_amd_64": "topgrade-{}-x86_64-apple-darwin.tar.gz",
179
- "filename_template_macos_arm_64": "topgrade-{}-aarch64-apple-darwin.tar.gz",
180
- "strip_v": false,
181
- "exe_name": "topgrade"
182
- },
183
- "viu": {
184
- "repo_url": "https://github.com/atanunq/viu",
185
- "doc": "🖼️ A cli image viewer for the terminal (like chafa but in Rust)",
186
- "filename_template_linux_amd_64": "viu-x86_64-unknown-linux-musl",
187
- "filename_template_linux_arm_64": "viu-aarch64-unknown-linux-musl",
188
- "filename_template_windows_amd_64": "viu-x86_64-pc-windows-msvc.exe",
189
- "filename_template_macos_amd_64": "viu-x86_64-apple-darwin",
190
- "filename_template_macos_arm_64": "viu-aarch64-apple-darwin",
191
- "strip_v": false,
192
- "exe_name": "viu"
193
- },
194
- "btm": {
195
- "repo_url": "https://github.com/ClementTsang/bottom",
196
- "doc": "📊 bottom is a cross-platform graphical process/system monitor with a customizable interface and a multitude of features.",
197
- "filename_template_linux_amd_64": "bottom_x86_64-unknown-linux-musl.tar.gz",
198
- "filename_template_linux_arm_64": "bottom_aarch64-unknown-linux-musl.tar.gz",
199
- "filename_template_windows_amd_64": "bottom_x86_64-pc-windows-msvc.zip",
200
- "filename_template_macos_amd_64": "bottom_x86_64-apple-darwin.tar.gz",
201
- "filename_template_macos_arm_64": "bottom_aarch64-apple-darwin.tar.gz",
202
- "strip_v": true,
203
- "exe_name": "btm"
204
- },
205
- "cpufetch": {
206
- "repo_url": "https://github.com/Dr-Noob/cpufetch",
207
- "doc": "💻 cpufetch is a small yet fancy CPU architecture fetching tool, like fastfetch but for CPUs.",
208
- "filename_template_windows_amd_64": "cpufetch_x86-64_windows.exe",
209
- "filename_template_linux_amd_64": "cpufetch_x86_linux",
210
- "filename_template_linux_arm_64": "cpufetch_arm64_linux",
211
- "filename_template_macos_amd_64": "cpufetch_x86-64_macos",
212
- "filename_template_macos_arm_64": "cpufetch_arm64_macos",
213
- "strip_v": false,
214
- "exe_name": "cpufetch"
215
- },
216
- "fastfetch": {
217
- "repo_url": "https://github.com/fastfetch-cli/fastfetch",
218
- "doc": "💻 fastfetch is a system information tool written in C.",
219
- "filename_template_windows_amd_64": "fastfetch-windows-amd64.zip",
220
- "filename_template_linux_amd_64": "fastfetch-linux-amd64.zip",
221
- "filename_template_linux_arm_64": "fastfetch-linux-aarch64.zip",
222
- "filename_template_macos_amd_64": "fastfetch-macos-amd64.zip",
223
- "filename_template_macos_arm_64": "fastfetch-macos-aarch64.zip",
224
- "strip_v": false,
225
- "exe_name": "fastfetch"
226
- },
227
- "procs": {
228
- "repo_url": "https://github.com/dalance/procs/",
229
- "doc": "📊 procs is a modern replacement for ps written in Rust.",
230
- "filename_template_windows_amd_64": "procs-{}-x86_64-windows.zip",
231
- "filename_template_linux_amd_64": "procs-{}-x86_64-linux.zip",
232
- "filename_template_linux_arm_64": "procs-{}-aarch64-linux.zip",
233
- "filename_template_macos_amd_64": "procs-{}-x86_64-mac.zip",
234
- "filename_template_macos_arm_64": "procs-{}-aarch64-mac.zip",
235
- "strip_v": false,
236
- "exe_name": "procs"
237
- },
238
- "delta": {
239
- "repo_url": "https://github.com/dandavison/delta",
240
- "doc": "👀 A viewer for git and diff output",
241
- "filename_template_windows_amd_64": "delta-{}-x86_64-pc-windows-msvc.zip",
242
- "filename_template_windows_arm_64": "",
243
- "filename_template_linux_amd_64": "delta-{}-x86_64-unknown-linux-musl.tar.gz",
244
- "filename_template_linux_arm_64": "delta-{}-aarch64-unknown-linux-gnu.tar.gz",
245
- "filename_template_macos_amd_64": "delta-{}-x86_64-apple-darwin.tar.gz",
246
- "filename_template_macos_arm_64": "delta-{}-aarch64-apple-darwin.tar.gz",
247
- "strip_v": true,
248
- "exe_name": "delta"
249
- },
250
- "gitui": {
251
- "repo_url": "https://github.com/gitui-org/gitui",
252
- "doc": "🐙 gitui is a terminal ui for git written in rust.",
253
- "filename_template_windows_amd_64": "gitui-win.tar.gz",
254
- "filename_template_windows_arm_64": "",
255
- "filename_template_linux_amd_64": "gitui-linux-x86_64.tar.gz",
256
- "filename_template_linux_arm_64": "gitui-linux-aarch64.tar.gz",
257
- "filename_template_macos_amd_64": "gitui-mac-x86.tar.gz",
258
- "filename_template_macos_arm_64": "gitui-mac.tar.gz",
259
- "strip_v": false,
260
- "exe_name": "gitui"
261
- },
262
- "opencommit": {
263
- "repo_url": "npm install -g opencommit",
264
- "doc": "📝 Opencommit is a cli tool to help you write better commit messages.",
265
- "filename_template_windows_amd_64": "",
266
- "filename_template_linux_amd_64": "",
267
- "strip_v": false,
268
- "exe_name": "opencommit"
269
- },
270
- "dua": {
271
- "repo_url": "https://github.com/Byron/dua-cli",
272
- "doc": "💾 Rust-based cli tool to get a quick overview of disk usage.",
273
- "filename_template_windows_amd_64": "dua-{}-x86_64-pc-windows-msvc.zip",
274
- "filename_template_windows_arm_64": "",
275
- "filename_template_linux_amd_64": "dua-{}-x86_64-unknown-linux-musl.tar.gz",
276
- "filename_template_linux_arm_64": "dua-{}-aarch64-unknown-linux-musl.tar.gz",
277
- "filename_template_macos_amd_64": "dua-{}-x86_64-apple-darwin.tar.gz",
278
- "filename_template_macos_arm_64": "",
279
- "strip_v": false,
280
- "exe_name": "dua"
281
- },
282
- "lf": {
283
- "repo_url": "https://github.com/gokcehan/lf",
284
- "doc": "📂 lf is a terminal file manager written in go.",
285
- "filename_template_windows_amd_64": "lf-windows-amd64.zip",
286
- "filename_template_windows_arm_64": "",
287
- "filename_template_linux_amd_64": "lf-linux-amd64.tar.gz",
288
- "filename_template_linux_arm_64": "lf-linux-arm64.tar.gz",
289
- "filename_template_macos_amd_64": "lf-darwin-amd64.tar.gz",
290
- "filename_template_macos_arm_64": "lf-darwin-arm64.tar.gz",
291
- "strip_v": false,
292
- "exe_name": "lf"
293
- },
294
- "yazi": {
295
- "repo_url": "https://github.com/sxyazi/yazi",
296
- "doc": "⚡️ Blazing Fast Terminal File Manager.",
297
- "filename_template_windows_amd_64": "yazi-x86_64-pc-windows-msvc.zip",
298
- "filename_template_windows_arm_64": "yazi-aarch64-pc-windows-msvc.zip",
299
- "filename_template_linux_amd_64": "yazi-x86_64-unknown-linux-musl.zip",
300
- "filename_template_linux_arm_64": "yazi-aarch64-unknown-linux-musl.zip",
301
- "filename_template_macos_amd_64": "yazi-x86_64-apple-darwin.zip",
302
- "filename_template_macos_arm_64": "yazi-aarch64-apple-darwin.zip",
303
- "strip_v": false,
304
- "exe_name": "yazi"
305
- },
306
- "tere": {
307
- "repo_url": "https://github.com/mgunyho/tere",
308
- "doc": "📂 Tere is a terminal file explorer written in Rust. No more ls + cd",
309
- "filename_template_windows_amd_64": "tere-{}-x86_64-pc-windows-gnu.zip",
310
- "filename_template_windows_arm_64": "",
311
- "filename_template_linux_amd_64": "tere-{}-x86_64-unknown-linux-gnu.zip",
312
- "filename_template_linux_arm_64": "tere-{}-aarch64-unknown-linux-gnu.zip",
313
- "filename_template_macos_amd_64": "",
314
- "filename_template_macos_arm_64": "",
315
- "strip_v": true,
316
- "exe_name": "tere"
317
- },
318
- "zoxide": {
319
- "repo_url": "https://github.com/ajeetdsouza/zoxide",
320
- "doc": "🚀 A cd command that learns - easily navigate directories from the command-line",
321
- "filename_template_windows_amd_64": "zoxide-{}-x86_64-pc-windows-msvc.zip",
322
- "filename_template_windows_arm_64": "zoxide-{}-aarch64-pc-windows-msvc.zip",
323
- "filename_template_linux_amd_64": "zoxide-{}-x86_64-unknown-linux-musl.tar.gz",
324
- "filename_template_linux_arm_64": "zoxide-{}-aarch64-unknown-linux-musl.tar.gz",
325
- "filename_template_macos_amd_64": "zoxide-{}-x86_64-apple-darwin.tar.gz",
326
- "filename_template_macos_arm_64": "zoxide-{}-aarch64-apple-darwin.tar.gz",
327
- "strip_v": true,
328
- "exe_name": "zoxide"
329
- },
330
-
331
- "lsd": {
332
- "repo_url": "lsd-rs/lsd",
333
- "doc": "📂 A modern replacement for ls written in Rust.",
334
- "filename_template_windows_amd_64": "lsd-v{version}-x86_64-pc-windows-msvc.zip",
335
- "filename_template_windows_arm_64": "",
336
- "filename_template_linux_amd_64": "lsd-v{version}-x86_64-unknown-linux-musl.tar.gz",
337
- "filename_template_linux_arm_64": "lsd-v{version}-aarch64-unknown-linux-musl.tar.gz",
338
- "filename_template_macos_amd_64": "lsd-v{version}-x86_64-apple-darwin.tar.gz",
339
- "filename_template_macos_arm_64": "lsd-v{version}-aarch64-apple-darwin.tar.gz",
340
- "strip_v": false,
341
- "exe_name": "lsd"
342
- },
343
- "mprocs": {
344
- "repo_url": "https://github.com/pvolok/mprocs",
345
- "doc": "🖥️ Windows/Linux/macOS poorman's zellij",
346
- "filename_template_windows_amd_64": "mprocs-{}-windows-x86_64.zip",
347
- "filename_template_windows_arm_64": "",
348
- "filename_template_linux_amd_64": "mprocs-{}-linux-x86_64-musl.tar.gz",
349
- "filename_template_linux_arm_64": "mprocs-{}-linux-aarch64-musl.tar.gz",
350
- "filename_template_macos_amd_64": "mprocs-{}-darwin-x86_64.tar.gz",
351
- "filename_template_macos_arm_64": "mprocs-{}-darwin-aarch64.tar.gz",
352
- "strip_v": true,
353
- "exe_name": "mprocs"
354
- },
355
- "rclone": {
356
- "repo_url": "https://github.com/rclone/rclone",
357
- "doc": "☁️ cli to sync to cloud storage providers.",
358
- "filename_template_windows_amd_64": "rclone-{}-windows-amd64.zip",
359
- "filename_template_windows_arm_64": "rclone-{}-windows-arm64.zip",
360
- "filename_template_linux_amd_64": "rclone-{}-linux-amd64.zip",
361
- "filename_template_linux_arm_64": "rclone-{}-linux-arm64.zip",
362
- "filename_template_macos_amd_64": "rclone-{}-osx-amd64.zip",
363
- "filename_template_macos_arm_64": "rclone-{}-osx-arm64.zip",
364
- "strip_v": false,
365
- "exe_name": "rclone"
366
- },
367
- "watchexec": {
368
- "repo_url": "https://github.com/watchexec/watchexec",
369
- "doc": "👀 Executes commands in response to file modifications.",
370
- "filename_template_windows_amd_64": "watchexec-{}-x86_64-pc-windows-msvc.zip",
371
- "filename_template_windows_arm_64": "",
372
- "filename_template_linux_amd_64": "watchexec-{}-x86_64-unknown-linux-musl.tar.xz",
373
- "filename_template_linux_arm_64": "watchexec-{}-aarch64-unknown-linux-musl.tar.xz",
374
- "filename_template_macos_amd_64": "watchexec-{}-x86_64-apple-darwin.tar.xz",
375
- "filename_template_macos_arm_64": "watchexec-{}-aarch64-apple-darwin.tar.xz",
376
- "strip_v": true,
377
- "exe_name": "watchexec"
378
- },
379
- "cloudflared": {
380
- "repo_url": "https://github.com/cloudflare/cloudflared",
381
- "doc": "☁️ Cloudflared installer. Should only be installed at main computer and servers of tunnels.",
382
- "filename_template_windows_amd_64": "cloudflared-windows-amd64.exe",
383
- "filename_template_windows_arm_64": "",
384
- "filename_template_linux_amd_64": "cloudflared-linux-amd64",
385
- "filename_template_linux_arm_64": "cloudflared-linux-arm64",
386
- "filename_template_macos_amd_64": "cloudflared-darwin-amd64.tgz",
387
- "filename_template_macos_arm_64": "cloudflared-darwin-arm64.tgz",
388
- "strip_v": false,
389
- "exe_name": "cloudflared"
390
- }
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": "mcfly-v{}-x86_64-pc-windows-msvc.zip",
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
+ }
391
414
  }