machineconfig 6.82__py3-none-any.whl → 8.51__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.
Files changed (461) hide show
  1. machineconfig/cluster/remote/cloud_manager.py +1 -1
  2. machineconfig/cluster/remote/run_cluster.py +1 -1
  3. machineconfig/cluster/remote/run_remote.py +1 -1
  4. machineconfig/cluster/sessions_managers/utils/maker.py +29 -15
  5. machineconfig/cluster/sessions_managers/wt_local.py +17 -222
  6. machineconfig/cluster/sessions_managers/wt_local_manager.py +56 -194
  7. machineconfig/cluster/sessions_managers/wt_remote_manager.py +42 -198
  8. machineconfig/cluster/sessions_managers/wt_utils/manager_persistence.py +52 -0
  9. machineconfig/cluster/sessions_managers/wt_utils/monitoring_helpers.py +50 -0
  10. machineconfig/cluster/sessions_managers/wt_utils/status_reporting.py +76 -0
  11. machineconfig/cluster/sessions_managers/wt_utils/wt_helpers.py +199 -0
  12. machineconfig/cluster/sessions_managers/zellij_local.py +1 -1
  13. machineconfig/cluster/sessions_managers/zellij_local_manager.py +4 -2
  14. machineconfig/cluster/sessions_managers/zellij_remote_manager.py +3 -2
  15. machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +2 -2
  16. machineconfig/jobs/installer/checks/check_installations.py +133 -0
  17. machineconfig/jobs/installer/checks/install_utils.py +132 -0
  18. machineconfig/jobs/installer/checks/report_utils.py +39 -0
  19. machineconfig/jobs/installer/checks/vt_utils.py +89 -0
  20. machineconfig/jobs/installer/installer_data.json +1500 -310
  21. machineconfig/jobs/installer/linux_scripts/docker.sh +6 -9
  22. machineconfig/jobs/installer/linux_scripts/q.sh +10 -7
  23. machineconfig/jobs/installer/linux_scripts/redis.sh +1 -0
  24. machineconfig/jobs/installer/package_groups.py +62 -91
  25. machineconfig/jobs/installer/powershell_scripts/install_fonts.ps1 +129 -34
  26. machineconfig/jobs/installer/{custom → python_scripts}/boxes.py +2 -3
  27. machineconfig/jobs/installer/{custom_dev → python_scripts}/brave.py +5 -3
  28. machineconfig/jobs/installer/python_scripts/cloudflare_warp_cli.py +23 -0
  29. machineconfig/jobs/installer/{custom_dev → python_scripts}/code.py +14 -9
  30. machineconfig/jobs/installer/{custom_dev → python_scripts}/dubdb_adbc.py +1 -1
  31. machineconfig/jobs/installer/python_scripts/hx.py +214 -0
  32. machineconfig/jobs/installer/{custom_dev → python_scripts}/nerdfont.py +2 -2
  33. machineconfig/jobs/installer/{custom_dev → python_scripts}/nerfont_windows_helper.py +32 -26
  34. machineconfig/jobs/installer/python_scripts/sysabc.py +145 -0
  35. machineconfig/jobs/installer/{custom_dev → python_scripts}/wezterm.py +2 -19
  36. machineconfig/jobs/installer/{custom_dev → python_scripts}/winget.py +10 -14
  37. machineconfig/jobs/installer/python_scripts/yazi.py +139 -0
  38. machineconfig/{scripts/python/nw → jobs/scripts/bash_scripts}/mount_nfs +0 -1
  39. machineconfig/jobs/scripts/powershell_scripts/cmatrix.ps1 +52 -0
  40. machineconfig/jobs/scripts/powershell_scripts/mount_ssh.ps1 +13 -0
  41. machineconfig/jobs/scripts/powershell_scripts/obs.ps1 +4 -0
  42. machineconfig/jobs/scripts_dynamic/a.py +428 -0
  43. machineconfig/logger.py +1 -2
  44. machineconfig/profile/create_helper.py +56 -18
  45. machineconfig/profile/create_links.py +79 -21
  46. machineconfig/profile/create_links_export.py +87 -36
  47. machineconfig/profile/create_shell_profile.py +92 -127
  48. machineconfig/profile/mapper_data.toml +45 -0
  49. machineconfig/profile/mapper_dotfiles.toml +249 -0
  50. machineconfig/scripts/__init__.py +0 -4
  51. machineconfig/scripts/linux/wrap_mcfg +46 -0
  52. machineconfig/scripts/nu/wrap_mcfg.nu +69 -0
  53. machineconfig/scripts/python/agents.py +85 -165
  54. machineconfig/scripts/python/ai/initai.py +4 -2
  55. machineconfig/scripts/python/ai/scripts/__init__.py +1 -0
  56. machineconfig/scripts/python/ai/scripts/command_runner.ps1 +33 -0
  57. machineconfig/scripts/python/ai/{command_runner → scripts}/command_runner.sh +1 -1
  58. machineconfig/scripts/python/ai/scripts/lint_and_type_check.ps1 +2 -0
  59. machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh +8 -6
  60. machineconfig/scripts/python/ai/solutions/claude/claude.py +1 -1
  61. machineconfig/scripts/python/ai/solutions/cline/cline.py +1 -1
  62. machineconfig/scripts/python/ai/solutions/copilot/{chatmodes/Thinking-Beast-Mode.chatmode.md → agents/Thinking-Beast-Mode.agent.md} +0 -1
  63. machineconfig/scripts/python/ai/solutions/copilot/{chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md → agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md} +0 -1
  64. machineconfig/scripts/python/ai/solutions/copilot/{chatmodes/deepResearch.chatmode.md → agents/deepResearch.agent.md} +2 -2
  65. machineconfig/scripts/python/ai/solutions/copilot/github_copilot.py +6 -6
  66. machineconfig/scripts/python/ai/solutions/copilot/instructions/python/dev.instructions.md +33 -0
  67. machineconfig/scripts/python/ai/solutions/copilot/instructions/python/watch_exec.prompt.md +20 -0
  68. machineconfig/scripts/python/ai/solutions/crush/crush.py +1 -1
  69. machineconfig/scripts/python/ai/solutions/cursor/cursors.py +1 -1
  70. machineconfig/scripts/python/ai/solutions/gemini/gemini.py +1 -1
  71. machineconfig/scripts/python/ai/solutions/gemini/settings.json +3 -0
  72. machineconfig/scripts/python/ai/{generate_files.py → utils/generate_files.py} +2 -2
  73. machineconfig/scripts/python/ai/{solutions → utils}/generic.py +2 -15
  74. machineconfig/scripts/python/ai/{vscode_tasks.py → utils/vscode_tasks.py} +13 -5
  75. machineconfig/scripts/python/cloud.py +58 -11
  76. machineconfig/scripts/python/croshell.py +10 -162
  77. machineconfig/scripts/python/devops.py +73 -36
  78. machineconfig/scripts/python/devops_navigator.py +16 -6
  79. machineconfig/scripts/python/fire_jobs.py +8 -222
  80. machineconfig/scripts/python/ftpx.py +7 -200
  81. machineconfig/scripts/python/graph/cli_graph.json +8743 -0
  82. machineconfig/scripts/python/{env_manager → helper_env}/path_manager_tui.py +2 -2
  83. machineconfig/scripts/python/helpers/helper_env/env_manager_tui.py +204 -0
  84. machineconfig/scripts/python/helpers/helper_env/path_manager_tui.py +228 -0
  85. machineconfig/scripts/python/{helpers_fire → helpers/helpers_agents}/agentic_frameworks/fire_crush.json +1 -1
  86. machineconfig/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_crush.py +39 -0
  87. machineconfig/scripts/python/{helpers_fire → helpers/helpers_agents}/agentic_frameworks/fire_cursor_agents.py +3 -4
  88. machineconfig/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_gemini.py +55 -0
  89. machineconfig/scripts/python/helpers/helpers_agents/agentic_frameworks/fire_qwen.py +30 -0
  90. machineconfig/scripts/python/helpers/helpers_agents/agents_impl.py +168 -0
  91. machineconfig/scripts/python/{helpers_fire → helpers/helpers_agents}/fire_agents_help_launch.py +38 -16
  92. machineconfig/scripts/python/{helpers_fire → helpers/helpers_agents}/fire_agents_helper_types.py +11 -14
  93. machineconfig/scripts/python/helpers/helpers_agents/privacy/configs/aichat/config.yaml +5 -0
  94. machineconfig/scripts/python/helpers/helpers_agents/privacy/configs/aider/.aider.conf.yml +2 -0
  95. machineconfig/scripts/python/helpers/helpers_agents/privacy/configs/copilot/config.yml +1 -0
  96. machineconfig/scripts/python/helpers/helpers_agents/privacy/configs/crush/crush.json +10 -0
  97. machineconfig/scripts/python/helpers/helpers_agents/privacy/configs/gemini/settings.json +12 -0
  98. machineconfig/scripts/python/helpers/helpers_agents/privacy/privacy.py +109 -0
  99. machineconfig/scripts/python/helpers/helpers_agents/templates/prompt.txt +10 -0
  100. machineconfig/scripts/python/helpers/helpers_agents/templates/template.sh +34 -0
  101. machineconfig/scripts/python/{helpers_cloud → helpers/helpers_cloud}/cloud_copy.py +32 -25
  102. machineconfig/scripts/python/{helpers_cloud → helpers/helpers_cloud}/cloud_mount.py +29 -22
  103. machineconfig/scripts/python/{helpers_cloud → helpers/helpers_cloud}/cloud_sync.py +9 -8
  104. machineconfig/scripts/python/{helpers_cloud → helpers/helpers_cloud}/helpers2.py +1 -1
  105. machineconfig/scripts/python/{helpers_croshell → helpers/helpers_croshell}/crosh.py +3 -3
  106. machineconfig/scripts/python/helpers/helpers_croshell/croshell_impl.py +225 -0
  107. machineconfig/scripts/python/{helpers_croshell → helpers/helpers_croshell}/scheduler.py +4 -4
  108. machineconfig/scripts/python/{helpers_croshell → helpers/helpers_croshell}/start_slidev.py +12 -12
  109. machineconfig/scripts/python/helpers/helpers_devops/backup_config.py +149 -0
  110. machineconfig/scripts/python/helpers/helpers_devops/cli_backup_retrieve.py +262 -0
  111. machineconfig/scripts/python/helpers/helpers_devops/cli_config.py +98 -0
  112. machineconfig/scripts/python/helpers/helpers_devops/cli_config_dotfile.py +274 -0
  113. machineconfig/scripts/python/helpers/helpers_devops/cli_data.py +67 -0
  114. machineconfig/scripts/python/helpers/helpers_devops/cli_nw.py +201 -0
  115. machineconfig/scripts/python/helpers/helpers_devops/cli_repos.py +274 -0
  116. machineconfig/scripts/python/helpers/helpers_devops/cli_self.py +197 -0
  117. machineconfig/scripts/python/helpers/helpers_devops/cli_share_file.py +151 -0
  118. machineconfig/scripts/python/helpers/helpers_devops/cli_share_server.py +125 -0
  119. machineconfig/scripts/python/{helpers_devops/cli_terminal.py → helpers/helpers_devops/cli_share_terminal.py} +26 -22
  120. machineconfig/scripts/python/helpers/helpers_devops/cli_ssh.py +167 -0
  121. machineconfig/scripts/python/{helpers_devops → helpers/helpers_devops}/devops_status.py +17 -23
  122. machineconfig/scripts/python/{helpers_devops → helpers/helpers_devops}/devops_update_repos.py +1 -1
  123. machineconfig/scripts/python/{interactive.py → helpers/helpers_devops/interactive.py} +78 -71
  124. machineconfig/scripts/python/helpers/helpers_devops/run_script.py +197 -0
  125. machineconfig/scripts/python/helpers/helpers_devops/themes/choose_starship_theme.ps1 +41 -0
  126. machineconfig/scripts/python/helpers/helpers_devops/themes/choose_starship_theme.sh +48 -0
  127. machineconfig/scripts/python/{helpers_devops → helpers/helpers_devops}/themes/choose_wezterm_theme.py +4 -4
  128. machineconfig/scripts/python/{helpers_fire/helpers4.py → helpers/helpers_fire_command/file_wrangler.py} +57 -20
  129. machineconfig/scripts/python/{helpers_fire_command → helpers/helpers_fire_command}/fire_jobs_args_helper.py +1 -0
  130. machineconfig/scripts/python/helpers/helpers_fire_command/fire_jobs_impl.py +233 -0
  131. machineconfig/scripts/python/{helpers_fire_command → helpers/helpers_fire_command}/fire_jobs_route_helper.py +26 -16
  132. machineconfig/scripts/python/helpers/helpers_msearch/__init__.py +5 -0
  133. machineconfig/scripts/python/helpers/helpers_msearch/msearch_impl.py +248 -0
  134. machineconfig/scripts/{linux → python/helpers/helpers_msearch/scripts_linux}/fzfg +6 -5
  135. machineconfig/scripts/python/helpers/helpers_msearch/scripts_linux/search_with_context.sh +48 -0
  136. machineconfig/scripts/python/helpers/helpers_msearch/scripts_windows/fzfg.ps1 +59 -0
  137. machineconfig/scripts/python/helpers/helpers_navigator/__init__.py +20 -0
  138. machineconfig/scripts/python/helpers/helpers_navigator/cli_graph_loader.py +234 -0
  139. machineconfig/scripts/python/{helpers_navigator → helpers/helpers_navigator}/command_builder.py +61 -13
  140. machineconfig/scripts/python/helpers/helpers_navigator/command_detail.py +153 -0
  141. machineconfig/scripts/python/helpers/helpers_navigator/command_tree.py +45 -0
  142. machineconfig/scripts/python/{helpers_navigator → helpers/helpers_navigator}/data_models.py +18 -11
  143. machineconfig/scripts/python/{helpers_navigator → helpers/helpers_navigator}/main_app.py +5 -5
  144. machineconfig/scripts/python/helpers/helpers_network/address.py +174 -0
  145. machineconfig/scripts/python/helpers/helpers_network/address_switch.py +78 -0
  146. machineconfig/scripts/python/helpers/helpers_network/ftpx_impl.py +276 -0
  147. machineconfig/scripts/python/{nw → helpers/helpers_network}/mount_nfs.py +2 -2
  148. machineconfig/scripts/python/{nw → helpers/helpers_network}/mount_ssh.py +3 -3
  149. machineconfig/scripts/python/helpers/helpers_network/ssh_add_identity.py +73 -0
  150. machineconfig/scripts/python/helpers/helpers_network/ssh_add_ssh_key.py +175 -0
  151. machineconfig/scripts/python/helpers/helpers_network/ssh_debug_linux.py +319 -0
  152. machineconfig/scripts/python/helpers/helpers_network/ssh_debug_windows.py +275 -0
  153. machineconfig/scripts/python/{nw → helpers/helpers_network}/wifi_conn.py +1 -53
  154. machineconfig/scripts/python/{helpers_repos → helpers/helpers_repos}/action.py +3 -3
  155. machineconfig/scripts/python/{helpers_repos → helpers/helpers_repos}/action_helper.py +3 -3
  156. machineconfig/scripts/python/{helpers_repos → helpers/helpers_repos}/clone.py +0 -1
  157. machineconfig/scripts/python/{helpers_repos → helpers/helpers_repos}/cloud_repo_sync.py +159 -48
  158. machineconfig/scripts/python/{helpers_repos → helpers/helpers_repos}/grource.py +4 -3
  159. machineconfig/scripts/python/{helpers_repos → helpers/helpers_repos}/record.py +33 -12
  160. machineconfig/scripts/python/helpers/helpers_repos/repo_analyzer_1.py +160 -0
  161. machineconfig/scripts/python/{helpers_repos/count_lines.py → helpers/helpers_repos/repo_analyzer_2.py} +156 -191
  162. machineconfig/scripts/python/{helpers_repos → helpers/helpers_repos}/update.py +0 -6
  163. machineconfig/scripts/python/helpers/helpers_search/ast_search.py +74 -0
  164. machineconfig/scripts/python/helpers/helpers_search/qr_code.py +166 -0
  165. machineconfig/scripts/python/helpers/helpers_search/repo_rag.py +325 -0
  166. machineconfig/scripts/python/helpers/helpers_search/script_help.py +81 -0
  167. machineconfig/scripts/python/helpers/helpers_search/symantic_search.py +25 -0
  168. machineconfig/scripts/python/helpers/helpers_sessions/__init__.py +0 -0
  169. machineconfig/scripts/python/helpers/helpers_sessions/sessions_impl.py +186 -0
  170. machineconfig/scripts/python/{helpers_sessions → helpers/helpers_sessions}/sessions_multiprocess.py +20 -14
  171. machineconfig/scripts/python/helpers/helpers_terminal/__init__.py +0 -0
  172. machineconfig/scripts/python/helpers/helpers_terminal/terminal_impl.py +96 -0
  173. machineconfig/scripts/python/helpers/helpers_utils/download.py +150 -0
  174. machineconfig/scripts/python/helpers/helpers_utils/pdf.py +96 -0
  175. machineconfig/scripts/python/helpers/helpers_utils/python.py +210 -0
  176. machineconfig/scripts/python/helpers/helpers_utils/specs.py +246 -0
  177. machineconfig/scripts/python/mcfg_entry.py +143 -0
  178. machineconfig/scripts/python/msearch.py +26 -0
  179. machineconfig/scripts/python/sessions.py +69 -135
  180. machineconfig/scripts/python/terminal.py +58 -0
  181. machineconfig/scripts/python/utils.py +115 -38
  182. machineconfig/scripts/windows/wrap_mcfg.ps1 +63 -0
  183. machineconfig/settings/atuin/config.toml +294 -0
  184. machineconfig/settings/atuin/themes/catppuccin-mocha-mauve.toml +12 -0
  185. machineconfig/settings/broot/conf.toml +1 -1
  186. machineconfig/settings/helix/config.toml +16 -0
  187. machineconfig/settings/helix/languages.toml +13 -4
  188. machineconfig/settings/helix/yazi-picker.sh +12 -0
  189. machineconfig/settings/lf/linux/exe/lfcd.sh +1 -0
  190. machineconfig/settings/lf/linux/exe/previewer.sh +3 -2
  191. machineconfig/settings/lf/windows/lfcd.ps1 +1 -1
  192. machineconfig/settings/lf/windows/lfrc +14 -16
  193. machineconfig/settings/linters/.ruff.toml +2 -1
  194. machineconfig/settings/marimo/marimo.toml +1 -1
  195. machineconfig/settings/marimo/snippets/globalize.py +34 -0
  196. machineconfig/settings/mprocs/windows/mprocs.yaml +2 -2
  197. machineconfig/settings/shells/bash/init.sh +47 -12
  198. machineconfig/settings/shells/ipy/profiles/default/startup/playext.py +1 -1
  199. machineconfig/settings/shells/nushell/config.nu +25 -33
  200. machineconfig/settings/shells/nushell/env.nu +21 -8
  201. machineconfig/settings/shells/nushell/init.nu +138 -0
  202. machineconfig/settings/shells/pwsh/init.ps1 +111 -17
  203. machineconfig/settings/shells/pwsh/search_pwsh_history.ps1 +99 -0
  204. machineconfig/settings/shells/starship/starship.toml +16 -0
  205. machineconfig/settings/shells/wezterm/wezterm.lua +6 -1
  206. machineconfig/settings/shells/wt/settings.json +27 -18
  207. machineconfig/settings/shells/zsh/init.sh +42 -23
  208. machineconfig/settings/television/cable_unix/alias.toml +8 -0
  209. machineconfig/settings/television/cable_unix/aws-buckets.toml +14 -0
  210. machineconfig/settings/television/cable_unix/aws-instances.toml +13 -0
  211. machineconfig/settings/television/cable_unix/bash-history.toml +8 -0
  212. machineconfig/settings/television/cable_unix/channels.toml +19 -0
  213. machineconfig/settings/television/cable_unix/dirs.toml +13 -0
  214. machineconfig/settings/television/cable_unix/distrobox-list.toml +42 -0
  215. machineconfig/settings/television/cable_unix/docker-images.toml +13 -0
  216. machineconfig/settings/television/cable_unix/dotfiles.toml +11 -0
  217. machineconfig/settings/television/cable_unix/env.toml +17 -0
  218. machineconfig/settings/television/cable_unix/files.toml +11 -0
  219. machineconfig/settings/television/cable_unix/fish-history.toml +8 -0
  220. machineconfig/settings/television/cable_unix/git-branch.toml +11 -0
  221. machineconfig/settings/television/cable_unix/git-diff.toml +10 -0
  222. machineconfig/settings/television/cable_unix/git-log.toml +12 -0
  223. machineconfig/settings/television/cable_unix/git-reflog.toml +12 -0
  224. machineconfig/settings/television/cable_unix/git-repos.toml +16 -0
  225. machineconfig/settings/television/cable_unix/guix.toml +20 -0
  226. machineconfig/settings/television/cable_unix/just-recipes.toml +18 -0
  227. machineconfig/settings/television/cable_unix/k8s-deployments.toml +36 -0
  228. machineconfig/settings/television/cable_unix/k8s-pods.toml +50 -0
  229. machineconfig/settings/television/cable_unix/k8s-services.toml +36 -0
  230. machineconfig/settings/television/cable_unix/man-pages.toml +24 -0
  231. machineconfig/settings/television/cable_unix/nu-history.toml +7 -0
  232. machineconfig/settings/television/cable_unix/procs.toml +20 -0
  233. machineconfig/settings/television/cable_unix/text.toml +17 -0
  234. machineconfig/settings/television/cable_unix/tldr.toml +18 -0
  235. machineconfig/settings/television/cable_unix/zsh-history.toml +9 -0
  236. machineconfig/settings/television/cable_windows/alias.toml +7 -0
  237. machineconfig/settings/television/cable_windows/dirs.toml +13 -0
  238. machineconfig/settings/television/cable_windows/docker-images.toml +13 -0
  239. machineconfig/settings/television/cable_windows/dotfiles.toml +11 -0
  240. machineconfig/settings/television/cable_windows/env.toml +17 -0
  241. machineconfig/settings/television/cable_windows/files.toml +14 -0
  242. machineconfig/settings/television/cable_windows/git-branch.toml +11 -0
  243. machineconfig/settings/television/cable_windows/git-diff.toml +10 -0
  244. machineconfig/settings/television/cable_windows/git-log.toml +11 -0
  245. machineconfig/settings/television/cable_windows/git-reflog.toml +11 -0
  246. machineconfig/settings/television/cable_windows/git-repos.toml +15 -0
  247. machineconfig/settings/television/cable_windows/nu-history.toml +7 -0
  248. machineconfig/settings/television/cable_windows/pwsh-history.toml +6 -0
  249. machineconfig/settings/television/cable_windows/text.toml +17 -0
  250. machineconfig/settings/tv/config.toml +234 -0
  251. machineconfig/settings/tv/themes/catppuccin-mocha-sky.toml +22 -0
  252. machineconfig/settings/wsl/.wslconfig +5 -30
  253. machineconfig/settings/wt/__init__.py +0 -0
  254. machineconfig/settings/yazi/init.lua +61 -0
  255. machineconfig/settings/yazi/keymap_linux.toml +94 -0
  256. machineconfig/settings/yazi/keymap_windows.toml +78 -0
  257. machineconfig/settings/yazi/shell/yazi_cd.ps1 +33 -0
  258. machineconfig/settings/yazi/shell/yazi_cd.sh +8 -0
  259. machineconfig/settings/yazi/theme.toml +4 -0
  260. machineconfig/settings/yazi/yazi_linux.toml +94 -0
  261. machineconfig/settings/yazi/yazi_windows.toml +58 -0
  262. machineconfig/settings/zellij/layouts/st.kdl +40 -9
  263. machineconfig/settings/zellij/layouts/st2.kdl +1 -1
  264. machineconfig/setup_linux/__init__.py +2 -2
  265. machineconfig/setup_linux/apps_desktop.sh +8 -27
  266. machineconfig/setup_linux/web_shortcuts/interactive.sh +27 -12
  267. machineconfig/setup_linux/web_shortcuts/live_from_github.sh +34 -0
  268. machineconfig/setup_mac/__init__.py +1 -4
  269. machineconfig/setup_mac/apps_gui.sh +248 -0
  270. machineconfig/setup_windows/__init__.py +2 -5
  271. machineconfig/setup_windows/uv.ps1 +8 -1
  272. machineconfig/setup_windows/web_shortcuts/interactive.ps1 +28 -12
  273. machineconfig/setup_windows/web_shortcuts/live_from_github.ps1 +31 -0
  274. machineconfig/setup_windows/web_shortcuts/quick_init.ps1 +17 -0
  275. machineconfig/type_hinting/sql/__init__.py +1 -0
  276. machineconfig/type_hinting/sql/base.py +216 -0
  277. machineconfig/type_hinting/sql/core_schema.py +64 -0
  278. machineconfig/type_hinting/sql/core_schema_typeddict.py +41 -0
  279. machineconfig/type_hinting/sql/typeddict_codegen.py +222 -0
  280. machineconfig/type_hinting/typedict/__init__.py +1 -0
  281. machineconfig/type_hinting/typedict/ast_utils.py +130 -0
  282. machineconfig/type_hinting/typedict/generator_helpers.py +319 -0
  283. machineconfig/type_hinting/typedict/generators.py +231 -0
  284. machineconfig/type_hinting/typedict/polars_schema.py +24 -0
  285. machineconfig/type_hinting/typedict/polars_schema_typeddict.py +63 -0
  286. machineconfig/utils/accessories.py +31 -4
  287. machineconfig/utils/code.py +163 -51
  288. machineconfig/utils/files/ascii_art.py +11 -15
  289. machineconfig/utils/files/headers.py +6 -7
  290. machineconfig/utils/files/read.py +8 -1
  291. machineconfig/utils/installer_utils/github_release_bulk.py +95 -138
  292. machineconfig/utils/installer_utils/github_release_scraper.py +99 -0
  293. machineconfig/utils/installer_utils/install_from_url.py +183 -0
  294. machineconfig/utils/installer_utils/installer_class.py +53 -102
  295. machineconfig/utils/installer_utils/installer_cli.py +161 -0
  296. machineconfig/utils/installer_utils/installer_helper.py +129 -0
  297. machineconfig/utils/installer_utils/{installer_abc.py → installer_locator_utils.py} +42 -91
  298. machineconfig/utils/{installer.py → installer_utils/installer_runner.py} +20 -65
  299. machineconfig/utils/io.py +94 -9
  300. machineconfig/utils/links.py +56 -38
  301. machineconfig/utils/meta.py +38 -21
  302. machineconfig/utils/options.py +81 -23
  303. machineconfig/utils/options_utils/__init__.py +0 -0
  304. machineconfig/utils/options_utils/options_tv_linux.py +211 -0
  305. machineconfig/utils/options_utils/options_tv_windows.py +88 -0
  306. machineconfig/utils/options_utils/tv_options.py +37 -0
  307. machineconfig/utils/path_extended.py +52 -102
  308. machineconfig/utils/path_helper.py +76 -23
  309. machineconfig/utils/procs.py +1 -1
  310. machineconfig/utils/scheduler.py +26 -53
  311. machineconfig/utils/scheduling.py +0 -2
  312. machineconfig/utils/schemas/fire_agents/fire_agents_input.py +1 -1
  313. machineconfig/utils/schemas/layouts/layout_types.py +1 -1
  314. machineconfig/utils/source_of_truth.py +6 -1
  315. machineconfig/utils/ssh.py +216 -419
  316. machineconfig/utils/ssh_utils/abc.py +5 -0
  317. machineconfig/utils/ssh_utils/copy_from_here.py +116 -0
  318. machineconfig/utils/ssh_utils/copy_to_here.py +303 -0
  319. machineconfig/utils/ssh_utils/utils.py +158 -0
  320. machineconfig/utils/ssh_utils/wsl.py +147 -0
  321. machineconfig/utils/ssh_utils/wsl_helper.py +217 -0
  322. machineconfig/utils/terminal.py +1 -0
  323. machineconfig/utils/upgrade_packages.py +107 -35
  324. machineconfig/utils/ve.py +12 -4
  325. machineconfig-8.51.dist-info/METADATA +140 -0
  326. machineconfig-8.51.dist-info/RECORD +543 -0
  327. {machineconfig-6.82.dist-info → machineconfig-8.51.dist-info}/entry_points.txt +4 -1
  328. machineconfig/jobs/installer/check_installations.py +0 -248
  329. machineconfig/jobs/installer/custom/hx.py +0 -140
  330. machineconfig/jobs/installer/linux_scripts/pgsql.sh +0 -41
  331. machineconfig/jobs/installer/linux_scripts/timescaledb.sh +0 -71
  332. machineconfig/jobs/installer/powershell_scripts/archive_pygraphviz.ps1 +0 -12
  333. machineconfig/jobs/installer/powershell_scripts/openssh-server_add_key.ps1 +0 -7
  334. machineconfig/jobs/installer/powershell_scripts/openssh-server_copy-ssh-id.ps1 +0 -14
  335. machineconfig/profile/backup.toml +0 -49
  336. machineconfig/profile/mapper.toml +0 -256
  337. machineconfig/scripts/linux/fzf2g +0 -21
  338. machineconfig/scripts/linux/fzfag +0 -17
  339. machineconfig/scripts/linux/fzffg +0 -25
  340. machineconfig/scripts/linux/fzfrga +0 -21
  341. machineconfig/scripts/linux/mcfgs +0 -38
  342. machineconfig/scripts/linux/other/share_smb +0 -1
  343. machineconfig/scripts/linux/other/switch_ip +0 -20
  344. machineconfig/scripts/linux/skrg +0 -4
  345. machineconfig/scripts/linux/warp-cli.sh +0 -122
  346. machineconfig/scripts/linux/z_ls +0 -104
  347. machineconfig/scripts/python/ai/command_runner/prompt.txt +0 -9
  348. machineconfig/scripts/python/helpers_devops/cli_config.py +0 -120
  349. machineconfig/scripts/python/helpers_devops/cli_config_dotfile.py +0 -77
  350. machineconfig/scripts/python/helpers_devops/cli_data.py +0 -25
  351. machineconfig/scripts/python/helpers_devops/cli_nw.py +0 -73
  352. machineconfig/scripts/python/helpers_devops/cli_repos.py +0 -181
  353. machineconfig/scripts/python/helpers_devops/cli_self.py +0 -122
  354. machineconfig/scripts/python/helpers_devops/cli_share_server.py +0 -104
  355. machineconfig/scripts/python/helpers_devops/cli_utils.py +0 -221
  356. machineconfig/scripts/python/helpers_devops/devops_backup_retrieve.py +0 -80
  357. machineconfig/scripts/python/helpers_devops/themes/choose_starship_theme.bash +0 -3
  358. machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_crush.py +0 -37
  359. machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_gemini.py +0 -44
  360. machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_qwen.py +0 -43
  361. machineconfig/scripts/python/helpers_fire/prompt.txt +0 -2
  362. machineconfig/scripts/python/helpers_fire/template.sh +0 -15
  363. machineconfig/scripts/python/helpers_navigator/__init__.py +0 -20
  364. machineconfig/scripts/python/helpers_navigator/command_detail.py +0 -44
  365. machineconfig/scripts/python/helpers_navigator/command_tree.py +0 -588
  366. machineconfig/scripts/python/helpers_repos/count_lines_frontend.py +0 -17
  367. machineconfig/scripts/python/helpers_repos/entrypoint.py +0 -76
  368. machineconfig/scripts/python/helpers_repos/secure_repo.py +0 -15
  369. machineconfig/scripts/python/mcfg.py +0 -48
  370. machineconfig/scripts/python/nw/add_ssh_key.py +0 -148
  371. machineconfig/scripts/python/nw/devops_add_identity.py +0 -82
  372. machineconfig/scripts/python/nw/devops_add_ssh_key.py +0 -134
  373. machineconfig/scripts/python/nw/ssh_debug_linux.py +0 -391
  374. machineconfig/scripts/python/nw/ssh_debug_windows.py +0 -338
  375. machineconfig/scripts/python/nw/wsl_windows_transfer.py +0 -66
  376. machineconfig/scripts/windows/fzfb.ps1 +0 -3
  377. machineconfig/scripts/windows/fzfg.ps1 +0 -2
  378. machineconfig/scripts/windows/fzfrga.bat +0 -20
  379. machineconfig/scripts/windows/mcfgs.ps1 +0 -17
  380. machineconfig/scripts/windows/mounts/mount_ssh.ps1 +0 -13
  381. machineconfig/settings/lf/linux/exe/fzf_nano.sh +0 -16
  382. machineconfig/settings/lf/windows/fzf_edit.ps1 +0 -6
  383. machineconfig/settings/lf/windows/tst.ps1 +0 -1
  384. machineconfig/settings/yazi/yazi.toml +0 -4
  385. machineconfig/setup_linux/apps.sh +0 -66
  386. machineconfig/setup_linux/others/cli_installation.sh +0 -137
  387. machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh +0 -30
  388. machineconfig/setup_linux/ssh/openssh_all.sh +0 -25
  389. machineconfig/setup_linux/ssh/openssh_wsl.sh +0 -38
  390. machineconfig/setup_mac/apps.sh +0 -73
  391. machineconfig/setup_mac/ssh/openssh_setup.sh +0 -114
  392. machineconfig/setup_windows/apps.ps1 +0 -62
  393. machineconfig/setup_windows/others/obs.ps1 +0 -4
  394. machineconfig/setup_windows/ssh/add-sshkey.ps1 +0 -29
  395. machineconfig/setup_windows/ssh/add_identity.ps1 +0 -11
  396. machineconfig/setup_windows/ssh/openssh-server.ps1 +0 -37
  397. machineconfig/utils/installer_utils/installer.py +0 -225
  398. machineconfig/utils/tst.py +0 -20
  399. machineconfig-6.82.dist-info/METADATA +0 -82
  400. machineconfig-6.82.dist-info/RECORD +0 -441
  401. machineconfig/jobs/installer/{custom_dev → checks}/__init__.py +0 -0
  402. machineconfig/jobs/installer/linux_scripts/{warp-cli.sh → cloudflare_warp_cli.sh} +0 -0
  403. machineconfig/{scripts/python/helpers_cloud → jobs/installer/python_scripts}/__init__.py +0 -0
  404. machineconfig/jobs/installer/{custom_dev → python_scripts}/alacritty.py +0 -0
  405. machineconfig/jobs/installer/{custom_dev → python_scripts}/bypass_paywall.py +0 -0
  406. machineconfig/jobs/installer/{custom_dev → python_scripts}/cursor.py +0 -0
  407. machineconfig/jobs/installer/{custom_dev → python_scripts}/espanso.py +0 -0
  408. machineconfig/jobs/installer/{custom → python_scripts}/gh.py +0 -0
  409. machineconfig/jobs/installer/{custom_dev → python_scripts}/goes.py +0 -0
  410. machineconfig/jobs/installer/{custom_dev → python_scripts}/lvim.py +0 -0
  411. machineconfig/jobs/installer/{custom_dev → python_scripts}/redis.py +0 -0
  412. machineconfig/{setup_linux/others → jobs/scripts/bash_scripts}/android.sh +0 -0
  413. machineconfig/jobs/{installer/linux_scripts → scripts/bash_scripts}/lid.sh +0 -0
  414. machineconfig/{scripts/python/nw → jobs/scripts/bash_scripts}/mount_drive +0 -0
  415. machineconfig/{scripts/python/nw → jobs/scripts/bash_scripts}/mount_nw_drive +0 -0
  416. machineconfig/{scripts/python/nw → jobs/scripts/bash_scripts}/mount_smb +0 -0
  417. machineconfig/{scripts/linux/other → jobs/scripts/bash_scripts}/share_cloud.sh +0 -0
  418. machineconfig/{scripts/linux/other → jobs/scripts/bash_scripts}/share_nfs +0 -0
  419. machineconfig/{scripts/linux/other → jobs/scripts/bash_scripts}/start_docker +0 -0
  420. machineconfig/{scripts → jobs/scripts/powershell_scripts}/Restore-ThunderbirdProfile.ps1 +0 -0
  421. machineconfig/{setup_windows/others → jobs/scripts/powershell_scripts}/docker.ps1 +0 -0
  422. machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/mount_nfs.ps1 +0 -0
  423. machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/mount_nw.ps1 +0 -0
  424. machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/mount_smb.ps1 +0 -0
  425. machineconfig/{setup_windows/others → jobs/scripts/powershell_scripts}/power_options.ps1 +0 -0
  426. machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/share_cloud.cmd +0 -0
  427. machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/share_smb.ps1 +0 -0
  428. machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/unlock_bitlocker.ps1 +0 -0
  429. machineconfig/scripts/python/{helpers_croshell → ai/utils}/__init__.py +0 -0
  430. machineconfig/scripts/python/ai/{solutions/_shared.py → utils/shared.py} +0 -0
  431. machineconfig/scripts/python/{helpers_devops → graph}/__init__.py +0 -0
  432. machineconfig/scripts/python/{helpers_devops/themes → helpers}/__init__.py +0 -0
  433. machineconfig/scripts/python/{env_manager → helpers/helper_env}/__init__.py +0 -0
  434. machineconfig/scripts/python/{env_manager → helpers/helper_env}/path_manager_backend.py +0 -0
  435. machineconfig/scripts/python/{helpers_fire → helpers/helpers_agents}/__init__.py +0 -0
  436. machineconfig/scripts/python/{helpers_fire → helpers/helpers_agents}/agentic_frameworks/__init__.py +0 -0
  437. machineconfig/scripts/python/{helpers_fire → helpers/helpers_agents}/fire_agents_help_search.py +0 -0
  438. machineconfig/scripts/python/{helpers_fire → helpers/helpers_agents}/fire_agents_load_balancer.py +0 -0
  439. machineconfig/scripts/python/{helpers_fire → helpers/helpers_agents/templates}/template.ps1 +0 -0
  440. machineconfig/scripts/python/{helpers_fire_command → helpers/helpers_cloud}/__init__.py +0 -0
  441. machineconfig/scripts/python/{helpers_cloud → helpers/helpers_cloud}/cloud_helpers.py +1 -1
  442. /machineconfig/scripts/python/{helpers_cloud → helpers/helpers_cloud}/helpers5.py +0 -0
  443. /machineconfig/scripts/python/{helpers_sessions → helpers/helpers_croshell}/__init__.py +0 -0
  444. /machineconfig/scripts/python/{helpers_croshell → helpers/helpers_croshell}/pomodoro.py +0 -0
  445. /machineconfig/scripts/python/{helpers_croshell → helpers/helpers_croshell}/viewer.py +0 -0
  446. /machineconfig/scripts/python/{helpers_croshell → helpers/helpers_croshell}/viewer_template.py +0 -0
  447. /machineconfig/scripts/python/{nw → helpers/helpers_devops}/__init__.py +0 -0
  448. /machineconfig/{setup_windows/wt_and_pwsh → scripts/python/helpers/helpers_devops/themes}/__init__.py +0 -0
  449. /machineconfig/scripts/python/{helpers_devops → helpers/helpers_devops}/themes/choose_pwsh_theme.ps1 +0 -0
  450. /machineconfig/scripts/python/{helpers_devops/themes/choose_starship_theme.ps1 → helpers/helpers_fire_command/__init__.py} +0 -0
  451. /machineconfig/scripts/python/{helpers_fire_command → helpers/helpers_fire_command}/cloud_manager.py +0 -0
  452. /machineconfig/scripts/python/{helpers_fire_command/fire_jobs_streamlit_helper.py → helpers/helpers_fire_command/f.py} +0 -0
  453. /machineconfig/{settings/shells/pwsh/profile.ps1 → scripts/python/helpers/helpers_fire_command/fire_jobs_streamlit_helper.py} +0 -0
  454. /machineconfig/scripts/python/{helpers_navigator → helpers/helpers_navigator}/search_bar.py +0 -0
  455. /machineconfig/{settings/yazi/keymap.toml → scripts/python/helpers/helpers_network/__init__.py} +0 -0
  456. /machineconfig/scripts/python/{nw → helpers/helpers_network}/mount_nw_drive.py +0 -0
  457. /machineconfig/scripts/python/{nw → helpers/helpers_network}/onetimeshare.py +0 -0
  458. /machineconfig/scripts/python/{helpers_repos → helpers/helpers_repos}/sync.py +0 -0
  459. /machineconfig/{setup_windows/wt_and_pwsh → settings/wt}/set_wt_settings.py +0 -0
  460. {machineconfig-6.82.dist-info → machineconfig-8.51.dist-info}/WHEEL +0 -0
  461. {machineconfig-6.82.dist-info → machineconfig-8.51.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,74 @@
1
1
  {
2
2
  "version": "1",
3
3
  "installers": [
4
+ {
5
+ "appName": "sysabc",
6
+ "repoURL": "CMD",
7
+ "doc": "ABC programs (package managers and other system essential tools)",
8
+ "fileNamePattern": {
9
+ "amd64": {
10
+ "linux": "sysabc.py",
11
+ "windows": "sysabc.py",
12
+ "macos": "sysabc.py"
13
+ },
14
+ "arm64": {
15
+ "linux": "sysabc.py",
16
+ "windows": "sysabc.py",
17
+ "macos": "sysabc.py"
18
+ }
19
+ }
20
+ },
21
+ {
22
+ "appName": "bun",
23
+ "repoURL": "CMD",
24
+ "doc": "js runtime and package manager, in one fast zig-based binary.",
25
+ "fileNamePattern": {
26
+ "amd64": {
27
+ "linux": "sudo nala install unzip -y; curl -fsSL https://bun.com/install | bash; . ~/.bashrc || true; sudo ln -s $(which bun) /usr/local/bin/node ",
28
+ "windows": "powershell -c \"irm bun.sh/install.ps1|iex\"",
29
+ "macos": "curl -fsSL https://bun.com/install | bash"
30
+ },
31
+ "arm64": {
32
+ "linux": "sudo nala install unzip -y; curl -fsSL https://bun.com/install | bash; . ~/.bashrc || true; sudo ln -s $(which bun) /usr/local/bin/node ",
33
+ "windows": "powershell -c \"irm bun.sh/install.ps1|iex\"",
34
+ "macos": "curl -fsSL https://bun.com/install | bash"
35
+ }
36
+ }
37
+ },
38
+ {
39
+ "appName": "rust",
40
+ "repoURL": "CMD",
41
+ "doc": "Systems programming language",
42
+ "fileNamePattern": {
43
+ "amd64": {
44
+ "linux": "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh",
45
+ "windows": "https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe",
46
+ "macos": "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh"
47
+ },
48
+ "arm64": {
49
+ "linux": "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh",
50
+ "windows": "https://static.rust-lang.org/rustup/dist/aarch64-pc-windows-msvc/rustup-init.exe",
51
+ "macos": "curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh"
52
+ }
53
+ }
54
+ },
55
+ {
56
+ "appName": "scrcpy",
57
+ "repoURL": "https://github.com/Genymobile/scrcpy",
58
+ "doc": "This application mirrors Android devices",
59
+ "fileNamePattern": {
60
+ "amd64": {
61
+ "linux": "scrcpy-linux-x86_64-v3.3.3.tar.gz",
62
+ "windows": "scrcpy-win64-v3.3.3.zip",
63
+ "macos": "scrcpy-macos-x86_64-v3.3.3.tar.gz"
64
+ },
65
+ "arm64": {
66
+ "linux": null,
67
+ "windows": null,
68
+ "macos": "scrcpy-macos-aarch64-v3.3.3.tar.gz"
69
+ }
70
+ }
71
+ },
4
72
  {
5
73
  "appName": "fx",
6
74
  "repoURL": "https://github.com/antonmedv/fx",
@@ -18,6 +86,23 @@
18
86
  }
19
87
  }
20
88
  },
89
+ {
90
+ "appName": "git",
91
+ "repoURL": "CMD",
92
+ "doc": "🧙‍♂️ Distributed version control system",
93
+ "fileNamePattern": {
94
+ "amd64": {
95
+ "linux": "sudo nala install git",
96
+ "windows": "winget install --no-upgrade --name \"Git\" --Id \"Git.Git\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
97
+ "macos": "brew install git"
98
+ },
99
+ "arm64": {
100
+ "linux": "sudo nala install git",
101
+ "windows": "winget install --no-upgrade --name \"Git\" --Id \"Git.Git\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
102
+ "macos": "brew install git"
103
+ }
104
+ }
105
+ },
21
106
  {
22
107
  "appName": "jq",
23
108
  "repoURL": "https://github.com/jqlang/jq",
@@ -35,6 +120,23 @@
35
120
  }
36
121
  }
37
122
  },
123
+ {
124
+ "appName": "magick",
125
+ "repoURL": "https://github.com/ImageMagick/ImageMagick",
126
+ "doc": "🧙‍♂️ Command-line image manipulation tool",
127
+ "fileNamePattern": {
128
+ "amd64": {
129
+ "linux": "ImageMagick-{version}-gcc-x86_64.AppImage",
130
+ "windows": "ImageMagick-{version}-portable-Q16-x64.7z",
131
+ "macos": "brew install imagemagick"
132
+ },
133
+ "arm64": {
134
+ "linux": "jq-linux-arm64",
135
+ "windows": "ImageMagick-{version}-Q16-arm64-dll.exe",
136
+ "macos": "brew install imagemagick"
137
+ }
138
+ }
139
+ },
38
140
  {
39
141
  "appName": "speedtest",
40
142
  "repoURL": "CMD",
@@ -154,6 +256,40 @@
154
256
  }
155
257
  }
156
258
  },
259
+ {
260
+ "appName": "mprocs",
261
+ "repoURL": "https://github.com/pvolok/mprocs",
262
+ "doc": "🖥️ Windows/Linux/macOS poorman's zellij",
263
+ "fileNamePattern": {
264
+ "amd64": {
265
+ "linux": "mprocs-{version}-linux-x86_64-musl.tar.gz",
266
+ "macos": "mprocs-{version}-darwin-x86_64.tar.gz",
267
+ "windows": "mprocs-{version}-windows-x86_64.zip"
268
+ },
269
+ "arm64": {
270
+ "linux": "mprocs-{version}-linux-aarch64-musl.tar.gz",
271
+ "macos": "mprocs-{version}-darwin-aarch64.tar.gz",
272
+ "windows": "mprocs-{version}-windows-x86_64.zip"
273
+ }
274
+ }
275
+ },
276
+ {
277
+ "appName": "process-compose",
278
+ "repoURL": "https://github.com/F1bonacc1/process-compose",
279
+ "doc": "Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.",
280
+ "fileNamePattern": {
281
+ "amd64": {
282
+ "linux": "process-compose_linux_amd64.tar.gz",
283
+ "macos": "process-compose_darwin_amd64.tar.gz",
284
+ "windows": "process-compose_windows_amd64.zip"
285
+ },
286
+ "arm64": {
287
+ "linux": "process-compose_linux_arm.tar.gz",
288
+ "macos": "process-compose_darwin_arm64.tar.gz",
289
+ "windows": "process-compose_windows_arm64.zip"
290
+ }
291
+ }
292
+ },
157
293
  {
158
294
  "appName": "zellij",
159
295
  "repoURL": "https://github.com/zellij-org/zellij",
@@ -178,13 +314,13 @@
178
314
  "fileNamePattern": {
179
315
  "amd64": {
180
316
  "windows": "boxes.py",
181
- "linux": null,
182
- "macos": null
317
+ "linux": "sudo nala install boxes",
318
+ "macos": "brew install boxes"
183
319
  },
184
320
  "arm64": {
185
- "linux": null,
186
- "macos": null,
187
- "windows": null
321
+ "linux": "sudo nala install boxes",
322
+ "macos": "brew install boxes",
323
+ "windows": "boxes.py"
188
324
  }
189
325
  }
190
326
  },
@@ -194,21 +330,21 @@
194
330
  "doc": "📶 Share WiFi credentials via QR code",
195
331
  "fileNamePattern": {
196
332
  "amd64": {
197
- "linux": "npm install -g sharewifi",
198
- "windows": "npm install -g sharewifi",
199
- "macos": "npm install -g sharewifi"
333
+ "linux": "bun install -g sharewifi",
334
+ "windows": "bun install -g sharewifi",
335
+ "macos": "bun install -g sharewifi"
200
336
  },
201
337
  "arm64": {
202
- "linux": "npm install -g sharewifi",
203
- "windows": "npm install -g sharewifi",
204
- "macos": "npm install -g sharewifi"
338
+ "linux": "bun install -g sharewifi",
339
+ "windows": "bun install -g sharewifi",
340
+ "macos": "bun install -g sharewifi"
205
341
  }
206
342
  }
207
343
  },
208
344
  {
209
345
  "appName": "croc",
210
346
  "repoURL": "https://github.com/schollz/croc",
211
- "doc": "🦎 Easily and securely send things from one computer to another",
347
+ "doc": "🦎 Easily and securely send and share things from one computer to another",
212
348
  "fileNamePattern": {
213
349
  "amd64": {
214
350
  "linux": "croc_{version}_Linux-64bit.tar.gz",
@@ -245,14 +381,14 @@
245
381
  "doc": "🔗 Easy file sharing from command line",
246
382
  "fileNamePattern": {
247
383
  "amd64": {
248
- "linux": "npm install -g easy-sharing",
249
- "windows": "npm install -g easy-sharing",
250
- "macos": "npm install -g easy-sharing"
384
+ "linux": "bun install -g easy-sharing",
385
+ "windows": "bun install -g easy-sharing",
386
+ "macos": "bun install -g easy-sharing"
251
387
  },
252
388
  "arm64": {
253
- "linux": "npm install -g easy-sharing",
254
- "windows": "npm install -g easy-sharing",
255
- "macos": "npm install -g easy-sharing"
389
+ "linux": "bun install -g easy-sharing",
390
+ "windows": "bun install -g easy-sharing",
391
+ "macos": "bun install -g easy-sharing"
256
392
  }
257
393
  }
258
394
  },
@@ -262,14 +398,31 @@
262
398
  "doc": "🔗 Easy file sharing tool",
263
399
  "fileNamePattern": {
264
400
  "amd64": {
265
- "linux": "npm i -g @ezshare/cli",
266
- "windows": "npm i -g @ezshare/cli",
267
- "macos": "npm i -g @ezshare/cli"
401
+ "linux": "bun install -g @ezshare/cli",
402
+ "windows": "bun install -g @ezshare/cli",
403
+ "macos": "bun install -g @ezshare/cli"
404
+ },
405
+ "arm64": {
406
+ "linux": "bun install -g @ezshare/cli",
407
+ "windows": "bun install -g @ezshare/cli",
408
+ "macos": "bun install -g @ezshare/cli"
409
+ }
410
+ }
411
+ },
412
+ {
413
+ "appName": "asciinema",
414
+ "repoURL": "https://github.com/asciinema/asciinema",
415
+ "doc": "🎥 Terminal session recorder",
416
+ "fileNamePattern": {
417
+ "amd64": {
418
+ "linux": "asciinema-x86_64-unknown-linux-gnu",
419
+ "windows": null,
420
+ "macos": "asciinema-x86_64-apple-darwin"
268
421
  },
269
422
  "arm64": {
270
- "linux": "npm i -g @ezshare/cli",
271
- "windows": "npm i -g @ezshare/cli",
272
- "macos": "npm i -g @ezshare/cli"
423
+ "linux": null,
424
+ "windows": null,
425
+ "macos": null
273
426
  }
274
427
  }
275
428
  },
@@ -279,14 +432,31 @@
279
432
  "doc": "🌈 Rainbow colored text output for terminal",
280
433
  "fileNamePattern": {
281
434
  "amd64": {
282
- "linux": "npm install -g lolcatjs",
283
- "windows": "npm install -g lolcatjs",
284
- "macos": "npm install -g lolcatjs"
435
+ "linux": "bun install -g lolcatjs",
436
+ "windows": "bun install -g lolcatjs",
437
+ "macos": "bun install -g lolcatjs"
438
+ },
439
+ "arm64": {
440
+ "linux": "bun install -g lolcatjs",
441
+ "windows": "bun install -g lolcatjs",
442
+ "macos": "bun install -g lolcatjs"
443
+ }
444
+ }
445
+ },
446
+ {
447
+ "appName": "rusty-rain",
448
+ "repoURL": "https://github.com/cowboy8625/rusty-rain",
449
+ "doc": "🌧️ cross-platform cmatrix-like terminal rain animation",
450
+ "fileNamePattern": {
451
+ "amd64": {
452
+ "linux": "x86_64-unknown-linux-musl-rusty-rain-{version}",
453
+ "macos": "x86_64-apple-darwin-rusty-rain-{version}",
454
+ "windows": "x86_64-pc-windows-gnu-rusty-rain-{version}.exe"
285
455
  },
286
456
  "arm64": {
287
- "linux": "npm install -g lolcatjs",
288
- "windows": "npm install -g lolcatjs",
289
- "macos": "npm install -g lolcatjs"
457
+ "linux": "aarch64-unknown-linux-musl-rusty-rain-{version}",
458
+ "macos": "aarch64-apple-darwin-rusty-rain-{version}",
459
+ "windows": "x86_64-pc-windows-gnu-rusty-rain-{version}.exe"
290
460
  }
291
461
  }
292
462
  },
@@ -296,14 +466,31 @@
296
466
  "doc": "📝 ASCII art text generator for terminal",
297
467
  "fileNamePattern": {
298
468
  "amd64": {
299
- "linux": "npm install -g figlet-cli",
300
- "windows": "npm install -g figlet-cli",
301
- "macos": "npm install -g figlet-cli"
469
+ "linux": "bun install -g figlet-cli",
470
+ "windows": "bun install -g figlet-cli",
471
+ "macos": "bun install -g figlet-cli"
472
+ },
473
+ "arm64": {
474
+ "linux": "bun install -g figlet-cli",
475
+ "windows": "bun install -g figlet-cli",
476
+ "macos": "bun install -g figlet-cli"
477
+ }
478
+ }
479
+ },
480
+ {
481
+ "appName": "cowsay",
482
+ "repoURL": "CMD",
483
+ "doc": "📝 ASCII art text generator for terminal",
484
+ "fileNamePattern": {
485
+ "amd64": {
486
+ "linux": "uv tool install cowsay",
487
+ "windows": "uv tool install cowsay",
488
+ "macos": "uv tool install cowsay"
302
489
  },
303
490
  "arm64": {
304
- "linux": "npm install -g figlet-cli",
305
- "windows": "npm install -g figlet-cli",
306
- "macos": "npm install -g figlet-cli"
491
+ "linux": "uv tool install cowsay",
492
+ "windows": "uv tool install cowsay",
493
+ "macos": "uv tool install cowsay"
307
494
  }
308
495
  }
309
496
  },
@@ -364,14 +551,14 @@
364
551
  "doc": "🔄 devtunnel secure introspectable tunnels to localhost",
365
552
  "fileNamePattern": {
366
553
  "amd64": {
367
- "windows": "winget install --Id Microsoft.devtunnel --scope user",
554
+ "windows": "winget install --Id Microsoft.devtunnel --source winget --scope user --accept-package-agreements --accept-source-agreements",
368
555
  "linux": "curl -sL https://aka.ms/DevTunnelCliInstall | bash",
369
556
  "macos": null
370
557
  },
371
558
  "arm64": {
372
559
  "linux": "curl -sL https://aka.ms/DevTunnelCliInstall | bash",
373
560
  "macos": null,
374
- "windows": "winget install --Id Microsoft.devtunnel --scope user"
561
+ "windows": "winget install --Id Microsoft.devtunnel --source winget --scope user --accept-package-agreements --accept-source-agreements"
375
562
  }
376
563
  }
377
564
  },
@@ -460,6 +647,40 @@
460
647
  }
461
648
  }
462
649
  },
650
+ {
651
+ "appName": "cloudflare-warp",
652
+ "repoURL": "CMD",
653
+ "doc": "🌐 Cloudflare WARP VPN client",
654
+ "fileNamePattern": {
655
+ "amd64": {
656
+ "linux": null,
657
+ "windows": "winget install --no-upgrade --name \"Cloudflare WARP\" --Id \"Cloudflare.Warp\" --source winget --accept-package-agreements --accept-source-agreements",
658
+ "macos": null
659
+ },
660
+ "arm64": {
661
+ "linux": null,
662
+ "windows": "winget install --no-upgrade --name \"Cloudflare WARP\" --Id \"Cloudflare.Warp\" --source winget --accept-package-agreements --accept-source-agreements",
663
+ "macos": null
664
+ }
665
+ }
666
+ },
667
+ {
668
+ "appName": "warp-cli",
669
+ "repoURL": "CMD",
670
+ "doc": "🌐 Cloudflare WARP VPN client in the terminal",
671
+ "fileNamePattern": {
672
+ "amd64": {
673
+ "linux": "cloudflare_warp_cli.py",
674
+ "windows": "cloudflare_warp_cli.py",
675
+ "macos": "cloudflare_warp_cli.py"
676
+ },
677
+ "arm64": {
678
+ "linux": "cloudflare_warp_cli.py",
679
+ "windows": "cloudflare_warp_cli.py",
680
+ "macos": "cloudflare_warp_cli.py"
681
+ }
682
+ }
683
+ },
463
684
  {
464
685
  "appName": "cpufetch",
465
686
  "repoURL": "https://github.com/Dr-Noob/cpufetch",
@@ -562,6 +783,23 @@
562
783
  }
563
784
  }
564
785
  },
786
+ {
787
+ "appName": "tv",
788
+ "repoURL": "https://github.com/alexpasmantier/television",
789
+ "doc": "🔍 A fast and hackable fuzzy finder for the terminal.",
790
+ "fileNamePattern": {
791
+ "amd64": {
792
+ "linux": "tv-{version}-x86_64-unknown-linux-musl.tar.gz",
793
+ "macos": "tv-{version}-x86_64-apple-darwin.tar.gz",
794
+ "windows": "tv-{version}-x86_64-pc-windows-msvc.zip"
795
+ },
796
+ "arm64": {
797
+ "linux": "tv-{version}-aarch64-unknown-linux-gnu.tar.gz",
798
+ "macos": "tv-{version}-aarch64-apple-darwin.tar.gz",
799
+ "windows": null
800
+ }
801
+ }
802
+ },
565
803
  {
566
804
  "appName": "gitui",
567
805
  "repoURL": "https://github.com/gitui-org/gitui",
@@ -670,14 +908,14 @@
670
908
  "doc": "☁️ CLI for Microsoft 365",
671
909
  "fileNamePattern": {
672
910
  "amd64": {
673
- "linux": "npm install -g @pnp/cli-microsoft365",
674
- "macos": "npm install -g @pnp/cli-microsoft365",
675
- "windows": "npm install -g @pnp/cli-microsoft365"
911
+ "linux": "bun install -g @pnp/cli-microsoft365",
912
+ "macos": "bun install -g @pnp/cli-microsoft365",
913
+ "windows": "bun install -g @pnp/cli-microsoft365"
676
914
  },
677
915
  "arm64": {
678
- "linux": "npm install -g @pnp/cli-microsoft365",
679
- "macos": "npm install -g @pnp/cli-microsoft365",
680
- "windows": "npm install -g @pnp/cli-microsoft365"
916
+ "linux": "bun install -g @pnp/cli-microsoft365",
917
+ "macos": "bun install -g @pnp/cli-microsoft365",
918
+ "windows": "bun install -g @pnp/cli-microsoft365"
681
919
  }
682
920
  }
683
921
  },
@@ -698,40 +936,6 @@
698
936
  }
699
937
  }
700
938
  },
701
- {
702
- "appName": "mods",
703
- "repoURL": "https://github.com/charmbracelet/mods/",
704
- "doc": "🤖 AI for the command line, built for pipelines",
705
- "fileNamePattern": {
706
- "amd64": {
707
- "linux": "mods_{version}_Linux_x86_64.tar.gz",
708
- "macos": "mods_{version}_Darwin_x86_64.tar.gz",
709
- "windows": "mods_{version}_Windows_x86_64.zip"
710
- },
711
- "arm64": {
712
- "linux": "mods_{version}_Linux_arm64.tar.gz",
713
- "macos": "mods_{version}_Darwin_arm64.tar.gz",
714
- "windows": "mods_{version}_Windows_arm64.zip"
715
- }
716
- }
717
- },
718
- {
719
- "appName": "mprocs",
720
- "repoURL": "https://github.com/pvolok/mprocs",
721
- "doc": "🖥️ Windows/Linux/macOS poorman's zellij",
722
- "fileNamePattern": {
723
- "amd64": {
724
- "linux": "mprocs-{version}-linux-x86_64-musl.tar.gz",
725
- "macos": "mprocs-{version}-darwin-x86_64.tar.gz",
726
- "windows": "mprocs-{version}-windows-x86_64.zip"
727
- },
728
- "arm64": {
729
- "linux": "mprocs-{version}-linux-aarch64-musl.tar.gz",
730
- "macos": "mprocs-{version}-darwin-aarch64.tar.gz",
731
- "windows": "mprocs-{version}-windows-x86_64.zip"
732
- }
733
- }
734
- },
735
939
  {
736
940
  "appName": "ouch",
737
941
  "repoURL": "https://github.com/ouch-org/ouch",
@@ -783,6 +987,40 @@
783
987
  }
784
988
  }
785
989
  },
990
+ {
991
+ "appName": "meilisearch",
992
+ "repoURL": "https://github.com/meilisearch/meilisearch",
993
+ "doc": "🔍 symantic search at lightening speed",
994
+ "fileNamePattern": {
995
+ "amd64": {
996
+ "linux": "meilisearch-linux-amd64",
997
+ "macos": "meilisearch-macos-amd64",
998
+ "windows": "meilisearch-windows-amd64.exe"
999
+ },
1000
+ "arm64": {
1001
+ "linux": "meilisearch-linux-aarch64",
1002
+ "macos": "meilisearch-macos-aarch64",
1003
+ "windows": "meilisearch-windows-aarch64.exe"
1004
+ }
1005
+ }
1006
+ },
1007
+ {
1008
+ "appName": "ast-grep",
1009
+ "repoURL": "https://github.com/ast-grep/ast-grep",
1010
+ "doc": "🔍 grep for code - search and rewrite code with ASTs",
1011
+ "fileNamePattern": {
1012
+ "amd64": {
1013
+ "linux": "app-x86_64-unknown-linux-gnu.zip",
1014
+ "macos": "app-x86_64-apple-darwin.zip",
1015
+ "windows": "app-x86_64-pc-windows-msvc.zip"
1016
+ },
1017
+ "arm64": {
1018
+ "linux": "app-aarch64-unknown-linux-gnu.zip",
1019
+ "macos": "app-aarch64-apple-darwin.zip",
1020
+ "windows": "app-aarch64-pc-windows-msvc.zip"
1021
+ }
1022
+ }
1023
+ },
786
1024
  {
787
1025
  "appName": "rg",
788
1026
  "repoURL": "https://github.com/BurntSushi/ripgrep",
@@ -817,6 +1055,23 @@
817
1055
  }
818
1056
  }
819
1057
  },
1058
+ {
1059
+ "appName": "parse",
1060
+ "repoURL": "CMD",
1061
+ "doc": "🔍 ripgrep + semantic search from https://github.com/run-llama/semtools",
1062
+ "fileNamePattern": {
1063
+ "amd64": {
1064
+ "linux": "bun install -g @llamaindex/semtools",
1065
+ "macos": "bun install -g @llamaindex/semtools",
1066
+ "windows": "bun install -g @llamaindex/semtools"
1067
+ },
1068
+ "arm64": {
1069
+ "linux": "bun install -g @llamaindex/semtools",
1070
+ "macos": "bun install -g @llamaindex/semtools",
1071
+ "windows": "bun install -g @llamaindex/semtools"
1072
+ }
1073
+ }
1074
+ },
820
1075
  {
821
1076
  "appName": "starship",
822
1077
  "repoURL": "https://github.com/starship/starship",
@@ -885,10 +1140,27 @@
885
1140
  }
886
1141
  }
887
1142
  },
1143
+ {
1144
+ "appName": "upterm",
1145
+ "repoURL": "https://github.com/owenthereal/upterm",
1146
+ "doc": "🌐 upterm is a terminal multiplexer that allows you to share your terminal session over the web.",
1147
+ "fileNamePattern": {
1148
+ "amd64": {
1149
+ "linux": "uptermd_linux_amd64.tar.gz",
1150
+ "macos": "upterm_darwin_amd64.tar.gz",
1151
+ "windows": null
1152
+ },
1153
+ "arm64": {
1154
+ "linux": "uptermd_linux_arm64.tar.gz",
1155
+ "macos": "upterm_darwin_arm64.tar.gz",
1156
+ "windows": null
1157
+ }
1158
+ }
1159
+ },
888
1160
  {
889
1161
  "appName": "viu",
890
1162
  "repoURL": "https://github.com/atanunq/viu",
891
- "doc": "🖼️ A cli image viewer for the terminal (like chafa but in Rust)",
1163
+ "doc": "🖼️ A cli image viewer for the terminal (like chafa & ueberzugpp but in Rust)",
892
1164
  "fileNamePattern": {
893
1165
  "amd64": {
894
1166
  "linux": "viu-x86_64-unknown-linux-musl",
@@ -902,6 +1174,40 @@
902
1174
  }
903
1175
  }
904
1176
  },
1177
+ {
1178
+ "appName": "timg",
1179
+ "repoURL": "CMD",
1180
+ "doc": "👁️ terminal image previewer.",
1181
+ "fileNamePattern": {
1182
+ "amd64": {
1183
+ "linux": "sudo apt install timg",
1184
+ "windows": null,
1185
+ "macos": "brew install timg"
1186
+ },
1187
+ "arm64": {
1188
+ "linux": "sudo apt install timg",
1189
+ "windows": null,
1190
+ "macos": "brew install timg"
1191
+ }
1192
+ }
1193
+ },
1194
+ {
1195
+ "appName": "chafa",
1196
+ "repoURL": "CMD",
1197
+ "doc": "🖼️ Terminal graphics and image viewer",
1198
+ "fileNamePattern": {
1199
+ "amd64": {
1200
+ "linux": "sudo nala install chafa -y",
1201
+ "windows": "winget install --no-upgrade --name \"Chafa\" --Id \"hpjansson.Chafa\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
1202
+ "macos": "brew install chafa"
1203
+ },
1204
+ "arm64": {
1205
+ "linux": "sudo nala install chafa -y",
1206
+ "windows": "winget install --no-upgrade --name \"Chafa\" --Id \"hpjansson.Chafa\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
1207
+ "macos": "brew install chafa"
1208
+ }
1209
+ }
1210
+ },
905
1211
  {
906
1212
  "appName": "watchexec",
907
1213
  "repoURL": "https://github.com/watchexec/watchexec",
@@ -921,18 +1227,18 @@
921
1227
  },
922
1228
  {
923
1229
  "appName": "yazi",
924
- "repoURL": "https://github.com/sxyazi/yazi",
1230
+ "repoURL": "CMD",
925
1231
  "doc": "⚡ Blazing Fast Terminal File Manager.",
926
1232
  "fileNamePattern": {
927
1233
  "amd64": {
928
- "linux": "yazi-x86_64-unknown-linux-gnu.zip",
929
- "macos": "yazi-x86_64-apple-darwin.zip",
930
- "windows": "yazi-x86_64-pc-windows-msvc.zip"
1234
+ "linux": "yazi.py",
1235
+ "macos": "yazi.py",
1236
+ "windows": "yazi.py"
931
1237
  },
932
1238
  "arm64": {
933
- "linux": "yazi-aarch64-unknown-linux-gnu.zip",
934
- "macos": "yazi-aarch64-apple-darwin.zip",
935
- "windows": "yazi-aarch64-pc-windows-msvc.zip"
1239
+ "linux": "yazi.py",
1240
+ "macos": "yazi.py",
1241
+ "windows": "yazi.py"
936
1242
  }
937
1243
  }
938
1244
  },
@@ -987,6 +1293,40 @@
987
1293
  }
988
1294
  }
989
1295
  },
1296
+ {
1297
+ "appName": "youtube-dl",
1298
+ "repoURL": "CMD",
1299
+ "doc": "📥 Command-line program to download videos from YouTube and other sites. By https://github.com/ytdl-org/youtube-dl",
1300
+ "fileNamePattern": {
1301
+ "amd64": {
1302
+ "linux": "https://yt-dl.org/downloads/latest/youtube-dl",
1303
+ "macos": "https://yt-dl.org/downloads/latest/youtube-dl",
1304
+ "windows": "https://yt-dl.org/latest/youtube-dl.exe"
1305
+ },
1306
+ "arm64": {
1307
+ "linux": "https://yt-dl.org/downloads/latest/youtube-dl",
1308
+ "macos": "https://yt-dl.org/downloads/latest/youtube-dl",
1309
+ "windows": "https://yt-dl.org/latest/youtube-dl.exe"
1310
+ }
1311
+ }
1312
+ },
1313
+ {
1314
+ "appName": "yt-dlp",
1315
+ "repoURL": "CMD",
1316
+ "doc": "📥 A youtube-dl fork with additional features and fixes, by https://github.com/yt-dlp/yt-dlp",
1317
+ "fileNamePattern": {
1318
+ "amd64": {
1319
+ "linux": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp",
1320
+ "macos": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_macos",
1321
+ "windows": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe"
1322
+ },
1323
+ "arm64": {
1324
+ "linux": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_musllinux_aarch64",
1325
+ "macos": null,
1326
+ "windows": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_arm64.exe"
1327
+ }
1328
+ }
1329
+ },
990
1330
  {
991
1331
  "appName": "termusic",
992
1332
  "repoURL": "https://github.com/tramhao/termusic",
@@ -1090,19 +1430,36 @@
1090
1430
  }
1091
1431
  },
1092
1432
  {
1093
- "appName": "atuin",
1094
- "repoURL": "https://github.com/atuinsh/atuin",
1433
+ "appName": "cb",
1434
+ "repoURL": "CMD",
1435
+ "doc": "📋 Clipboard manager for the terminal",
1436
+ "fileNamePattern": {
1437
+ "amd64": {
1438
+ "linux": "curl -sSL https://github.com/Slackadays/Clipboard/raw/main/install.sh | sh",
1439
+ "macos": "curl -sSL https://github.com/Slackadays/Clipboard/raw/main/install.sh | sh",
1440
+ "windows": "winget install -e --id Slackadays.Clipboard --source winget --scope user --accept-package-agreements --accept-source-agreements"
1441
+ },
1442
+ "arm64": {
1443
+ "linux": "curl -sSL https://github.com/Slackadays/Clipboard/raw/main/install.sh | sh",
1444
+ "macos": "curl -sSL https://github.com/Slackadays/Clipboard/raw/main/install.sh | sh",
1445
+ "windows": "winget install -e --id Slackadays.Clipboard --source winget --scope user --accept-package-agreements --accept-source-agreements"
1446
+ }
1447
+ }
1448
+ },
1449
+ {
1450
+ "appName": "atuin",
1451
+ "repoURL": "https://github.com/atuinsh/atuin",
1095
1452
  "doc": "🔍 Shell history search tool. Mcfly alternative",
1096
1453
  "fileNamePattern": {
1097
1454
  "amd64": {
1098
1455
  "linux": "atuin-x86_64-unknown-linux-gnu.tar.gz",
1099
1456
  "macos": null,
1100
- "windows": null
1457
+ "windows": "atuin-x86_64-pc-windows-msvc.zip"
1101
1458
  },
1102
1459
  "arm64": {
1103
1460
  "linux": "atuin-aarch64-unknown-linux-gnu.tar.gz",
1104
- "macos": null,
1105
- "windows": null
1461
+ "macos": "atuin-aarch64-apple-darwin.tar.gz",
1462
+ "windows": "atuin-aarch64-pc-windows-msvc.zip"
1106
1463
  }
1107
1464
  }
1108
1465
  },
@@ -1112,13 +1469,13 @@
1112
1469
  "doc": "🌐 browser in the shell",
1113
1470
  "fileNamePattern": {
1114
1471
  "amd64": {
1115
- "linux": null,
1116
- "macos": null,
1472
+ "linux": "browsh-v{version}-linux-amd64",
1473
+ "macos": "browsh-v{version}-darwin-amd64",
1117
1474
  "windows": null
1118
1475
  },
1119
1476
  "arm64": {
1120
- "linux": null,
1121
- "macos": null,
1477
+ "linux": "browsh-v{version}-linux-arm64",
1478
+ "macos": "browsh-v{version}-darwin-arm64",
1122
1479
  "windows": null
1123
1480
  }
1124
1481
  }
@@ -1174,6 +1531,57 @@
1174
1531
  }
1175
1532
  }
1176
1533
  },
1534
+ {
1535
+ "appName": "sqlite3",
1536
+ "repoURL": "CMD",
1537
+ "doc": "A cli for sqlite",
1538
+ "fileNamePattern": {
1539
+ "amd64": {
1540
+ "linux": "sudo nala install sqlite3 -y",
1541
+ "macos": null,
1542
+ "windows": null
1543
+ },
1544
+ "arm64": {
1545
+ "linux": null,
1546
+ "macos": null,
1547
+ "windows": null
1548
+ }
1549
+ }
1550
+ },
1551
+ {
1552
+ "appName": "postgresql-client",
1553
+ "repoURL": "CMD",
1554
+ "doc": "A cli for postgresql",
1555
+ "fileNamePattern": {
1556
+ "amd64": {
1557
+ "linux": "sudo nala install postgresql-client -y",
1558
+ "macos": null,
1559
+ "windows": null
1560
+ },
1561
+ "arm64": {
1562
+ "linux": null,
1563
+ "macos": null,
1564
+ "windows": null
1565
+ }
1566
+ }
1567
+ },
1568
+ {
1569
+ "appName": "redis-cli",
1570
+ "repoURL": "CMD",
1571
+ "doc": "A cli for redis",
1572
+ "fileNamePattern": {
1573
+ "amd64": {
1574
+ "linux": "sudo nala install redis-tools -y",
1575
+ "macos": null,
1576
+ "windows": null
1577
+ },
1578
+ "arm64": {
1579
+ "linux": null,
1580
+ "macos": null,
1581
+ "windows": null
1582
+ }
1583
+ }
1584
+ },
1177
1585
  {
1178
1586
  "appName": "DBeaver",
1179
1587
  "repoURL": "https://github.com/dbeaver/dbeaver",
@@ -1181,13 +1589,13 @@
1181
1589
  "fileNamePattern": {
1182
1590
  "amd64": {
1183
1591
  "linux": "dbeaver-ce-{version}-linux.gtk.x86_64.tar.gz",
1184
- "macos": null,
1185
- "windows": null
1592
+ "macos": "dbeaver-ce-{version}-macos-x86_64.dmg",
1593
+ "windows": "winget install DBeaver.DBeaver.Community --source winget --scope user --accept-package-agreements --accept-source-agreements"
1186
1594
  },
1187
1595
  "arm64": {
1188
1596
  "linux": "dbeaver-ce-{version}-linux.gtk.aarch64.tar.gz",
1189
- "macos": null,
1190
- "windows": null
1597
+ "macos": "dbeaver-ce-{version}-macos-aarch64.dmg",
1598
+ "windows": "winget install DBeaver.DBeaver.Community --source winget --scope user --accept-package-agreements --accept-source-agreements"
1191
1599
  }
1192
1600
  }
1193
1601
  },
@@ -1208,6 +1616,23 @@
1208
1616
  }
1209
1617
  }
1210
1618
  },
1619
+ {
1620
+ "appName": "lazysql",
1621
+ "repoURL": "https://github.com/jorgerojas26/lazysql",
1622
+ "doc": "🗃️ TUI DB Visualizer",
1623
+ "fileNamePattern": {
1624
+ "amd64": {
1625
+ "linux": "lazysql_Linux_x86_64.tar.gz",
1626
+ "macos": "lazysql_Darwin_x86_64.tar.gz",
1627
+ "windows": "lazysql_Windows_x86_64.zip"
1628
+ },
1629
+ "arm64": {
1630
+ "linux": "lazysql_Linux_arm64.tar.gz",
1631
+ "macos": "lazysql_Darwin_arm64.tar.gz",
1632
+ "windows": "lazysql_Windows_arm64.zip"
1633
+ }
1634
+ }
1635
+ },
1211
1636
  {
1212
1637
  "appName": "pgweb",
1213
1638
  "repoURL": "https://github.com/sosedoff/pgweb/",
@@ -1259,6 +1684,23 @@
1259
1684
  }
1260
1685
  }
1261
1686
  },
1687
+ {
1688
+ "appName": "gonzo",
1689
+ "repoURL": "https://github.com/control-theory/gonzo",
1690
+ "doc": "🕶️ Gonzo is a Go-based TUI for real-time log analysis, like nerdlog, caps-log and lnav.",
1691
+ "fileNamePattern": {
1692
+ "amd64": {
1693
+ "linux": "gonzo-{version}-linux-amd64.tar.gz",
1694
+ "macos": "gonzo-{version}-darwin-amd64.tar.gz",
1695
+ "windows": "gonzo-{version}-windows-amd64.zip"
1696
+ },
1697
+ "arm64": {
1698
+ "linux": "gonzo-{version}-linux-arm64.tar.gz",
1699
+ "macos": "gonzo-{version}-darwin-arm64.tar.gz",
1700
+ "windows": "gonzo-{version}-windows-arm64.zip"
1701
+ }
1702
+ }
1703
+ },
1262
1704
  {
1263
1705
  "appName": "cpz",
1264
1706
  "repoURL": "https://github.com/SUPERCILEX/fuc",
@@ -1299,14 +1741,14 @@
1299
1741
  "doc": "📊 Generate diagrams and flowcharts from text in a similar manner as markdown",
1300
1742
  "fileNamePattern": {
1301
1743
  "amd64": {
1302
- "linux": "npm install -g @mermaid-js/mermaid-cli",
1303
- "windows": "npm install -g @mermaid-js/mermaid-cli",
1304
- "macos": "npm install -g @mermaid-js/mermaid-cli"
1744
+ "linux": "bun install -g @mermaid-js/mermaid-cli",
1745
+ "windows": "bun install -g @mermaid-js/mermaid-cli",
1746
+ "macos": "bun install -g @mermaid-js/mermaid-cli"
1305
1747
  },
1306
1748
  "arm64": {
1307
- "linux": "npm install -g @mermaid-js/mermaid-cli",
1308
- "windows": "npm install -g @mermaid-js/mermaid-cli",
1309
- "macos": "npm install -g @mermaid-js/mermaid-cli"
1749
+ "linux": "bun install -g @mermaid-js/mermaid-cli",
1750
+ "windows": "bun install -g @mermaid-js/mermaid-cli",
1751
+ "macos": "bun install -g @mermaid-js/mermaid-cli"
1310
1752
  }
1311
1753
  }
1312
1754
  },
@@ -1367,14 +1809,14 @@
1367
1809
  "doc": "🎯 Markdown presentation writer",
1368
1810
  "fileNamePattern": {
1369
1811
  "amd64": {
1370
- "linux": "npm install -g @marp-team/marp-cli",
1371
- "windows": "npm install -g @marp-team/marp-cli",
1372
- "macos": "npm install -g @marp-team/marp-cli"
1812
+ "linux": "bun install -g @marp-team/marp-cli",
1813
+ "windows": "bun install -g @marp-team/marp-cli",
1814
+ "macos": "bun install -g @marp-team/marp-cli"
1373
1815
  },
1374
1816
  "arm64": {
1375
- "linux": "npm install -g @marp-team/marp-cli",
1376
- "windows": "npm install -g @marp-team/marp-cli",
1377
- "macos": "npm install -g @marp-team/marp-cli"
1817
+ "linux": "bun install -g @marp-team/marp-cli",
1818
+ "windows": "bun install -g @marp-team/marp-cli",
1819
+ "macos": "bun install -g @marp-team/marp-cli"
1378
1820
  }
1379
1821
  }
1380
1822
  },
@@ -1418,14 +1860,14 @@
1418
1860
  "doc": "🐋 Devcontainer is a command-line tool to manage development containers",
1419
1861
  "fileNamePattern": {
1420
1862
  "amd64": {
1421
- "linux": "npm install -g @devcontainers/cli",
1422
- "windows": "npm install -g @devcontainers/cli",
1423
- "macos": "npm install -g @devcontainers/cli"
1863
+ "linux": "bun install -g @devcontainers/cli",
1864
+ "windows": "bun install -g @devcontainers/cli",
1865
+ "macos": "bun install -g @devcontainers/cli"
1424
1866
  },
1425
1867
  "arm64": {
1426
- "linux": "npm install -g @devcontainers/cli",
1427
- "windows": "npm install -g @devcontainers/cli",
1428
- "macos": "npm install -g @devcontainers/cli"
1868
+ "linux": "bun install -g @devcontainers/cli",
1869
+ "windows": "bun install -g @devcontainers/cli",
1870
+ "macos": "bun install -g @devcontainers/cli"
1429
1871
  }
1430
1872
  }
1431
1873
  },
@@ -1435,14 +1877,14 @@
1435
1877
  "doc": "🔐 bitwarden is a password manager.",
1436
1878
  "fileNamePattern": {
1437
1879
  "amd64": {
1438
- "linux": "npm install -g @bitwarden/cli",
1439
- "windows": "npm install -g @bitwarden/cli",
1440
- "macos": "npm install -g @bitwarden/cli"
1880
+ "linux": "bun install -g @bitwarden/cli",
1881
+ "windows": "bun install -g @bitwarden/cli",
1882
+ "macos": "bun install -g @bitwarden/cli"
1441
1883
  },
1442
1884
  "arm64": {
1443
- "linux": "npm install -g @bitwarden/cli",
1444
- "windows": "npm install -g @bitwarden/cli",
1445
- "macos": "npm install -g @bitwarden/cli"
1885
+ "linux": "bun install -g @bitwarden/cli",
1886
+ "windows": "bun install -g @bitwarden/cli",
1887
+ "macos": "bun install -g @bitwarden/cli"
1446
1888
  }
1447
1889
  }
1448
1890
  },
@@ -1639,9 +2081,9 @@
1639
2081
  "doc": "📷 qr code scanner",
1640
2082
  "fileNamePattern": {
1641
2083
  "amd64": {
1642
- "linux": null,
1643
- "macos": null,
1644
- "windows": null
2084
+ "linux": "qrscan-{version}-x86_64-unknown-linux-gnu.tar.gz",
2085
+ "macos": "qrscan-{version}-x86_64-apple-darwin.tar.gz",
2086
+ "windows": "qrscan-{version}-i686-pc-windows-msvc.zip"
1645
2087
  },
1646
2088
  "arm64": {
1647
2089
  "linux": null,
@@ -1650,37 +2092,54 @@
1650
2092
  }
1651
2093
  }
1652
2094
  },
2095
+ {
2096
+ "appName": "qrterminal",
2097
+ "repoURL": "https://github.com/mdp/qrterminal",
2098
+ "doc": "📷 qr code terminal from string",
2099
+ "fileNamePattern": {
2100
+ "amd64": {
2101
+ "linux": "qrterminal_Linux_x86_64.tar.gz",
2102
+ "macos": "qrterminal_Darwin_x86_64.tar.gz",
2103
+ "windows": "qrterminal_Windows_x86_64.zip"
2104
+ },
2105
+ "arm64": {
2106
+ "linux": "qrterminal_Linux_arm64.tar.gz",
2107
+ "macos": "qrterminal_Darwin_arm64.tar.gz",
2108
+ "windows": "qrterminal_Windows_arm64.zip"
2109
+ }
2110
+ }
2111
+ },
1653
2112
  {
1654
2113
  "appName": "termscp",
1655
2114
  "repoURL": "https://github.com/veeso/termscp",
1656
2115
  "doc": "📂 A TUI like winscp",
1657
2116
  "fileNamePattern": {
1658
2117
  "amd64": {
1659
- "linux": null,
1660
- "macos": null,
2118
+ "linux": "termscp-{version}-x86_64-unknown-linux-musl.tar.gz",
2119
+ "macos": "termscp-{version}-x86_64-apple-darwin.tar.gz",
1661
2120
  "windows": null
1662
2121
  },
1663
2122
  "arm64": {
1664
- "linux": null,
1665
- "macos": null,
2123
+ "linux": "termscp-{version}-aarch64-unknown-linux-musl.tar.gz",
2124
+ "macos": "termscp-{version}-aarch64-apple-darwin.tar.gz",
1666
2125
  "windows": null
1667
2126
  }
1668
2127
  }
1669
2128
  },
1670
2129
  {
1671
2130
  "appName": "qr",
1672
- "repoURL": "pip install qrcode",
2131
+ "repoURL": "CMD",
1673
2132
  "doc": "🔲 qr code generator. String to qr code.",
1674
2133
  "fileNamePattern": {
1675
2134
  "amd64": {
1676
- "linux": null,
1677
- "macos": null,
1678
- "windows": null
2135
+ "linux": "uv tool install qrcode",
2136
+ "macos": "uv tool install qrcode",
2137
+ "windows": "uv tool install qrcode"
1679
2138
  },
1680
2139
  "arm64": {
1681
- "linux": null,
1682
- "macos": null,
1683
- "windows": null
2140
+ "linux": "uv tool install qrcode",
2141
+ "macos": "uv tool install qrcode",
2142
+ "windows": "uv tool install qrcode"
1684
2143
  }
1685
2144
  }
1686
2145
  },
@@ -1690,14 +2149,31 @@
1690
2149
  "doc": "🗂️ filebrowser provides a file managing interface within a specified directory",
1691
2150
  "fileNamePattern": {
1692
2151
  "amd64": {
1693
- "linux": null,
1694
- "macos": null,
1695
- "windows": null
2152
+ "linux": "linux-amd64-filebrowser.tar.gz",
2153
+ "macos": "darwin-amd64-filebrowser.tar.gz",
2154
+ "windows": "windows-amd64-filebrowser.zip"
1696
2155
  },
1697
2156
  "arm64": {
1698
- "linux": null,
1699
- "macos": null,
1700
- "windows": null
2157
+ "linux": "linux-arm64-filebrowser.tar.gz",
2158
+ "macos": "darwin-arm64-filebrowser.tar.gz",
2159
+ "windows": "windows-arm64-filebrowser.zip"
2160
+ }
2161
+ }
2162
+ },
2163
+ {
2164
+ "appName": "miniserve",
2165
+ "repoURL": "https://github.com/svenstaro/miniserve",
2166
+ "doc": "📂 A small, self-contained file server with directory listings",
2167
+ "fileNamePattern": {
2168
+ "amd64": {
2169
+ "linux": "miniserve-{version}-x86_64-unknown-linux-musl",
2170
+ "macos": "miniserve-{version}-x86_64-apple-darwin",
2171
+ "windows": "miniserve-{version}-x86_64-pc-windows-msvc.exe"
2172
+ },
2173
+ "arm64": {
2174
+ "linux": "miniserve-{version}-aarch64-unknown-linux-musl",
2175
+ "macos": "miniserve-{version}-aarch64-apple-darwin",
2176
+ "windows": "miniserve-{version}-aarch64-pc-windows-msvc.exe"
1701
2177
  }
1702
2178
  }
1703
2179
  },
@@ -1707,13 +2183,13 @@
1707
2183
  "doc": "☁️ Self-hosted file management system with muilt-cloud support.",
1708
2184
  "fileNamePattern": {
1709
2185
  "amd64": {
1710
- "linux": null,
1711
- "macos": null,
2186
+ "linux": "cloudreve_{version}_linux_amd64.tar.gz",
2187
+ "macos": "cloudreve_{version}_darwin_amd64.tar.gz",
1712
2188
  "windows": null
1713
2189
  },
1714
2190
  "arm64": {
1715
- "linux": null,
1716
- "macos": null,
2191
+ "linux": "cloudreve_{version}_linux_arm64.tar.gz",
2192
+ "macos": "cloudreve_{version}_darwin_arm64.tar.gz",
1717
2193
  "windows": null
1718
2194
  }
1719
2195
  }
@@ -1724,13 +2200,13 @@
1724
2200
  "doc": "💾 backup program that is fast, efficient and secure. It supports the three major operating systems",
1725
2201
  "fileNamePattern": {
1726
2202
  "amd64": {
1727
- "linux": null,
1728
- "macos": null,
1729
- "windows": null
2203
+ "linux": "restic_{version}_linux_amd64.bz2",
2204
+ "macos": "restic_{version}_darwin_amd64.bz2",
2205
+ "windows": "restic_{version}_windows_amd64.zip"
1730
2206
  },
1731
2207
  "arm64": {
1732
- "linux": null,
1733
- "macos": null,
2208
+ "linux": "restic_{version}_linux_arm64.bz2",
2209
+ "macos": "restic_{version}_darwin_arm64.bz2",
1734
2210
  "windows": null
1735
2211
  }
1736
2212
  }
@@ -1741,13 +2217,13 @@
1741
2217
  "doc": "🔄 Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.",
1742
2218
  "fileNamePattern": {
1743
2219
  "amd64": {
1744
- "linux": null,
1745
- "macos": null,
1746
- "windows": null
2220
+ "linux": "syncthing-linux-amd64-v{version}.tar.gz",
2221
+ "macos": "syncthing-osx-amd64-v{version}.tar.gz",
2222
+ "windows": "syncthing-windows-amd64-v{version}.zip"
1747
2223
  },
1748
2224
  "arm64": {
1749
- "linux": null,
1750
- "macos": null,
2225
+ "linux": "syncthing-linux-arm64-v{version}.tar.gz",
2226
+ "macos": "syncthing-osx-arm64-v{version}.tar.gz",
1751
2227
  "windows": null
1752
2228
  }
1753
2229
  }
@@ -1758,13 +2234,13 @@
1758
2234
  "doc": "🌐 Istio is an open source service mesh that layers transparently onto existing distributed applications",
1759
2235
  "fileNamePattern": {
1760
2236
  "amd64": {
1761
- "linux": null,
1762
- "macos": null,
2237
+ "linux": "istio-{version}-linux-amd64.tar.gz",
2238
+ "macos": "istio-{version}-osx-amd64.tar.gz",
1763
2239
  "windows": null
1764
2240
  },
1765
2241
  "arm64": {
1766
- "linux": null,
1767
- "macos": null,
2242
+ "linux": "istio-{version}-linux-arm64.tar.gz",
2243
+ "macos": "istio-{version}-osx-arm64.tar.gz",
1768
2244
  "windows": null
1769
2245
  }
1770
2246
  }
@@ -1775,13 +2251,13 @@
1775
2251
  "doc": "⏲️ Pomodoro timer for the command-line",
1776
2252
  "fileNamePattern": {
1777
2253
  "amd64": {
1778
- "linux": null,
1779
- "macos": null,
1780
- "windows": null
2254
+ "linux": "openpomodoro-cli_{version}_linux_x86_64.tar.gz",
2255
+ "macos": "openpomodoro-cli_{version}_darwin_x86_64.tar.gz",
2256
+ "windows": "openpomodoro-cli_{version}_windows_x86_64.zip"
1781
2257
  },
1782
2258
  "arm64": {
1783
- "linux": null,
1784
- "macos": null,
2259
+ "linux": "openpomodoro-cli_{version}_linux_aarch64.tar.gz",
2260
+ "macos": "openpomodoro-cli_{version}_darwin_aarch64.tar.gz",
1785
2261
  "windows": null
1786
2262
  }
1787
2263
  }
@@ -1792,14 +2268,14 @@
1792
2268
  "doc": "🦀 Rust Language Server (LSP)",
1793
2269
  "fileNamePattern": {
1794
2270
  "amd64": {
1795
- "linux": null,
1796
- "macos": null,
1797
- "windows": null
2271
+ "linux": "rust-analyzer-x86_64-unknown-linux-gnu.gz",
2272
+ "macos": "rust-analyzer-x86_64-apple-darwin.gz",
2273
+ "windows": "rust-analyzer-x86_64-pc-windows-msvc.zip"
1798
2274
  },
1799
2275
  "arm64": {
1800
- "linux": null,
1801
- "macos": null,
1802
- "windows": null
2276
+ "linux": "rust-analyzer-aarch64-unknown-linux-gnu.gz",
2277
+ "macos": "rust-analyzer-aarch64-apple-darwin.gz",
2278
+ "windows": "rust-analyzer-aarch64-pc-windows-msvc.zip"
1803
2279
  }
1804
2280
  }
1805
2281
  },
@@ -1809,31 +2285,31 @@
1809
2285
  "doc": "🧹 cleans projects from litter files.",
1810
2286
  "fileNamePattern": {
1811
2287
  "amd64": {
1812
- "linux": null,
1813
- "macos": null,
1814
- "windows": null
2288
+ "linux": "kondo-linux-x86_64.tar.gz",
2289
+ "macos": "kondo-macos-x86_64.tar.gz",
2290
+ "windows": "kondo-windows-x86_64.zip"
1815
2291
  },
1816
2292
  "arm64": {
1817
- "linux": null,
1818
- "macos": null,
2293
+ "linux": "kondo-linux-aarch64.tar.gz",
2294
+ "macos": "kondo-macos-aarch64.tar.gz",
1819
2295
  "windows": null
1820
2296
  }
1821
2297
  }
1822
2298
  },
1823
2299
  {
1824
2300
  "appName": "tokei",
1825
- "repoURL": "https://github.com/XAMPPRocky/tokei",
2301
+ "repoURL": "CMD",
1826
2302
  "doc": "📊 Counts the number of lines of code, comments, and blanks in a project.",
1827
2303
  "fileNamePattern": {
1828
2304
  "amd64": {
1829
- "linux": null,
1830
- "macos": null,
1831
- "windows": null
2305
+ "linux": "cargo install tokei",
2306
+ "macos": "brew install tokei",
2307
+ "windows": "winget install XAMPPRocky.tokei --source winget --scope user --accept-package-agreements --accept-source-agreements"
1832
2308
  },
1833
2309
  "arm64": {
1834
- "linux": null,
1835
- "macos": null,
1836
- "windows": null
2310
+ "linux": "cargo install tokei",
2311
+ "macos": "brew install tokei",
2312
+ "windows": "winget install XAMPPRocky.tokei --source winget --scope user --accept-package-agreements --accept-source-agreements"
1837
2313
  }
1838
2314
  }
1839
2315
  },
@@ -1843,13 +2319,13 @@
1843
2319
  "doc": "🐙 A simple terminal UI for git commands",
1844
2320
  "fileNamePattern": {
1845
2321
  "amd64": {
1846
- "linux": null,
1847
- "macos": null,
1848
- "windows": null
2322
+ "linux": "lazygit_{version}_linux_x86_64.tar.gz",
2323
+ "macos": "lazygit_{version}_darwin_x86_64.tar.gz",
2324
+ "windows": "lazygit_{version}_windows_x86_64.zip"
1849
2325
  },
1850
2326
  "arm64": {
1851
- "linux": null,
1852
- "macos": null,
2327
+ "linux": "lazygit_{version}_linux_arm64.tar.gz",
2328
+ "macos": "lazygit_{version}_darwin_arm64.tar.gz",
1853
2329
  "windows": null
1854
2330
  }
1855
2331
  }
@@ -1894,13 +2370,13 @@
1894
2370
  "doc": "📊 Git repository summary on your terminal",
1895
2371
  "fileNamePattern": {
1896
2372
  "amd64": {
1897
- "linux": null,
1898
- "macos": null,
1899
- "windows": null
2373
+ "linux": "onefetch-{version}-x86_64-unknown-linux-gnu.tar.gz",
2374
+ "macos": "onefetch-{version}-x86_64-apple-darwin.tar.gz",
2375
+ "windows": "onefetch-{version}-x86_64-pc-windows-msvc.zip"
1900
2376
  },
1901
2377
  "arm64": {
1902
- "linux": null,
1903
- "macos": null,
2378
+ "linux": "onefetch-{version}-aarch64-unknown-linux-gnu.tar.gz",
2379
+ "macos": "onefetch-{version}-aarch64-apple-darwin.tar.gz",
1904
2380
  "windows": null
1905
2381
  }
1906
2382
  }
@@ -1911,14 +2387,14 @@
1911
2387
  "doc": "📈 analyze Git repositories and generate a visual contributions graph",
1912
2388
  "fileNamePattern": {
1913
2389
  "amd64": {
1914
- "linux": null,
1915
- "macos": null,
1916
- "windows": null
2390
+ "linux": "gitcs_linux_amd64",
2391
+ "macos": "gitcs_darwin_amd64",
2392
+ "windows": "gitcs_windows_amd64.exe"
1917
2393
  },
1918
2394
  "arm64": {
1919
- "linux": null,
2395
+ "linux": "gitcs_linux_386",
1920
2396
  "macos": null,
1921
- "windows": null
2397
+ "windows": "gitcs_windows_386.exe"
1922
2398
  }
1923
2399
  }
1924
2400
  },
@@ -1928,9 +2404,9 @@
1928
2404
  "doc": "🎯 A command runner",
1929
2405
  "fileNamePattern": {
1930
2406
  "amd64": {
1931
- "linux": null,
1932
- "macos": null,
1933
- "windows": null
2407
+ "linux": "gitcs_linux_amd64",
2408
+ "macos": "gitcs_darwin_amd64",
2409
+ "windows": "gitcs_windows_amd64.exe"
1934
2410
  },
1935
2411
  "arm64": {
1936
2412
  "linux": null,
@@ -1945,12 +2421,12 @@
1945
2421
  "doc": "📚 An interactive cheatsheet tool for the command-line",
1946
2422
  "fileNamePattern": {
1947
2423
  "amd64": {
1948
- "linux": null,
2424
+ "linux": "navi-v{version}-x86_64-unknown-linux-musl.tar.gz",
1949
2425
  "macos": null,
1950
- "windows": null
2426
+ "windows": "navi-v{version}-x86_64-pc-windows-gnu.zip"
1951
2427
  },
1952
2428
  "arm64": {
1953
- "linux": null,
2429
+ "linux": "navi-v{version}-aarch64-unknown-linux-gnu.tar.gz",
1954
2430
  "macos": null,
1955
2431
  "windows": null
1956
2432
  }
@@ -1962,13 +2438,13 @@
1962
2438
  "doc": "⚡ A very fast implementation of tldr in Rust",
1963
2439
  "fileNamePattern": {
1964
2440
  "amd64": {
1965
- "linux": null,
1966
- "macos": null,
1967
- "windows": null
2441
+ "linux": "tealdeer-linux-x86_64-musl",
2442
+ "macos": "tealdeer-macos-x86_64",
2443
+ "windows": "tealdeer-windows-x86_64-msvc.exe"
1968
2444
  },
1969
2445
  "arm64": {
1970
- "linux": null,
1971
- "macos": null,
2446
+ "linux": "tealdeer-linux-aarch64-musl",
2447
+ "macos": "tealdeer-macos-aarch64",
1972
2448
  "windows": null
1973
2449
  }
1974
2450
  }
@@ -1979,14 +2455,82 @@
1979
2455
  "doc": "🔍 A simple network sniffer in Rust",
1980
2456
  "fileNamePattern": {
1981
2457
  "amd64": {
1982
- "linux": null,
1983
- "macos": null,
1984
- "windows": null
2458
+ "linux": "Sniffnet_LinuxAppImage_amd64.AppImage",
2459
+ "macos": "Sniffnet_macOS_Intel.dmg",
2460
+ "windows": "Sniffnet_Windows_x64.msi"
1985
2461
  },
1986
2462
  "arm64": {
1987
- "linux": null,
1988
- "macos": null,
1989
- "windows": null
2463
+ "linux": "Sniffnet_LinuxAppImage_arm64.AppImage",
2464
+ "macos": "Sniffnet_macOS_AppleSilicon.dmg",
2465
+ "windows": "Sniffnet_Windows_arm64.msi"
2466
+ }
2467
+ }
2468
+ },
2469
+ {
2470
+ "appName": "trippy",
2471
+ "repoURL": "https://github.com/fujiapple852/trippy",
2472
+ "doc": "🧭 A network diagnostic tool combining traceroute and ping)",
2473
+ "fileNamePattern": {
2474
+ "amd64": {
2475
+ "linux": "trippy-{version}-x86_64-unknown-linux-musl.tar.gz",
2476
+ "macos": "trippy-{version}-x86_64-apple-darwin.tar.gz",
2477
+ "windows": "trippy-{version}-x86_64-pc-windows-msvc.zip"
2478
+ },
2479
+ "arm64": {
2480
+ "linux": "trippy-{version}-aarch64-unknown-linux-musl.tar.gz",
2481
+ "macos": "trippy-{version}-aarch64-apple-darwin.tar.gz",
2482
+ "windows": "trippy-{version}-aarch64-pc-windows-msvc.zip"
2483
+ }
2484
+ }
2485
+ },
2486
+ {
2487
+ "appName": "oryx",
2488
+ "repoURL": "https://github.com/pythops/oryx",
2489
+ "doc": "🕵️‍♂️ TUI for sniffing network traffic using eBPF on Linux",
2490
+ "fileNamePattern": {
2491
+ "amd64": {
2492
+ "linux": "oryx-x86_64-unknown-linux-gnu.tar.gz",
2493
+ "macos": "",
2494
+ "windows": ""
2495
+ },
2496
+ "arm64": {
2497
+ "linux": "oryx-aarch64-unknown-linux-gnu.tar.gz",
2498
+ "macos": "",
2499
+ "windows": ""
2500
+ }
2501
+ }
2502
+ },
2503
+ {
2504
+ "appName": "tufw",
2505
+ "repoURL": "https://github.com/peltho/tufw",
2506
+ "doc": "📋 Terminal UI for UFW (Uncomplicated Firewall) on Linux",
2507
+ "fileNamePattern": {
2508
+ "amd64": {
2509
+ "linux": "tufw_{version}_linux_amd64.tar.gz",
2510
+ "macos": "",
2511
+ "windows": ""
2512
+ },
2513
+ "arm64": {
2514
+ "linux": "tufw_{version}_linux_arm64.tar.gz",
2515
+ "macos": "",
2516
+ "windows": ""
2517
+ }
2518
+ }
2519
+ },
2520
+ {
2521
+ "appName": "netscanner",
2522
+ "repoURL": "https://github.com/Chleba/netscanner",
2523
+ "doc": "📡 Terminal network scanner & diagnostic tool with TUI (v0.6.3)",
2524
+ "fileNamePattern": {
2525
+ "amd64": {
2526
+ "linux": "netscanner-{version}-x86_64-unknown-linux-gnu.tar.gz",
2527
+ "macos": "netscanner-{version}-x86_64-apple-darwin.tar.gz",
2528
+ "windows": "netscanner-{version}-x86_64-pc-windows-msvc.zip"
2529
+ },
2530
+ "arm64": {
2531
+ "linux": "netscanner-{version}-aarch64-unknown-linux-gnu.tar.gz",
2532
+ "macos": "netscanner-{version}-aarch64-apple-darwin.tar.gz",
2533
+ "windows": "netscanner-{version}-aarch64-pc-windows-msvc.zip"
1990
2534
  }
1991
2535
  }
1992
2536
  },
@@ -1996,31 +2540,31 @@
1996
2540
  "doc": "⚡ A command-line benchmarking tool",
1997
2541
  "fileNamePattern": {
1998
2542
  "amd64": {
1999
- "linux": null,
2000
- "macos": null,
2001
- "windows": null
2543
+ "linux": "hyperfine-v{version}-x86_64-unknown-linux-gnu.tar.gz",
2544
+ "macos": "hyperfine-v{version}-x86_64-apple-darwin.tar.gz",
2545
+ "windows": "hyperfine-v{version}-x86_64-pc-windows-msvc.zip"
2002
2546
  },
2003
2547
  "arm64": {
2004
- "linux": null,
2005
- "macos": null,
2548
+ "linux": "hyperfine-v{version}-aarch64-unknown-linux-gnu.tar.gz",
2549
+ "macos": "hyperfine-v{version}-aarch64-apple-darwin.tar.gz",
2006
2550
  "windows": null
2007
2551
  }
2008
2552
  }
2009
2553
  },
2010
2554
  {
2011
2555
  "appName": "ollama",
2012
- "repoURL": "https://github.com/ollama/ollama",
2556
+ "repoURL": "CMD",
2013
2557
  "doc": "🤖 Get up and running with large language models locally.",
2014
2558
  "fileNamePattern": {
2015
2559
  "amd64": {
2016
- "linux": null,
2017
- "macos": null,
2018
- "windows": null
2560
+ "linux": "curl -fsSL https://ollama.com/install.sh | sh",
2561
+ "macos": "devops install https://ollama.com/download/Ollama.dmg",
2562
+ "windows": "devops install https://ollama.com/download/OllamaSetup.exe"
2019
2563
  },
2020
2564
  "arm64": {
2021
- "linux": null,
2022
- "macos": null,
2023
- "windows": null
2565
+ "linux": "curl -fsSL https://ollama.com/install.sh | sh",
2566
+ "macos": "devops install https://ollama.com/download/Ollama.dmg",
2567
+ "windows": "devops install https://ollama.com/download/OllamaSetup.exe"
2024
2568
  }
2025
2569
  }
2026
2570
  },
@@ -2030,8 +2574,8 @@
2030
2574
  "doc": "💰 Cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time.",
2031
2575
  "fileNamePattern": {
2032
2576
  "amd64": {
2033
- "linux": null,
2034
- "macos": null,
2577
+ "linux": "cointop_{version}_linux_amd64.tar.gz",
2578
+ "macos": "cointop_{version}_darwin_amd64.tar.gz",
2035
2579
  "windows": null
2036
2580
  },
2037
2581
  "arm64": {
@@ -2047,14 +2591,14 @@
2047
2591
  "doc": "🖥️ Text-based desktop environment inside your terminal",
2048
2592
  "fileNamePattern": {
2049
2593
  "amd64": {
2050
- "linux": null,
2051
- "macos": null,
2052
- "windows": null
2594
+ "linux": "vtm_linux_x86_64.tar.7z",
2595
+ "macos": "vtm_macos_any.tar.7z",
2596
+ "windows": "vtm_windows_x86_64.7z"
2053
2597
  },
2054
2598
  "arm64": {
2055
- "linux": null,
2056
- "macos": null,
2057
- "windows": null
2599
+ "linux": "vtm_linux_arm64.tar.7z",
2600
+ "macos": "vtm_macos_any.tar.7z",
2601
+ "windows": "vtm_windows_arm64.7z"
2058
2602
  }
2059
2603
  }
2060
2604
  },
@@ -2064,12 +2608,12 @@
2064
2608
  "doc": "🚀 fullscreen, cross-platform terminal emulator and system monitor that looks and feels like a sci-fi computer interface",
2065
2609
  "fileNamePattern": {
2066
2610
  "amd64": {
2067
- "linux": null,
2068
- "macos": null,
2069
- "windows": null
2611
+ "linux": "eDEX-UI-Linux-x86_64.AppImage",
2612
+ "macos": "eDEX-UI-macOS-x64.dmg",
2613
+ "windows": "eDEX-UI-Windows-x64.exe"
2070
2614
  },
2071
2615
  "arm64": {
2072
- "linux": null,
2616
+ "linux": "eDEX-UI-Linux-arm64.AppImage",
2073
2617
  "macos": null,
2074
2618
  "windows": null
2075
2619
  }
@@ -2081,9 +2625,9 @@
2081
2625
  "doc": "💻 Terminal emulator",
2082
2626
  "fileNamePattern": {
2083
2627
  "amd64": {
2084
- "linux": null,
2085
- "macos": null,
2086
- "windows": null
2628
+ "linux": "ExtratermQt-{version}.glibc2.34-x86_64.AppImage",
2629
+ "macos": "ExtratermQt_{version}.dmg",
2630
+ "windows": "extratermqt-setup-{version}.exe"
2087
2631
  },
2088
2632
  "arm64": {
2089
2633
  "linux": null,
@@ -2098,8 +2642,8 @@
2098
2642
  "doc": "🐚 Nushell, a cross-platform shell in Rust.",
2099
2643
  "fileNamePattern": {
2100
2644
  "amd64": {
2101
- "linux": "nu-0.108.0-x86_64-unknown-linux-gnu.tar.gz",
2102
- "macos": "nu-0.108.0-x86_64-apple-darwin.tar.gz",
2645
+ "linux": "nu-{version}-x86_64-unknown-linux-gnu.tar.gz",
2646
+ "macos": "nu-{version}-x86_64-apple-darwin.tar.gz",
2103
2647
  "windows": "nu-{version}-x86_64-pc-windows-msvc.zip"
2104
2648
  },
2105
2649
  "arm64": {
@@ -2115,14 +2659,14 @@
2115
2659
  "doc": "🦊 WebDriver for Firefox.",
2116
2660
  "fileNamePattern": {
2117
2661
  "amd64": {
2118
- "linux": null,
2119
- "macos": null,
2120
- "windows": null
2662
+ "linux": "geckodriver-v{version}-linux64.tar.gz",
2663
+ "macos": "geckodriver-v{version}-macos.tar.gz",
2664
+ "windows": "geckodriver-v{version}-win64.zip"
2121
2665
  },
2122
2666
  "arm64": {
2123
- "linux": null,
2124
- "macos": null,
2125
- "windows": null
2667
+ "linux": "geckodriver-v{version}-linux-aarch64.tar.gz",
2668
+ "macos": "geckodriver-v{version}-macos-aarch64.tar.gz",
2669
+ "windows": "geckodriver-v{version}-win-aarch64.zip"
2126
2670
  }
2127
2671
  }
2128
2672
  },
@@ -2133,12 +2677,12 @@
2133
2677
  "fileNamePattern": {
2134
2678
  "amd64": {
2135
2679
  "linux": "ngrok.sh",
2136
- "windows": "winget install ngrok -s msstore",
2680
+ "windows": "winget install ngrok --source winget --scope user --accept-package-agreements --accept-source-agreements",
2137
2681
  "macos": "brew install ngrok"
2138
2682
  },
2139
2683
  "arm64": {
2140
2684
  "linux": "ngrok.sh",
2141
- "windows": "winget install ngrok -s msstore",
2685
+ "windows": "winget install ngrok --source winget --scope user --accept-package-agreements --accept-source-agreements",
2142
2686
  "macos": "brew install ngrok"
2143
2687
  }
2144
2688
  }
@@ -2179,19 +2723,53 @@
2179
2723
  }
2180
2724
  },
2181
2725
  {
2182
- "appName": "qwen-code",
2726
+ "appName": "mods",
2727
+ "repoURL": "https://github.com/charmbracelet/mods/",
2728
+ "doc": "🤖 AI for the command line, built for pipelines",
2729
+ "fileNamePattern": {
2730
+ "amd64": {
2731
+ "linux": "mods_{version}_Linux_x86_64.tar.gz",
2732
+ "macos": "mods_{version}_Darwin_x86_64.tar.gz",
2733
+ "windows": "mods_{version}_Windows_x86_64.zip"
2734
+ },
2735
+ "arm64": {
2736
+ "linux": "mods_{version}_Linux_arm64.tar.gz",
2737
+ "macos": "mods_{version}_Darwin_arm64.tar.gz",
2738
+ "windows": "mods_{version}_Windows_arm64.zip"
2739
+ }
2740
+ }
2741
+ },
2742
+ {
2743
+ "appName": "aichat",
2744
+ "repoURL": "https://github.com/sigoden/aichat",
2745
+ "doc": "Terminal-based CLI agents and tools for productivity and coding.",
2746
+ "fileNamePattern": {
2747
+ "amd64": {
2748
+ "linux": "aichat-{version}-x86_64-unknown-linux-musl.tar.gz",
2749
+ "macos": "aichat-{version}-x86_64-apple-darwin.tar.gz",
2750
+ "windows": "aichat-{version}-x86_64-pc-windows-msvc.zip"
2751
+ },
2752
+ "arm64": {
2753
+ "linux": "aichat-{version}-aarch64-unknown-linux-musl.tar.gz",
2754
+ "macos": "aichat-{version}-aarch64-apple-darwin.tar.gz",
2755
+ "windows": "aichat-{version}-aarch64-pc-windows-msvc.zip"
2756
+ }
2757
+ }
2758
+ },
2759
+ {
2760
+ "appName": "qwen-code",
2183
2761
  "repoURL": "CMD",
2184
2762
  "doc": "Terminal-based CLI agents and tools for productivity and coding.",
2185
2763
  "fileNamePattern": {
2186
2764
  "amd64": {
2187
- "linux": "npm install -g @qwen-code/qwen-code@latest",
2188
- "windows": "npm install -g @qwen-code/qwen-code@latest",
2189
- "macos": "npm install -g @qwen-code/qwen-code@latest"
2765
+ "linux": "bun install -g @qwen-code/qwen-code@latest",
2766
+ "windows": "bun install -g @qwen-code/qwen-code@latest",
2767
+ "macos": "bun install -g @qwen-code/qwen-code@latest"
2190
2768
  },
2191
2769
  "arm64": {
2192
- "linux": "npm install -g @qwen-code/qwen-code@latest",
2193
- "windows": "npm install -g @qwen-code/qwen-code@latest",
2194
- "macos": "npm install -g @qwen-code/qwen-code@latest"
2770
+ "linux": "bun install -g @qwen-code/qwen-code@latest",
2771
+ "windows": "bun install -g @qwen-code/qwen-code@latest",
2772
+ "macos": "bun install -g @qwen-code/qwen-code@latest"
2195
2773
  }
2196
2774
  }
2197
2775
  },
@@ -2201,14 +2779,14 @@
2201
2779
  "doc": "Cline agent extension in the terminal",
2202
2780
  "fileNamePattern": {
2203
2781
  "amd64": {
2204
- "linux": "npm install -g cline",
2205
- "windows": "npm install -g cline",
2206
- "macos": "npm install -g cline"
2782
+ "linux": "bun install -g cline",
2783
+ "windows": "bun install -g cline",
2784
+ "macos": "bun install -g cline"
2207
2785
  },
2208
2786
  "arm64": {
2209
- "linux": "npm install -g cline",
2210
- "windows": "npm install -g cline",
2211
- "macos": "npm install -g cline"
2787
+ "linux": "bun install -g cline",
2788
+ "windows": "bun install -g cline",
2789
+ "macos": "bun install -g cline"
2212
2790
  }
2213
2791
  }
2214
2792
  },
@@ -2218,14 +2796,14 @@
2218
2796
  "doc": "Kilocode agent extension in the terminal",
2219
2797
  "fileNamePattern": {
2220
2798
  "amd64": {
2221
- "linux": "npm install -g @kilocode/cli",
2222
- "windows": "npm install -g @kilocode/cli",
2223
- "macos": "npm install -g @kilocode/cli"
2799
+ "linux": "bun install -g @kilocode/cli",
2800
+ "windows": "bun install -g @kilocode/cli",
2801
+ "macos": "bun install -g @kilocode/cli"
2224
2802
  },
2225
2803
  "arm64": {
2226
- "linux": "npm install -g @kilocode/cli",
2227
- "windows": "npm install -g @kilocode/cli",
2228
- "macos": "npm install -g @kilocode/cli"
2804
+ "linux": "bun install -g @kilocode/cli",
2805
+ "windows": "bun install -g @kilocode/cli",
2806
+ "macos": "bun install -g @kilocode/cli"
2229
2807
  }
2230
2808
  }
2231
2809
  },
@@ -2235,14 +2813,14 @@
2235
2813
  "doc": "Terminal-based CLI agents and tools for productivity and coding.",
2236
2814
  "fileNamePattern": {
2237
2815
  "amd64": {
2238
- "linux": "npm install -g @github/copilot",
2239
- "windows": "npm install -g @github/copilot",
2240
- "macos": "npm install -g @github/copilot"
2816
+ "linux": "bun install -g @github/copilot",
2817
+ "windows": "bun install -g @github/copilot",
2818
+ "macos": "bun install -g @github/copilot"
2241
2819
  },
2242
2820
  "arm64": {
2243
- "linux": "npm install -g @github/copilot",
2244
- "windows": "npm install -g @github/copilot",
2245
- "macos": "npm install -g @github/copilot"
2821
+ "linux": "bun install -g @github/copilot",
2822
+ "windows": "bun install -g @github/copilot",
2823
+ "macos": "bun install -g @github/copilot"
2246
2824
  }
2247
2825
  }
2248
2826
  },
@@ -2252,14 +2830,14 @@
2252
2830
  "doc": "Terminal-based CLI agents and tools for productivity and coding.",
2253
2831
  "fileNamePattern": {
2254
2832
  "amd64": {
2255
- "linux": "npm install -g @google/gemini-cli",
2256
- "windows": "npm install -g @google/gemini-cli",
2257
- "macos": "npm install -g @google/gemini-cli"
2833
+ "linux": "bun install -g @google/gemini-cli",
2834
+ "windows": "bun install -g @google/gemini-cli",
2835
+ "macos": "bun install -g @google/gemini-cli"
2258
2836
  },
2259
2837
  "arm64": {
2260
- "linux": "npm install -g @google/gemini-cli",
2261
- "windows": "npm install -g @google/gemini-cli",
2262
- "macos": "npm install -g @google/gemini-cli"
2838
+ "linux": "bun install -g @google/gemini-cli",
2839
+ "windows": "bun install -g @google/gemini-cli",
2840
+ "macos": "bun install -g @google/gemini-cli"
2263
2841
  }
2264
2842
  }
2265
2843
  },
@@ -2269,14 +2847,14 @@
2269
2847
  "doc": "Terminal-based CLI agents and tools for productivity and coding.",
2270
2848
  "fileNamePattern": {
2271
2849
  "amd64": {
2272
- "linux": "npm install -g @charmland/crush",
2273
- "windows": "npm install -g @charmland/crush",
2274
- "macos": "npm install -g @charmland/crush"
2850
+ "linux": "bun install -g @charmland/crush",
2851
+ "windows": "bun install -g @charmland/crush",
2852
+ "macos": "bun install -g @charmland/crush"
2275
2853
  },
2276
2854
  "arm64": {
2277
- "linux": "npm install -g @charmland/crush",
2278
- "windows": "npm install -g @charmland/crush",
2279
- "macos": "npm install -g @charmland/crush"
2855
+ "linux": "bun install -g @charmland/crush",
2856
+ "windows": "bun install -g @charmland/crush",
2857
+ "macos": "bun install -g @charmland/crush"
2280
2858
  }
2281
2859
  }
2282
2860
  },
@@ -2286,14 +2864,31 @@
2286
2864
  "doc": "Terminal-based CLI agents and tools for productivity and coding.",
2287
2865
  "fileNamePattern": {
2288
2866
  "amd64": {
2289
- "linux": "npm install -g opencode-ai@latest",
2290
- "windows": "npm install -g opencode-ai@latest",
2291
- "macos": "npm install -g opencode-ai@latest"
2867
+ "linux": "bun install -g opencode-ai@latest",
2868
+ "windows": "bun install -g opencode-ai@latest",
2869
+ "macos": "bun install -g opencode-ai@latest"
2292
2870
  },
2293
2871
  "arm64": {
2294
- "linux": "npm install -g opencode-ai@latest",
2295
- "windows": "npm install -g opencode-ai@latest",
2296
- "macos": "npm install -g opencode-ai@latest"
2872
+ "linux": "bun install -g opencode-ai@latest",
2873
+ "windows": "bun install -g opencode-ai@latest",
2874
+ "macos": "bun install -g opencode-ai@latest"
2875
+ }
2876
+ }
2877
+ },
2878
+ {
2879
+ "appName": "codex",
2880
+ "repoURL": "CMD",
2881
+ "doc": "Terminal-based CLI agents from openai designed specifically for openai models.",
2882
+ "fileNamePattern": {
2883
+ "amd64": {
2884
+ "linux": "bun install -g @openai/codex",
2885
+ "windows": "bun install -g @openai/codex",
2886
+ "macos": "bun install -g @openai/codex"
2887
+ },
2888
+ "arm64": {
2889
+ "linux": "bun install -g @openai/codex",
2890
+ "windows": "bun install -g @openai/codex",
2891
+ "macos": "bun install -g @openai/codex"
2297
2892
  }
2298
2893
  }
2299
2894
  },
@@ -2303,31 +2898,48 @@
2303
2898
  "doc": "Terminal-based CLI agents and tools for productivity and coding.",
2304
2899
  "fileNamePattern": {
2305
2900
  "amd64": {
2306
- "linux": "npm install -g @augmentcode/auggie",
2307
- "windows": "npm install -g @augmentcode/auggie",
2308
- "macos": "npm install -g @augmentcode/auggie"
2901
+ "linux": "bun install -g @augmentcode/auggie",
2902
+ "windows": "bun install -g @augmentcode/auggie",
2903
+ "macos": "bun install -g @augmentcode/auggie"
2309
2904
  },
2310
2905
  "arm64": {
2311
- "linux": "npm install -g @augmentcode/auggie",
2312
- "windows": "npm install -g @augmentcode/auggie",
2313
- "macos": "npm install -g @augmentcode/auggie"
2906
+ "linux": "bun install -g @augmentcode/auggie",
2907
+ "windows": "bun install -g @augmentcode/auggie",
2908
+ "macos": "bun install -g @augmentcode/auggie"
2314
2909
  }
2315
2910
  }
2316
2911
  },
2317
2912
  {
2318
- "appName": "warp",
2913
+ "appName": "warp-terminal",
2319
2914
  "repoURL": "CMD",
2320
2915
  "doc": "Modern terminal with AI-powered features",
2916
+ "fileNamePattern": {
2917
+ "amd64": {
2918
+ "linux": "https://app.warp.dev/get_warp?package=deb",
2919
+ "windows": "winget install Warp.Warp --source winget --scope user --accept-package-agreements --accept-source-agreements",
2920
+ "macos": "brew install --cask warp"
2921
+ },
2922
+ "arm64": {
2923
+ "linux": "https://app.warp.dev/get_warp?package=deb_arm64",
2924
+ "windows": "winget install Warp.Warp --source winget --scope user --accept-package-agreements --accept-source-agreements",
2925
+ "macos": "brew install --cask warp"
2926
+ }
2927
+ }
2928
+ },
2929
+ {
2930
+ "appName": "warp-terminal-cli",
2931
+ "repoURL": "CMD",
2932
+ "doc": "Modern terminal cli with AI-powered features",
2321
2933
  "fileNamePattern": {
2322
2934
  "amd64": {
2323
2935
  "linux": "https://app.warp.dev/download/cli?os=linux&package=deb&arch=x86_64",
2324
2936
  "windows": null,
2325
- "macos": null
2937
+ "macos": " brew tap warpdotdev/warp; brew update; brew install --cask warp-cli"
2326
2938
  },
2327
2939
  "arm64": {
2328
2940
  "linux": "https://app.warp.dev/download/cli?os=linux&package=deb&arch=aarch64",
2329
2941
  "windows": null,
2330
- "macos": null
2942
+ "macos": " brew tap warpdotdev/warp; brew update; brew install --cask warp-cli"
2331
2943
  }
2332
2944
  }
2333
2945
  },
@@ -2400,7 +3012,7 @@
2400
3012
  }
2401
3013
  },
2402
3014
  {
2403
- "appName": "Brave",
3015
+ "appName": "brave",
2404
3016
  "repoURL": "CMD",
2405
3017
  "doc": "Privacy-focused web browser with built-in ad blocking",
2406
3018
  "fileNamePattern": {
@@ -2468,7 +3080,7 @@
2468
3080
  }
2469
3081
  },
2470
3082
  {
2471
- "appName": "Gorilla",
3083
+ "appName": "gorilla",
2472
3084
  "repoURL": "https://github.com/ShishirPatil/gorilla",
2473
3085
  "doc": "natural language to API",
2474
3086
  "fileNamePattern": {
@@ -2519,7 +3131,7 @@
2519
3131
  }
2520
3132
  },
2521
3133
  {
2522
- "appName": "Redis",
3134
+ "appName": "redis",
2523
3135
  "repoURL": "CMD",
2524
3136
  "doc": "submillisecond fast key-value db",
2525
3137
  "fileNamePattern": {
@@ -2536,7 +3148,7 @@
2536
3148
  }
2537
3149
  },
2538
3150
  {
2539
- "appName": "Wezterm",
3151
+ "appName": "wezterm",
2540
3152
  "repoURL": "CMD",
2541
3153
  "doc": "Modern, GPU-accelerated terminal emulator",
2542
3154
  "fileNamePattern": {
@@ -2586,6 +3198,23 @@
2586
3198
  }
2587
3199
  }
2588
3200
  },
3201
+ {
3202
+ "appName": "nano",
3203
+ "repoURL": "CMD",
3204
+ "doc": "a simple terminal text editor",
3205
+ "fileNamePattern": {
3206
+ "amd64": {
3207
+ "linux": null,
3208
+ "windows": "winget install --no-upgrade --name \"GNU Nano\" --Id \"GNU.Nano\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3209
+ "macos": null
3210
+ },
3211
+ "arm64": {
3212
+ "linux": null,
3213
+ "windows": "winget install --no-upgrade --name \"GNU Nano\" --Id \"GNU.Nano\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3214
+ "macos": null
3215
+ }
3216
+ }
3217
+ },
2589
3218
  {
2590
3219
  "appName": "hx",
2591
3220
  "repoURL": "CMD",
@@ -2602,6 +3231,567 @@
2602
3231
  "macos": "hx.py"
2603
3232
  }
2604
3233
  }
3234
+ },
3235
+ {
3236
+ "appName": "file",
3237
+ "repoURL": "CMD",
3238
+ "doc": "🔍 File type identification utility",
3239
+ "fileNamePattern": {
3240
+ "amd64": {
3241
+ "linux": null,
3242
+ "windows": "winget install --no-upgrade --name \"File\" --Id \"GnuWin32.File\" --source winget --accept-package-agreements --accept-source-agreements",
3243
+ "macos": null
3244
+ },
3245
+ "arm64": {
3246
+ "linux": null,
3247
+ "windows": "winget install --no-upgrade --name \"File\" --Id \"GnuWin32.File\" --source winget --accept-package-agreements --accept-source-agreements",
3248
+ "macos": null
3249
+ }
3250
+ }
3251
+ },
3252
+ {
3253
+ "appName": "oh-my-posh",
3254
+ "repoURL": "CMD",
3255
+ "doc": "✨ Prompt theme engine for any shell",
3256
+ "fileNamePattern": {
3257
+ "amd64": {
3258
+ "linux": null,
3259
+ "windows": "winget install --no-upgrade --name \"Oh My Posh\" --Id \"JanDeDobbeleer.OhMyPosh\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3260
+ "macos": null
3261
+ },
3262
+ "arm64": {
3263
+ "linux": null,
3264
+ "windows": "winget install --no-upgrade --name \"Oh My Posh\" --Id \"JanDeDobbeleer.OhMyPosh\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3265
+ "macos": null
3266
+ }
3267
+ }
3268
+ },
3269
+ {
3270
+ "appName": "vsredistrib",
3271
+ "repoURL": "CMD",
3272
+ "doc": "📦 Microsoft Visual C++ Redistributable",
3273
+ "fileNamePattern": {
3274
+ "amd64": {
3275
+ "linux": null,
3276
+ "windows": "winget install --no-upgrade --name \"VSRedistrib\" --Id \"Microsoft.VC++2015-2022Redist-x64\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3277
+ "macos": null
3278
+ },
3279
+ "arm64": {
3280
+ "linux": null,
3281
+ "windows": "winget install --no-upgrade --name \"VSRedistrib\" --Id \"Microsoft.VC++2015-2022Redist-x64\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3282
+ "macos": null
3283
+ }
3284
+ }
3285
+ },
3286
+ {
3287
+ "appName": "vsbuildtools",
3288
+ "repoURL": "CMD",
3289
+ "doc": "🔨 Visual Studio Build Tools",
3290
+ "fileNamePattern": {
3291
+ "amd64": {
3292
+ "linux": null,
3293
+ "windows": "winget install --no-upgrade --name \"VSBuildTools\" --Id \"Microsoft.VisualStudio.2022.BuildTools\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3294
+ "macos": null
3295
+ },
3296
+ "arm64": {
3297
+ "linux": null,
3298
+ "windows": "winget install --no-upgrade --name \"VSBuildTools\" --Id \"Microsoft.VisualStudio.2022.BuildTools\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3299
+ "macos": null
3300
+ }
3301
+ }
3302
+ },
3303
+ {
3304
+ "appName": "codeblocks",
3305
+ "repoURL": "CMD",
3306
+ "doc": "💻 IDE for C/C++",
3307
+ "fileNamePattern": {
3308
+ "amd64": {
3309
+ "linux": null,
3310
+ "windows": "winget install --no-upgrade --name \"Codeblocks\" --Id \"Codeblocks.Codeblocks\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3311
+ "macos": null
3312
+ },
3313
+ "arm64": {
3314
+ "linux": null,
3315
+ "windows": "winget install --no-upgrade --name \"Codeblocks\" --Id \"Codeblocks.Codeblocks\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3316
+ "macos": null
3317
+ }
3318
+ }
3319
+ },
3320
+ {
3321
+ "appName": "make",
3322
+ "repoURL": "CMD",
3323
+ "doc": "🔧 GNU Make utility for building projects",
3324
+ "fileNamePattern": {
3325
+ "amd64": {
3326
+ "linux": null,
3327
+ "windows": "winget install --no-upgrade --name \"GnuWin32: Make\" --Id \"GnuWin32.Make\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3328
+ "macos": null
3329
+ },
3330
+ "arm64": {
3331
+ "linux": null,
3332
+ "windows": "winget install --no-upgrade --name \"GnuWin32: Make\" --Id \"GnuWin32.Make\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3333
+ "macos": null
3334
+ }
3335
+ }
3336
+ },
3337
+ {
3338
+ "appName": "gnupg",
3339
+ "repoURL": "CMD",
3340
+ "doc": "🔐 GNU Privacy Guard encryption tool",
3341
+ "fileNamePattern": {
3342
+ "amd64": {
3343
+ "linux": null,
3344
+ "windows": "winget install --no-upgrade --name \"GnuPG\" --Id \"GnuPG.GnuPG\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3345
+ "macos": null
3346
+ },
3347
+ "arm64": {
3348
+ "linux": null,
3349
+ "windows": "winget install --no-upgrade --name \"GnuPG\" --Id \"GnuPG.GnuPG\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3350
+ "macos": null
3351
+ }
3352
+ }
3353
+ },
3354
+ {
3355
+ "appName": "graphviz",
3356
+ "repoURL": "CMD",
3357
+ "doc": "📊 Graph visualization software",
3358
+ "fileNamePattern": {
3359
+ "amd64": {
3360
+ "linux": "sudo nala install graphviz -y",
3361
+ "windows": "winget install --no-upgrade --name \"graphviz\" --Id \"Graphviz.Graphviz\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3362
+ "macos": "brew install graphviz"
3363
+ },
3364
+ "arm64": {
3365
+ "linux": "sudo nala install graphviz -y",
3366
+ "windows": "winget install --no-upgrade --name \"graphviz\" --Id \"Graphviz.Graphviz\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3367
+ "macos": "brew install graphviz"
3368
+ }
3369
+ }
3370
+ },
3371
+ {
3372
+ "appName": "winfsp",
3373
+ "repoURL": "CMD",
3374
+ "doc": "💾 Windows File System Proxy",
3375
+ "fileNamePattern": {
3376
+ "amd64": {
3377
+ "linux": null,
3378
+ "windows": "winget install --no-upgrade --name \"WinFsp\" --Id \"WinFsp.WinFsp\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3379
+ "macos": null
3380
+ },
3381
+ "arm64": {
3382
+ "linux": null,
3383
+ "windows": "winget install --no-upgrade --name \"WinFsp\" --Id \"WinFsp.WinFsp\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3384
+ "macos": null
3385
+ }
3386
+ }
3387
+ },
3388
+ {
3389
+ "appName": "sshfs",
3390
+ "repoURL": "CMD",
3391
+ "doc": "🌐 Mount remote filesystems over SSH",
3392
+ "fileNamePattern": {
3393
+ "amd64": {
3394
+ "linux": "sudo nala install sshfs",
3395
+ "windows": "winget install --no-upgrade --name \"SSHFS-win\" --Id \"SSHFS-Win.SSHFS-Win\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3396
+ "macos": "brew install sshfs"
3397
+ },
3398
+ "arm64": {
3399
+ "linux": "sudo nala install sshfs",
3400
+ "windows": "winget install --no-upgrade --name \"SSHFS-win\" --Id \"SSHFS-Win.SSHFS-Win\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3401
+ "macos": "brew install sshfs"
3402
+ }
3403
+ }
3404
+ },
3405
+ {
3406
+ "appName": "xming",
3407
+ "repoURL": "CMD",
3408
+ "doc": "🖥️ X11 server for Windows",
3409
+ "fileNamePattern": {
3410
+ "amd64": {
3411
+ "linux": null,
3412
+ "windows": "winget install --no-upgrade --name \"xming\" --Id \"xming.xming\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3413
+ "macos": null
3414
+ },
3415
+ "arm64": {
3416
+ "linux": null,
3417
+ "windows": "winget install --no-upgrade --name \"xming\" --Id \"xming.xming\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3418
+ "macos": null
3419
+ }
3420
+ }
3421
+ },
3422
+ {
3423
+ "appName": "nodejs",
3424
+ "repoURL": "CMD",
3425
+ "doc": "🟢 JavaScript runtime environment",
3426
+ "fileNamePattern": {
3427
+ "amd64": {
3428
+ "linux": null,
3429
+ "windows": "winget install --no-upgrade --name \"Node.js\" --Id \"OpenJS.NodeJS\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3430
+ "macos": null
3431
+ },
3432
+ "arm64": {
3433
+ "linux": null,
3434
+ "windows": "winget install --no-upgrade --name \"Node.js\" --Id \"OpenJS.NodeJS\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3435
+ "macos": null
3436
+ }
3437
+ }
3438
+ },
3439
+ {
3440
+ "appName": "rustup",
3441
+ "repoURL": "CMD",
3442
+ "doc": "🦀 Rust toolchain installer",
3443
+ "fileNamePattern": {
3444
+ "amd64": {
3445
+ "linux": null,
3446
+ "windows": "winget install --no-upgrade --name \"Rustup\" --Id \"Rustlang.Rustup\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3447
+ "macos": null
3448
+ },
3449
+ "arm64": {
3450
+ "linux": null,
3451
+ "windows": "winget install --no-upgrade --name \"Rustup\" --Id \"Rustlang.Rustup\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3452
+ "macos": null
3453
+ }
3454
+ }
3455
+ },
3456
+ {
3457
+ "appName": "mouse-without-borders",
3458
+ "repoURL": "CMD",
3459
+ "doc": "🖱️ Control multiple computers with one mouse",
3460
+ "fileNamePattern": {
3461
+ "amd64": {
3462
+ "linux": null,
3463
+ "windows": "winget install --no-upgrade --name \"Microsoft Garage Mouse without Borders\" --Id \"Microsoft.MouseWithoutBorders\" --source winget --accept-package-agreements --accept-source-agreements",
3464
+ "macos": null
3465
+ },
3466
+ "arm64": {
3467
+ "linux": null,
3468
+ "windows": "winget install --no-upgrade --name \"Microsoft Garage Mouse without Borders\" --Id \"Microsoft.MouseWithoutBorders\" --source winget --accept-package-agreements --accept-source-agreements",
3469
+ "macos": null
3470
+ }
3471
+ }
3472
+ },
3473
+ {
3474
+ "appName": "chrome",
3475
+ "repoURL": "CMD",
3476
+ "doc": "🌐 Google Chrome web browser",
3477
+ "fileNamePattern": {
3478
+ "amd64": {
3479
+ "linux": null,
3480
+ "windows": "winget install --no-upgrade --name \"Google Chrome\" --Id \"Google.Chrome\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3481
+ "macos": null
3482
+ },
3483
+ "arm64": {
3484
+ "linux": null,
3485
+ "windows": "winget install --no-upgrade --name \"Google Chrome\" --Id \"Google.Chrome\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3486
+ "macos": null
3487
+ }
3488
+ }
3489
+ },
3490
+ {
3491
+ "appName": "chrome-remote-desktop",
3492
+ "repoURL": "CMD",
3493
+ "doc": "🖥️ Chrome Remote Desktop Host",
3494
+ "fileNamePattern": {
3495
+ "amd64": {
3496
+ "linux": null,
3497
+ "windows": "winget install --no-upgrade --name \"Chrome Remote Desktop Host\" --Id \"Google.ChromeRemoteDesktop\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3498
+ "macos": null
3499
+ },
3500
+ "arm64": {
3501
+ "linux": null,
3502
+ "windows": "winget install --no-upgrade --name \"Chrome Remote Desktop Host\" --Id \"Google.ChromeRemoteDesktop\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3503
+ "macos": null
3504
+ }
3505
+ }
3506
+ },
3507
+ {
3508
+ "appName": "zoom",
3509
+ "repoURL": "CMD",
3510
+ "doc": "📹 Video conferencing software",
3511
+ "fileNamePattern": {
3512
+ "amd64": {
3513
+ "linux": null,
3514
+ "windows": "winget install --no-upgrade --name \"Zoom\" --Id \"Zoom.Zoom\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3515
+ "macos": null
3516
+ },
3517
+ "arm64": {
3518
+ "linux": null,
3519
+ "windows": "winget install --no-upgrade --name \"Zoom\" --Id \"Zoom.Zoom\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3520
+ "macos": null
3521
+ }
3522
+ }
3523
+ },
3524
+ {
3525
+ "appName": "7zip",
3526
+ "repoURL": "CMD",
3527
+ "doc": "📦 File archiver with high compression ratio",
3528
+ "fileNamePattern": {
3529
+ "amd64": {
3530
+ "linux": null,
3531
+ "windows": "winget install --no-upgrade --name \"7-zip\" --Id \"7zip.7zip\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3532
+ "macos": null
3533
+ },
3534
+ "arm64": {
3535
+ "linux": null,
3536
+ "windows": "winget install --no-upgrade --name \"7-zip\" --Id \"7zip.7zip\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3537
+ "macos": null
3538
+ }
3539
+ }
3540
+ },
3541
+ {
3542
+ "appName": "firefox",
3543
+ "repoURL": "CMD",
3544
+ "doc": "🦊 Mozilla Firefox web browser",
3545
+ "fileNamePattern": {
3546
+ "amd64": {
3547
+ "linux": null,
3548
+ "windows": "winget install --no-upgrade --name \"Mozilla Firefox\" --Id \"Mozilla.Firefox\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3549
+ "macos": null
3550
+ },
3551
+ "arm64": {
3552
+ "linux": null,
3553
+ "windows": "winget install --no-upgrade --name \"Mozilla Firefox\" --Id \"Mozilla.Firefox\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3554
+ "macos": null
3555
+ }
3556
+ }
3557
+ },
3558
+ {
3559
+ "appName": "thunderbird",
3560
+ "repoURL": "CMD",
3561
+ "doc": "📧 Mozilla Thunderbird email client",
3562
+ "fileNamePattern": {
3563
+ "amd64": {
3564
+ "linux": null,
3565
+ "windows": "winget install --no-upgrade --name \"Mozilla Thunderbird (en-US)\" --Id \"Mozilla.Thunderbird\" --source winget --accept-package-agreements --accept-source-agreements",
3566
+ "macos": null
3567
+ },
3568
+ "arm64": {
3569
+ "linux": null,
3570
+ "windows": "winget install --no-upgrade --name \"Mozilla Thunderbird (en-US)\" --Id \"Mozilla.Thunderbird\" --source winget --accept-package-agreements --accept-source-agreements",
3571
+ "macos": null
3572
+ }
3573
+ }
3574
+ },
3575
+ {
3576
+ "appName": "streamlabs-obs",
3577
+ "repoURL": "CMD",
3578
+ "doc": "🎥 Streamlabs OBS streaming software",
3579
+ "fileNamePattern": {
3580
+ "amd64": {
3581
+ "linux": null,
3582
+ "windows": "winget install --no-upgrade --name \"StreamlabsOBS\" --Id \"Streamlabs.StreamlabsOBS\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3583
+ "macos": null
3584
+ },
3585
+ "arm64": {
3586
+ "linux": null,
3587
+ "windows": "winget install --no-upgrade --name \"StreamlabsOBS\" --Id \"Streamlabs.StreamlabsOBS\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3588
+ "macos": null
3589
+ }
3590
+ }
3591
+ },
3592
+ {
3593
+ "appName": "obs-studio",
3594
+ "repoURL": "CMD",
3595
+ "doc": "🎬 OBS Studio streaming and recording software",
3596
+ "fileNamePattern": {
3597
+ "amd64": {
3598
+ "linux": null,
3599
+ "windows": "winget install --no-upgrade --name \"OBSStudio\" --Id \"OBSProject.OBSStudio\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3600
+ "macos": null
3601
+ },
3602
+ "arm64": {
3603
+ "linux": null,
3604
+ "windows": "winget install --no-upgrade --name \"OBSStudio\" --Id \"OBSProject.OBSStudio\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3605
+ "macos": null
3606
+ }
3607
+ }
3608
+ },
3609
+ {
3610
+ "appName": "miktex",
3611
+ "repoURL": "CMD",
3612
+ "doc": "📝 LaTeX distribution for Windows",
3613
+ "fileNamePattern": {
3614
+ "amd64": {
3615
+ "linux": null,
3616
+ "windows": "winget install --no-upgrade --name \"MiKTeX\" --Id \"MiKTeX.MiKTeX\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3617
+ "macos": null
3618
+ },
3619
+ "arm64": {
3620
+ "linux": null,
3621
+ "windows": "winget install --no-upgrade --name \"MiKTeX\" --Id \"MiKTeX.MiKTeX\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3622
+ "macos": null
3623
+ }
3624
+ }
3625
+ },
3626
+ {
3627
+ "appName": "texmaker",
3628
+ "repoURL": "CMD",
3629
+ "doc": "📄 LaTeX editor",
3630
+ "fileNamePattern": {
3631
+ "amd64": {
3632
+ "linux": null,
3633
+ "windows": "winget install --no-upgrade --name \"TexMaker\" --Id \"Texmaker.Texmaker\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3634
+ "macos": null
3635
+ },
3636
+ "arm64": {
3637
+ "linux": null,
3638
+ "windows": "winget install --no-upgrade --name \"TexMaker\" --Id \"Texmaker.Texmaker\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3639
+ "macos": null
3640
+ }
3641
+ }
3642
+ },
3643
+ {
3644
+ "appName": "lapce",
3645
+ "repoURL": "CMD",
3646
+ "doc": "⚡ Lightning-fast code editor written in Rust",
3647
+ "fileNamePattern": {
3648
+ "amd64": {
3649
+ "linux": null,
3650
+ "windows": "winget install --no-upgrade --name \"Lapce\" --Id \"Lapce.Lapce\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3651
+ "macos": null
3652
+ },
3653
+ "arm64": {
3654
+ "linux": null,
3655
+ "windows": "winget install --no-upgrade --name \"Lapce\" --Id \"Lapce.Lapce\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3656
+ "macos": null
3657
+ }
3658
+ }
3659
+ },
3660
+ {
3661
+ "appName": "tesseract",
3662
+ "repoURL": "CMD",
3663
+ "doc": "🔤 OCR engine for text recognition",
3664
+ "fileNamePattern": {
3665
+ "amd64": {
3666
+ "linux": null,
3667
+ "windows": "winget install --no-upgrade --name \"TesseractOCR\" --Id \"UB-Mannheim.TesseractOCR\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3668
+ "macos": null
3669
+ },
3670
+ "arm64": {
3671
+ "linux": null,
3672
+ "windows": "winget install --no-upgrade --name \"TesseractOCR\" --Id \"UB-Mannheim.TesseractOCR\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3673
+ "macos": null
3674
+ }
3675
+ }
3676
+ },
3677
+ {
3678
+ "appName": "perl",
3679
+ "repoURL": "CMD",
3680
+ "doc": "🍓 Strawberry Perl programming language",
3681
+ "fileNamePattern": {
3682
+ "amd64": {
3683
+ "linux": null,
3684
+ "windows": "winget install --no-upgrade --name \"perl\" --Id \"StrawberryPerl.StrawberryPerl\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3685
+ "macos": null
3686
+ },
3687
+ "arm64": {
3688
+ "linux": null,
3689
+ "windows": "winget install --no-upgrade --name \"perl\" --Id \"StrawberryPerl.StrawberryPerl\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3690
+ "macos": null
3691
+ }
3692
+ }
3693
+ },
3694
+ {
3695
+ "appName": "db-browser-sqlite",
3696
+ "repoURL": "CMD",
3697
+ "doc": "🗄️ DB Browser for SQLite database tool",
3698
+ "fileNamePattern": {
3699
+ "amd64": {
3700
+ "linux": null,
3701
+ "windows": "winget install --no-upgrade --name \"DB Browser for SQLite\" --Id \"DBBrowserForSQLite.DBBrowserForSQLite\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3702
+ "macos": null
3703
+ },
3704
+ "arm64": {
3705
+ "linux": null,
3706
+ "windows": "winget install --no-upgrade --name \"DB Browser for SQLite\" --Id \"DBBrowserForSQLite.DBBrowserForSQLite\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3707
+ "macos": null
3708
+ }
3709
+ }
3710
+ },
3711
+ {
3712
+ "appName": "ssms",
3713
+ "repoURL": "CMD",
3714
+ "doc": "🗄️ SQL Server Management Studio",
3715
+ "fileNamePattern": {
3716
+ "amd64": {
3717
+ "linux": null,
3718
+ "windows": "winget install --no-upgrade --name \"sql server management studio\" --Id \"Microsoft.SQLServerManagementStudio\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3719
+ "macos": null
3720
+ },
3721
+ "arm64": {
3722
+ "linux": null,
3723
+ "windows": "winget install --no-upgrade --name \"sql server management studio\" --Id \"Microsoft.SQLServerManagementStudio\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3724
+ "macos": null
3725
+ }
3726
+ }
3727
+ },
3728
+ {
3729
+ "appName": "adobe-reader",
3730
+ "repoURL": "CMD",
3731
+ "doc": "📄 Adobe Acrobat Reader DC",
3732
+ "fileNamePattern": {
3733
+ "amd64": {
3734
+ "linux": null,
3735
+ "windows": "winget install --no-upgrade --name \"Adobe Acrobat Reader DC\" --Id \"Adobe.Acrobat.Reader.64-bit\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3736
+ "macos": null
3737
+ },
3738
+ "arm64": {
3739
+ "linux": null,
3740
+ "windows": "winget install --no-upgrade --name \"Adobe Acrobat Reader DC\" --Id \"Adobe.Acrobat.Reader.64-bit\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3741
+ "macos": null
3742
+ }
3743
+ }
3744
+ },
3745
+ {
3746
+ "appName": "julia",
3747
+ "repoURL": "CMD",
3748
+ "doc": "📊 Julia programming language",
3749
+ "fileNamePattern": {
3750
+ "amd64": {
3751
+ "linux": null,
3752
+ "windows": "winget install --no-upgrade --name \"julia\" --Id \"Julialang.Julia\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3753
+ "macos": null
3754
+ },
3755
+ "arm64": {
3756
+ "linux": null,
3757
+ "windows": "winget install --no-upgrade --name \"julia\" --Id \"Julialang.Julia\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3758
+ "macos": null
3759
+ }
3760
+ }
3761
+ },
3762
+ {
3763
+ "appName": "awscli",
3764
+ "repoURL": "CMD",
3765
+ "doc": "☁️ AWS Command Line Interface",
3766
+ "fileNamePattern": {
3767
+ "amd64": {
3768
+ "linux": null,
3769
+ "windows": "winget install --no-upgrade --name \"AWS Command Line Interface\" --Id \"Amazon.AWSCLI\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3770
+ "macos": null
3771
+ },
3772
+ "arm64": {
3773
+ "linux": null,
3774
+ "windows": "winget install --no-upgrade --name \"AWS Command Line Interface\" --Id \"Amazon.AWSCLI\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3775
+ "macos": null
3776
+ }
3777
+ }
3778
+ },
3779
+ {
3780
+ "appName": "notepadplusplus",
3781
+ "repoURL": "CMD",
3782
+ "doc": "📝 Notepad++ text editor",
3783
+ "fileNamePattern": {
3784
+ "amd64": {
3785
+ "linux": null,
3786
+ "windows": "winget install --no-upgrade --name \"notepad++\" --Id \"Notepad++.Notepad++\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3787
+ "macos": null
3788
+ },
3789
+ "arm64": {
3790
+ "linux": null,
3791
+ "windows": "winget install --no-upgrade --name \"notepad++\" --Id \"Notepad++.Notepad++\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
3792
+ "macos": null
3793
+ }
3794
+ }
2605
3795
  }
2606
3796
  ]
2607
- }
3797
+ }