machineconfig 6.23__py3-none-any.whl → 8.12__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- machineconfig/cluster/remote/cloud_manager.py +1 -1
- machineconfig/cluster/remote/distribute.py +0 -1
- machineconfig/cluster/remote/file_manager.py +0 -2
- machineconfig/cluster/sessions_managers/{utils → helpers}/enhanced_command_runner.py +4 -6
- machineconfig/cluster/sessions_managers/utils/load_balancer.py +1 -1
- machineconfig/cluster/sessions_managers/utils/maker.py +69 -0
- machineconfig/cluster/sessions_managers/wt_local.py +16 -221
- machineconfig/cluster/sessions_managers/wt_local_manager.py +55 -193
- machineconfig/cluster/sessions_managers/wt_remote_manager.py +42 -198
- machineconfig/cluster/sessions_managers/wt_utils/manager_persistence.py +52 -0
- machineconfig/cluster/sessions_managers/wt_utils/monitoring_helpers.py +50 -0
- machineconfig/cluster/sessions_managers/wt_utils/status_reporting.py +76 -0
- machineconfig/cluster/sessions_managers/wt_utils/wt_helpers.py +199 -0
- machineconfig/cluster/sessions_managers/zellij_local.py +3 -3
- machineconfig/cluster/sessions_managers/zellij_local_manager.py +5 -3
- machineconfig/cluster/sessions_managers/zellij_remote.py +2 -2
- machineconfig/cluster/sessions_managers/zellij_remote_manager.py +3 -2
- machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py +2 -2
- machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +3 -7
- machineconfig/cluster/sessions_managers/{helpers → zellij_utils}/zellij_local_helper_with_panes.py +1 -1
- machineconfig/jobs/installer/check_installations.py +0 -1
- machineconfig/jobs/installer/installer_data.json +1408 -201
- machineconfig/jobs/installer/linux_scripts/q.sh +10 -7
- machineconfig/jobs/installer/linux_scripts/redis.sh +1 -0
- machineconfig/jobs/installer/package_groups.py +63 -92
- machineconfig/jobs/installer/powershell_scripts/install_fonts.ps1 +129 -34
- machineconfig/jobs/installer/python_scripts/boxes.py +61 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/brave.py +5 -3
- machineconfig/jobs/installer/python_scripts/cloudflare_warp_cli.py +23 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/code.py +4 -1
- machineconfig/jobs/installer/{custom_dev → python_scripts}/dubdb_adbc.py +1 -1
- machineconfig/jobs/installer/{custom → python_scripts}/hx.py +75 -18
- machineconfig/jobs/installer/{custom_dev → python_scripts}/nerdfont.py +2 -2
- machineconfig/jobs/installer/{custom_dev → python_scripts}/nerfont_windows_helper.py +27 -22
- machineconfig/jobs/installer/python_scripts/sysabc.py +139 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/wezterm.py +2 -19
- machineconfig/jobs/installer/{custom_dev → python_scripts}/winget.py +10 -14
- machineconfig/jobs/installer/python_scripts/yazi.py +121 -0
- machineconfig/{scripts/python/nw → jobs/scripts/bash_scripts}/mount_nfs +0 -1
- machineconfig/jobs/scripts/powershell_scripts/mount_ssh.ps1 +13 -0
- machineconfig/jobs/scripts/powershell_scripts/obs.ps1 +4 -0
- machineconfig/jobs/scripts_dynamic/a.py +25 -0
- machineconfig/logger.py +0 -1
- machineconfig/profile/create_helper.py +56 -18
- machineconfig/profile/create_links.py +2 -1
- machineconfig/profile/create_links_export.py +64 -18
- machineconfig/profile/create_shell_profile.py +90 -132
- machineconfig/profile/mapper.toml +18 -8
- machineconfig/scripts/__init__.py +0 -4
- machineconfig/scripts/linux/wrap_mcfg +46 -0
- machineconfig/scripts/nu/wrap_mcfg.nu +69 -0
- machineconfig/scripts/python/agents.py +82 -60
- machineconfig/scripts/python/ai/initai.py +1 -19
- machineconfig/scripts/python/ai/scripts/command_runner.ps1 +33 -0
- machineconfig/scripts/python/ai/{command_runner → scripts}/command_runner.sh +1 -1
- machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh +1 -1
- machineconfig/scripts/python/ai/solutions/copilot/{chatmodes/Thinking-Beast-Mode.chatmode.md → agents/Thinking-Beast-Mode.agent.md} +0 -1
- machineconfig/scripts/python/ai/solutions/copilot/{chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md → agents/Ultimate-Transparent-Thinking-Beast-Mode.agent.md} +0 -1
- machineconfig/scripts/python/ai/solutions/copilot/{chatmodes/deepResearch.chatmode.md → agents/deepResearch.agent.md} +2 -2
- machineconfig/scripts/python/ai/solutions/copilot/github_copilot.py +5 -5
- machineconfig/scripts/python/ai/solutions/copilot/instructions/python/dev.instructions.md +4 -0
- machineconfig/scripts/python/ai/solutions/copilot/instructions/python/watch_exec.prompt.md +20 -0
- machineconfig/scripts/python/ai/solutions/generic.py +1 -1
- machineconfig/scripts/python/ai/{generate_files.py → utils/generate_files.py} +2 -2
- machineconfig/scripts/python/ai/{vscode_tasks.py → utils/vscode_tasks.py} +7 -2
- machineconfig/scripts/python/cloud.py +14 -9
- machineconfig/scripts/python/croshell.py +135 -117
- machineconfig/scripts/python/devops.py +48 -25
- machineconfig/scripts/python/devops_navigator.py +1 -5
- machineconfig/scripts/python/env_manager/env_manager_tui.py +204 -0
- machineconfig/scripts/python/env_manager/path_manager_tui.py +18 -9
- machineconfig/scripts/python/fire_jobs.py +127 -118
- machineconfig/scripts/python/ftpx.py +44 -17
- machineconfig/scripts/python/helpers/ast_search.py +74 -0
- machineconfig/scripts/python/helpers/qr_code.py +166 -0
- machineconfig/scripts/python/helpers/repo_rag.py +325 -0
- machineconfig/scripts/python/helpers/symantic_search.py +25 -0
- machineconfig/scripts/python/{helpers_fire → helpers_agents}/agentic_frameworks/fire_crush.json +1 -1
- machineconfig/scripts/python/helpers_agents/agentic_frameworks/fire_crush.py +39 -0
- machineconfig/scripts/python/{helpers_fire → helpers_agents}/agentic_frameworks/fire_cursor_agents.py +3 -4
- machineconfig/scripts/python/helpers_agents/agentic_frameworks/fire_gemini.py +55 -0
- machineconfig/scripts/python/helpers_agents/agentic_frameworks/fire_qwen.py +30 -0
- machineconfig/scripts/python/{helpers_fire → helpers_agents}/fire_agents_help_launch.py +37 -15
- machineconfig/scripts/python/helpers_agents/fire_agents_helper_types.py +41 -0
- machineconfig/scripts/python/helpers_agents/privacy/configs/aichat/config.yaml +5 -0
- machineconfig/scripts/python/helpers_agents/privacy/configs/aider/.aider.conf.yml +2 -0
- machineconfig/scripts/python/helpers_agents/privacy/configs/copilot/config.yml +1 -0
- machineconfig/scripts/python/helpers_agents/privacy/configs/crush/crush.json +10 -0
- machineconfig/scripts/python/helpers_agents/privacy/configs/gemini/settings.json +12 -0
- machineconfig/scripts/python/helpers_agents/privacy/privacy.py +109 -0
- machineconfig/scripts/python/helpers_agents/templates/prompt.txt +10 -0
- machineconfig/scripts/python/helpers_agents/templates/template.sh +34 -0
- machineconfig/scripts/python/{cloud_helpers → helpers_cloud}/cloud_copy.py +28 -21
- machineconfig/scripts/python/{cloud_helpers → helpers_cloud}/cloud_mount.py +19 -17
- machineconfig/scripts/python/{cloud_helpers → helpers_cloud}/cloud_sync.py +12 -11
- machineconfig/scripts/python/{cloud_helpers → helpers_cloud}/helpers2.py +1 -1
- machineconfig/scripts/python/helpers_croshell/crosh.py +39 -0
- machineconfig/scripts/python/{croshell_helpers → helpers_croshell}/start_slidev.py +6 -7
- machineconfig/scripts/python/helpers_devops/cli_config.py +105 -0
- machineconfig/scripts/python/helpers_devops/cli_config_dotfile.py +89 -0
- machineconfig/scripts/python/helpers_devops/cli_data.py +25 -0
- machineconfig/scripts/python/helpers_devops/cli_nw.py +221 -0
- machineconfig/scripts/python/{devops_helpers → helpers_devops}/cli_repos.py +60 -36
- machineconfig/scripts/python/helpers_devops/cli_self.py +172 -0
- machineconfig/scripts/python/helpers_devops/cli_share_file.py +137 -0
- machineconfig/scripts/python/helpers_devops/cli_share_server.py +142 -0
- machineconfig/scripts/python/{devops_helpers/cli_terminal.py → helpers_devops/cli_share_terminal.py} +15 -17
- machineconfig/scripts/python/{devops_helpers → helpers_devops}/devops_backup_retrieve.py +7 -10
- machineconfig/scripts/python/{devops_helpers → helpers_devops}/devops_status.py +7 -19
- machineconfig/scripts/python/{devops_helpers → helpers_devops}/devops_update_repos.py +1 -1
- machineconfig/scripts/python/helpers_devops/run_script.py +168 -0
- machineconfig/scripts/python/helpers_devops/themes/choose_starship_theme.bash +3 -0
- machineconfig/scripts/python/{devops_helpers → helpers_devops}/themes/choose_wezterm_theme.py +1 -1
- machineconfig/scripts/python/{helpers_fire/helpers4.py → helpers_fire_command/file_wrangler.py} +57 -20
- machineconfig/scripts/python/helpers_fire_command/fire_jobs_args_helper.py +2 -0
- machineconfig/scripts/python/helpers_fire_command/fire_jobs_route_helper.py +26 -16
- machineconfig/scripts/python/helpers_msearch/__init__.py +5 -0
- machineconfig/scripts/{linux → python/helpers_msearch/scripts_linux}/fzfg +3 -3
- machineconfig/scripts/python/helpers_msearch/scripts_windows/fzfg.ps1 +59 -0
- machineconfig/scripts/python/helpers_navigator/__init__.py +20 -0
- machineconfig/scripts/python/{helper_navigator → helpers_navigator}/command_builder.py +1 -1
- machineconfig/scripts/python/{helper_navigator → helpers_navigator}/command_detail.py +1 -1
- machineconfig/scripts/python/{helper_navigator → helpers_navigator}/command_tree.py +160 -23
- machineconfig/scripts/python/{helper_navigator → helpers_navigator}/main_app.py +5 -5
- machineconfig/scripts/python/helpers_network/address.py +176 -0
- machineconfig/scripts/python/helpers_network/address_switch.py +78 -0
- machineconfig/scripts/python/{nw → helpers_network}/mount_nfs.py +2 -2
- machineconfig/scripts/python/{nw → helpers_network}/mount_ssh.py +1 -1
- machineconfig/scripts/python/{nw/devops_add_identity.py → helpers_network/ssh_add_identity.py} +35 -1
- machineconfig/scripts/python/{nw/devops_add_ssh_key.py → helpers_network/ssh_add_ssh_key.py} +26 -7
- machineconfig/scripts/python/{nw → helpers_network}/ssh_debug_linux.py +7 -7
- machineconfig/scripts/python/{nw → helpers_network}/ssh_debug_windows.py +4 -4
- machineconfig/scripts/python/{nw → helpers_network}/wifi_conn.py +1 -53
- machineconfig/scripts/python/helpers_repos/action.py +209 -0
- machineconfig/scripts/python/helpers_repos/action_helper.py +150 -0
- machineconfig/scripts/python/{repos_helpers → helpers_repos}/clone.py +0 -1
- machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py +80 -37
- machineconfig/scripts/python/{repos_helpers → helpers_repos}/entrypoint.py +5 -5
- machineconfig/scripts/python/helpers_repos/grource.py +2 -2
- machineconfig/scripts/python/{repos_helpers → helpers_repos}/record.py +3 -2
- machineconfig/scripts/python/helpers_repos/repo_analyzer_1.py +160 -0
- machineconfig/scripts/python/{repos_helpers/count_lines.py → helpers_repos/repo_analyzer_2.py} +113 -192
- machineconfig/scripts/python/{repos_helpers → helpers_repos}/sync.py +5 -5
- machineconfig/scripts/python/{sessions_helpers → helpers_sessions}/sessions_multiprocess.py +19 -13
- machineconfig/scripts/python/helpers_utils/download.py +150 -0
- machineconfig/scripts/python/helpers_utils/pdf.py +96 -0
- machineconfig/scripts/python/helpers_utils/python.py +187 -0
- machineconfig/scripts/python/interactive.py +26 -35
- machineconfig/scripts/python/{entry.py → mcfg_entry.py} +24 -10
- machineconfig/scripts/python/msearch.py +72 -0
- machineconfig/scripts/python/sessions.py +101 -38
- machineconfig/scripts/python/terminal.py +136 -0
- machineconfig/scripts/python/utils.py +62 -0
- machineconfig/scripts/windows/wrap_mcfg.ps1 +63 -0
- machineconfig/settings/broot/conf.toml +1 -1
- machineconfig/settings/helix/config.toml +16 -0
- machineconfig/settings/helix/languages.toml +13 -4
- machineconfig/settings/helix/yazi-picker.sh +12 -0
- machineconfig/settings/lf/linux/exe/lfcd.sh +1 -0
- machineconfig/settings/lf/linux/exe/previewer.sh +3 -2
- machineconfig/settings/lf/linux/lfrc +10 -11
- machineconfig/settings/lf/windows/lfcd.ps1 +1 -1
- machineconfig/settings/lf/windows/lfrc +15 -17
- machineconfig/settings/lf/windows/mkfile.ps1 +1 -1
- machineconfig/settings/linters/.ruff.toml +1 -1
- machineconfig/settings/marimo/marimo.toml +80 -0
- machineconfig/settings/marimo/snippets/globalize.py +34 -0
- machineconfig/settings/shells/bash/init.sh +57 -10
- machineconfig/settings/shells/ipy/profiles/default/startup/playext.py +1 -1
- machineconfig/settings/shells/nushell/config.nu +2 -35
- machineconfig/settings/shells/nushell/env.nu +45 -6
- machineconfig/settings/shells/nushell/init.nu +314 -0
- machineconfig/settings/shells/pwsh/init.ps1 +59 -23
- machineconfig/settings/shells/starship/starship.toml +16 -0
- machineconfig/settings/shells/wezterm/wezterm.lua +2 -0
- machineconfig/settings/shells/wt/settings.json +32 -17
- machineconfig/settings/shells/zsh/init.sh +89 -0
- machineconfig/settings/television/cable_unix/alias.toml +8 -0
- machineconfig/settings/television/cable_unix/aws-buckets.toml +14 -0
- machineconfig/settings/television/cable_unix/aws-instances.toml +13 -0
- machineconfig/settings/television/cable_unix/bash-history.toml +8 -0
- machineconfig/settings/television/cable_unix/channels.toml +19 -0
- machineconfig/settings/television/cable_unix/dirs.toml +13 -0
- machineconfig/settings/television/cable_unix/distrobox-list.toml +42 -0
- machineconfig/settings/television/cable_unix/docker-images.toml +13 -0
- machineconfig/settings/television/cable_unix/dotfiles.toml +11 -0
- machineconfig/settings/television/cable_unix/env.toml +17 -0
- machineconfig/settings/television/cable_unix/files.toml +11 -0
- machineconfig/settings/television/cable_unix/fish-history.toml +8 -0
- machineconfig/settings/television/cable_unix/git-branch.toml +11 -0
- machineconfig/settings/television/cable_unix/git-diff.toml +10 -0
- machineconfig/settings/television/cable_unix/git-log.toml +12 -0
- machineconfig/settings/television/cable_unix/git-reflog.toml +12 -0
- machineconfig/settings/television/cable_unix/git-repos.toml +16 -0
- machineconfig/settings/television/cable_unix/guix.toml +20 -0
- machineconfig/settings/television/cable_unix/just-recipes.toml +18 -0
- machineconfig/settings/television/cable_unix/k8s-deployments.toml +36 -0
- machineconfig/settings/television/cable_unix/k8s-pods.toml +50 -0
- machineconfig/settings/television/cable_unix/k8s-services.toml +36 -0
- machineconfig/settings/television/cable_unix/man-pages.toml +24 -0
- machineconfig/settings/television/cable_unix/nu-history.toml +7 -0
- machineconfig/settings/television/cable_unix/procs.toml +20 -0
- machineconfig/settings/television/cable_unix/text.toml +17 -0
- machineconfig/settings/television/cable_unix/tldr.toml +18 -0
- machineconfig/settings/television/cable_unix/zsh-history.toml +9 -0
- machineconfig/settings/television/cable_windows/alias.toml +7 -0
- machineconfig/settings/television/cable_windows/dirs.toml +13 -0
- machineconfig/settings/television/cable_windows/docker-images.toml +13 -0
- machineconfig/settings/television/cable_windows/dotfiles.toml +11 -0
- machineconfig/settings/television/cable_windows/env.toml +17 -0
- machineconfig/settings/television/cable_windows/files.toml +14 -0
- machineconfig/settings/television/cable_windows/git-branch.toml +11 -0
- machineconfig/settings/television/cable_windows/git-diff.toml +10 -0
- machineconfig/settings/television/cable_windows/git-log.toml +11 -0
- machineconfig/settings/television/cable_windows/git-reflog.toml +11 -0
- machineconfig/settings/television/cable_windows/git-repos.toml +15 -0
- machineconfig/settings/television/cable_windows/nu-history.toml +7 -0
- machineconfig/settings/television/cable_windows/pwsh-history.toml +6 -0
- machineconfig/settings/television/cable_windows/text.toml +17 -0
- machineconfig/settings/yazi/init.lua +61 -0
- machineconfig/settings/yazi/keymap_linux.toml +94 -0
- machineconfig/settings/yazi/keymap_windows.toml +78 -0
- machineconfig/settings/yazi/shell/yazi_cd.ps1 +33 -0
- machineconfig/settings/yazi/shell/yazi_cd.sh +8 -0
- machineconfig/settings/yazi/theme.toml +4 -0
- machineconfig/settings/yazi/yazi_linux.toml +84 -0
- machineconfig/settings/yazi/yazi_windows.toml +58 -0
- machineconfig/settings/zellij/layouts/st.kdl +39 -8
- machineconfig/setup_linux/__init__.py +2 -2
- machineconfig/setup_linux/apps_desktop.sh +8 -27
- machineconfig/setup_linux/web_shortcuts/interactive.sh +27 -11
- machineconfig/setup_linux/web_shortcuts/live_from_github.sh +31 -0
- machineconfig/setup_mac/__init__.py +16 -0
- machineconfig/setup_mac/apps_gui.sh +248 -0
- machineconfig/setup_mac/ssh/openssh_setup.sh +114 -0
- machineconfig/setup_mac/uv.sh +36 -0
- machineconfig/setup_windows/__init__.py +3 -5
- machineconfig/setup_windows/ssh/openssh-server.ps1 +1 -1
- machineconfig/setup_windows/uv.ps1 +8 -1
- machineconfig/setup_windows/web_shortcuts/interactive.ps1 +26 -10
- machineconfig/setup_windows/web_shortcuts/live_from_github.ps1 +30 -0
- machineconfig/setup_windows/web_shortcuts/quick_init.ps1 +17 -0
- machineconfig/utils/accessories.py +7 -5
- machineconfig/utils/code.py +143 -167
- machineconfig/utils/files/art/fat_croco.txt +10 -0
- machineconfig/utils/files/art/halfwit_croco.txt +9 -0
- machineconfig/utils/files/art/happy_croco.txt +22 -0
- machineconfig/utils/files/art/water_croco.txt +11 -0
- machineconfig/utils/files/ascii_art.py +1 -1
- machineconfig/utils/files/headers.py +6 -11
- machineconfig/utils/files/read.py +3 -9
- machineconfig/utils/installer_utils/github_release_bulk.py +156 -119
- machineconfig/utils/installer_utils/install_from_url.py +183 -0
- machineconfig/utils/installer_utils/installer_class.py +44 -101
- machineconfig/utils/installer_utils/installer_cli.py +175 -0
- machineconfig/utils/installer_utils/installer_helper.py +129 -0
- machineconfig/utils/installer_utils/{installer_abc.py → installer_locator_utils.py} +39 -87
- machineconfig/utils/{installer.py → installer_utils/installer_runner.py} +17 -63
- machineconfig/utils/io.py +77 -4
- machineconfig/utils/links.py +56 -38
- machineconfig/utils/meta.py +235 -145
- machineconfig/utils/options.py +46 -18
- machineconfig/utils/options_tv.py +119 -0
- machineconfig/utils/path_extended.py +46 -97
- machineconfig/utils/path_helper.py +76 -23
- machineconfig/utils/procs.py +10 -23
- machineconfig/utils/scheduler.py +84 -115
- machineconfig/utils/scheduling.py +0 -3
- machineconfig/utils/schemas/fire_agents/fire_agents_input.py +1 -1
- machineconfig/utils/schemas/layouts/layout_types.py +1 -1
- machineconfig/utils/ssh.py +214 -476
- machineconfig/utils/ssh_utils/abc.py +5 -0
- machineconfig/utils/ssh_utils/copy_from_here.py +111 -0
- machineconfig/utils/ssh_utils/copy_to_here.py +303 -0
- machineconfig/utils/ssh_utils/utils.py +142 -0
- machineconfig/utils/ssh_utils/wsl.py +210 -0
- machineconfig/utils/terminal.py +3 -113
- machineconfig/utils/upgrade_packages.py +114 -28
- machineconfig/utils/ve.py +12 -4
- machineconfig-8.12.dist-info/METADATA +132 -0
- machineconfig-8.12.dist-info/RECORD +504 -0
- {machineconfig-6.23.dist-info → machineconfig-8.12.dist-info}/entry_points.txt +5 -1
- machineconfig/jobs/installer/linux_scripts/pgsql.sh +0 -41
- machineconfig/jobs/installer/linux_scripts/timescaledb.sh +0 -71
- machineconfig/jobs/linux/msc/cli_agents.sh +0 -16
- machineconfig/jobs/python/python_ve_symlink.py +0 -37
- machineconfig/jobs/python/vscode/api.py +0 -57
- machineconfig/jobs/windows/archive/archive_pygraphviz.ps1 +0 -12
- machineconfig/jobs/windows/archive/openssh-server_add_key.ps1 +0 -7
- machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1 +0 -14
- machineconfig/scripts/linux/fzf2g +0 -21
- machineconfig/scripts/linux/fzfag +0 -17
- machineconfig/scripts/linux/fzffg +0 -25
- machineconfig/scripts/linux/fzfrga +0 -21
- machineconfig/scripts/linux/other/share_smb +0 -1
- machineconfig/scripts/linux/other/switch_ip +0 -20
- machineconfig/scripts/linux/skrg +0 -4
- machineconfig/scripts/linux/warp-cli.sh +0 -122
- machineconfig/scripts/linux/z_ls +0 -104
- machineconfig/scripts/python/ai/command_runner/prompt.txt +0 -9
- machineconfig/scripts/python/devops_helpers/cli_config.py +0 -81
- machineconfig/scripts/python/devops_helpers/cli_config_dotfile.py +0 -84
- machineconfig/scripts/python/devops_helpers/cli_data.py +0 -18
- machineconfig/scripts/python/devops_helpers/cli_nw.py +0 -73
- machineconfig/scripts/python/devops_helpers/cli_self.py +0 -117
- machineconfig/scripts/python/devops_helpers/cli_share_server.py +0 -104
- machineconfig/scripts/python/helper_navigator/__init__.py +0 -20
- machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_crush.py +0 -37
- machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_gemini.py +0 -44
- machineconfig/scripts/python/helpers_fire/agentic_frameworks/fire_qwen.py +0 -43
- machineconfig/scripts/python/helpers_fire/fire_agents_helper_types.py +0 -30
- machineconfig/scripts/python/helpers_fire/prompt.txt +0 -2
- machineconfig/scripts/python/helpers_fire/template.sh +0 -15
- machineconfig/scripts/python/helpers_repos/secure_repo.py +0 -15
- machineconfig/scripts/python/nw/add_ssh_key.py +0 -148
- machineconfig/scripts/python/nw/wsl_windows_transfer.py +0 -66
- machineconfig/scripts/python/repos_helpers/action.py +0 -378
- machineconfig/scripts/python/repos_helpers/count_lines_frontend.py +0 -17
- machineconfig/scripts/windows/fzfb.ps1 +0 -3
- machineconfig/scripts/windows/fzfg.ps1 +0 -2
- machineconfig/scripts/windows/fzfrga.bat +0 -20
- machineconfig/scripts/windows/mounts/mount_ssh.ps1 +0 -13
- machineconfig/settings/lf/linux/exe/fzf_nano.sh +0 -16
- machineconfig/settings/lf/windows/fzf_edit.ps1 +0 -6
- machineconfig/settings/lf/windows/tst.ps1 +0 -1
- machineconfig/settings/shells/pwsh/profile.ps1 +0 -0
- machineconfig/settings/yazi/keymap.toml +0 -0
- machineconfig/settings/yazi/yazi.toml +0 -4
- machineconfig/setup_linux/apps.sh +0 -66
- machineconfig/setup_linux/nix/cli_installation.sh +0 -137
- machineconfig/setup_linux/ssh/openssh_all.sh +0 -25
- machineconfig/setup_linux/ssh/openssh_wsl.sh +0 -38
- machineconfig/setup_windows/apps.ps1 +0 -62
- machineconfig/setup_windows/others/obs.ps1 +0 -4
- machineconfig/setup_windows/ssh/add_identity.ps1 +0 -11
- machineconfig/setup_windows/wt_and_pwsh/__init__.py +0 -0
- machineconfig/utils/installer_utils/installer.py +0 -225
- machineconfig-6.23.dist-info/METADATA +0 -84
- machineconfig-6.23.dist-info/RECORD +0 -428
- machineconfig/cluster/sessions_managers/{utils → helpers}/load_balancer_helper.py +0 -0
- machineconfig/cluster/sessions_managers/{helpers → zellij_utils}/zellij_local_helper.py +0 -0
- machineconfig/cluster/sessions_managers/{helpers → zellij_utils}/zellij_local_helper_restart.py +0 -0
- machineconfig/cluster/sessions_managers/{helpers → zellij_utils}/zellij_local_manager_helper.py +0 -0
- machineconfig/jobs/installer/linux_scripts/{warp-cli.sh → cloudflare_warp_cli.sh} +0 -0
- machineconfig/jobs/{linux/msc → installer/linux_scripts}/network.sh +0 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/__init__.py +0 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/alacritty.py +0 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/bypass_paywall.py +0 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/cursor.py +0 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/espanso.py +0 -0
- machineconfig/jobs/installer/{custom → python_scripts}/gh.py +0 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/goes.py +0 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/lvim.py +0 -0
- machineconfig/jobs/installer/{custom_dev → python_scripts}/redis.py +0 -0
- machineconfig/{setup_linux/web_shortcuts → jobs/scripts/bash_scripts}/android.sh +0 -0
- machineconfig/jobs/{linux/msc → scripts/bash_scripts}/lid.sh +0 -0
- machineconfig/{setup_linux/others → jobs/scripts/bash_scripts}/mint_keyboard_shortcuts.sh +0 -0
- machineconfig/{scripts/python/nw → jobs/scripts/bash_scripts}/mount_drive +0 -0
- machineconfig/{scripts/python/nw → jobs/scripts/bash_scripts}/mount_nw_drive +0 -0
- machineconfig/{scripts/python/nw → jobs/scripts/bash_scripts}/mount_smb +0 -0
- machineconfig/{scripts/linux/other → jobs/scripts/bash_scripts}/share_cloud.sh +0 -0
- machineconfig/{scripts/linux/other → jobs/scripts/bash_scripts}/share_nfs +0 -0
- machineconfig/{scripts/linux/other → jobs/scripts/bash_scripts}/start_docker +0 -0
- machineconfig/{scripts → jobs/scripts/powershell_scripts}/Restore-ThunderbirdProfile.ps1 +0 -0
- machineconfig/{setup_windows/others → jobs/scripts/powershell_scripts}/docker.ps1 +0 -0
- machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/mount_nfs.ps1 +0 -0
- machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/mount_nw.ps1 +0 -0
- machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/mount_smb.ps1 +0 -0
- machineconfig/{setup_windows/others → jobs/scripts/powershell_scripts}/power_options.ps1 +0 -0
- machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/share_cloud.cmd +0 -0
- machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/share_smb.ps1 +0 -0
- machineconfig/{scripts/windows/mounts → jobs/scripts/powershell_scripts}/unlock_bitlocker.ps1 +0 -0
- machineconfig/{jobs/python → scripts/python/ai/utils}/__init__.py +0 -0
- machineconfig/scripts/python/{cloud_helpers → helpers_agents}/__init__.py +0 -0
- machineconfig/scripts/python/{croshell_helpers → helpers_agents/agentic_frameworks}/__init__.py +0 -0
- machineconfig/scripts/python/{helpers_fire → helpers_agents}/fire_agents_help_search.py +0 -0
- machineconfig/scripts/python/{helpers_fire → helpers_agents}/fire_agents_load_balancer.py +0 -0
- machineconfig/scripts/python/{helpers_fire → helpers_agents/templates}/template.ps1 +0 -0
- machineconfig/scripts/python/{devops_helpers → helpers_cloud}/__init__.py +0 -0
- machineconfig/scripts/python/{cloud_helpers → helpers_cloud}/cloud_helpers.py +1 -1
- /machineconfig/scripts/python/{cloud_helpers → helpers_cloud}/helpers5.py +0 -0
- /machineconfig/scripts/python/{devops_helpers/themes → helpers_croshell}/__init__.py +0 -0
- /machineconfig/scripts/python/{croshell_helpers → helpers_croshell}/pomodoro.py +0 -0
- /machineconfig/scripts/python/{croshell_helpers → helpers_croshell}/scheduler.py +0 -0
- /machineconfig/scripts/python/{croshell_helpers → helpers_croshell}/viewer.py +0 -0
- /machineconfig/scripts/python/{croshell_helpers → helpers_croshell}/viewer_template.py +0 -0
- /machineconfig/scripts/python/{helpers_fire → helpers_devops}/__init__.py +0 -0
- /machineconfig/scripts/python/{helpers_fire/agentic_frameworks → helpers_devops/themes}/__init__.py +0 -0
- /machineconfig/scripts/python/{devops_helpers → helpers_devops}/themes/choose_pwsh_theme.ps1 +0 -0
- /machineconfig/{jobs/windows/msc/cli_agents.bat → scripts/python/helpers_devops/themes/choose_starship_theme.ps1} +0 -0
- /machineconfig/{jobs/windows/msc/cli_agents.ps1 → scripts/python/helpers_fire_command/f.py} +0 -0
- /machineconfig/scripts/python/{helper_navigator → helpers_navigator}/data_models.py +0 -0
- /machineconfig/scripts/python/{helper_navigator → helpers_navigator}/search_bar.py +0 -0
- /machineconfig/scripts/python/{helpers_repos → helpers_network}/__init__.py +0 -0
- /machineconfig/scripts/python/{nw → helpers_network}/mount_nw_drive.py +0 -0
- /machineconfig/scripts/python/{nw → helpers_network}/onetimeshare.py +0 -0
- /machineconfig/scripts/python/{repos_helpers → helpers_repos}/update.py +0 -0
- /machineconfig/scripts/python/{nw → helpers_sessions}/__init__.py +0 -0
- /machineconfig/{scripts/python/sessions_helpers → settings/wt}/__init__.py +0 -0
- /machineconfig/{setup_windows/wt_and_pwsh → settings/wt}/set_wt_settings.py +0 -0
- {machineconfig-6.23.dist-info → machineconfig-8.12.dist-info}/WHEEL +0 -0
- {machineconfig-6.23.dist-info → machineconfig-8.12.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": "scrcpy",
|
|
23
|
+
"repoURL": "https://github.com/Genymobile/scrcpy",
|
|
24
|
+
"doc": "This application mirrors Android devices",
|
|
25
|
+
"fileNamePattern": {
|
|
26
|
+
"amd64": {
|
|
27
|
+
"linux": "scrcpy-linux-x86_64-v3.3.3.tar.gz",
|
|
28
|
+
"windows": "scrcpy-win64-v3.3.3.zip",
|
|
29
|
+
"macos": "scrcpy-macos-x86_64-v3.3.3.tar.gz"
|
|
30
|
+
},
|
|
31
|
+
"arm64": {
|
|
32
|
+
"linux": null,
|
|
33
|
+
"windows": null,
|
|
34
|
+
"macos": "scrcpy-macos-aarch64-v3.3.3.tar.gz"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
},
|
|
38
|
+
{
|
|
39
|
+
"appName": "fx",
|
|
40
|
+
"repoURL": "https://github.com/antonmedv/fx",
|
|
41
|
+
"doc": "🧙♂️ Command-line JSON viewer",
|
|
42
|
+
"fileNamePattern": {
|
|
43
|
+
"amd64": {
|
|
44
|
+
"linux": "fx_linux_amd64",
|
|
45
|
+
"windows": "fx_windows_amd64.exe",
|
|
46
|
+
"macos": "fx_darwin_amd64"
|
|
47
|
+
},
|
|
48
|
+
"arm64": {
|
|
49
|
+
"linux": "fx_linux_arm64",
|
|
50
|
+
"windows": "fx_windows_arm64.exe",
|
|
51
|
+
"macos": "fx_darwin_arm64"
|
|
52
|
+
}
|
|
53
|
+
}
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
"appName": "git",
|
|
57
|
+
"repoURL": "CMD",
|
|
58
|
+
"doc": "🧙♂️ Distributed version control system",
|
|
59
|
+
"fileNamePattern": {
|
|
60
|
+
"amd64": {
|
|
61
|
+
"linux": "sudo nala install git",
|
|
62
|
+
"windows": "winget install --no-upgrade --name \"Git\" --Id \"Git.Git\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
63
|
+
"macos": "brew install git"
|
|
64
|
+
},
|
|
65
|
+
"arm64": {
|
|
66
|
+
"linux": "sudo nala install git",
|
|
67
|
+
"windows": "winget install --no-upgrade --name \"Git\" --Id \"Git.Git\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
68
|
+
"macos": "brew install git"
|
|
69
|
+
}
|
|
70
|
+
}
|
|
71
|
+
},
|
|
4
72
|
{
|
|
5
73
|
"appName": "jq",
|
|
6
74
|
"repoURL": "https://github.com/jqlang/jq",
|
|
@@ -137,6 +205,40 @@
|
|
|
137
205
|
}
|
|
138
206
|
}
|
|
139
207
|
},
|
|
208
|
+
{
|
|
209
|
+
"appName": "mprocs",
|
|
210
|
+
"repoURL": "https://github.com/pvolok/mprocs",
|
|
211
|
+
"doc": "🖥️ Windows/Linux/macOS poorman's zellij",
|
|
212
|
+
"fileNamePattern": {
|
|
213
|
+
"amd64": {
|
|
214
|
+
"linux": "mprocs-{version}-linux-x86_64-musl.tar.gz",
|
|
215
|
+
"macos": "mprocs-{version}-darwin-x86_64.tar.gz",
|
|
216
|
+
"windows": "mprocs-{version}-windows-x86_64.zip"
|
|
217
|
+
},
|
|
218
|
+
"arm64": {
|
|
219
|
+
"linux": "mprocs-{version}-linux-aarch64-musl.tar.gz",
|
|
220
|
+
"macos": "mprocs-{version}-darwin-aarch64.tar.gz",
|
|
221
|
+
"windows": "mprocs-{version}-windows-x86_64.zip"
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
},
|
|
225
|
+
{
|
|
226
|
+
"appName": "process-compose",
|
|
227
|
+
"repoURL": "https://github.com/F1bonacc1/process-compose",
|
|
228
|
+
"doc": "Process Compose is a simple and flexible scheduler and orchestrator to manage non-containerized applications.",
|
|
229
|
+
"fileNamePattern": {
|
|
230
|
+
"amd64": {
|
|
231
|
+
"linux": "process-compose_linux_amd64.tar.gz",
|
|
232
|
+
"macos": "process-compose_darwin_amd64.tar.gz",
|
|
233
|
+
"windows": "process-compose_windows_amd64.zip"
|
|
234
|
+
},
|
|
235
|
+
"arm64": {
|
|
236
|
+
"linux": "process-compose_linux_arm.tar.gz",
|
|
237
|
+
"macos": "process-compose_darwin_arm64.tar.gz",
|
|
238
|
+
"windows": "process-compose_windows_arm64.zip"
|
|
239
|
+
}
|
|
240
|
+
}
|
|
241
|
+
},
|
|
140
242
|
{
|
|
141
243
|
"appName": "zellij",
|
|
142
244
|
"repoURL": "https://github.com/zellij-org/zellij",
|
|
@@ -156,11 +258,11 @@
|
|
|
156
258
|
},
|
|
157
259
|
{
|
|
158
260
|
"appName": "boxes",
|
|
159
|
-
"repoURL": "
|
|
261
|
+
"repoURL": "CMD",
|
|
160
262
|
"doc": "📦 ASCI draws boxes around text.",
|
|
161
263
|
"fileNamePattern": {
|
|
162
264
|
"amd64": {
|
|
163
|
-
"windows": "boxes
|
|
265
|
+
"windows": "boxes.py",
|
|
164
266
|
"linux": null,
|
|
165
267
|
"macos": null
|
|
166
268
|
},
|
|
@@ -191,7 +293,7 @@
|
|
|
191
293
|
{
|
|
192
294
|
"appName": "croc",
|
|
193
295
|
"repoURL": "https://github.com/schollz/croc",
|
|
194
|
-
"doc": "🦎 Easily and securely send things from one computer to another",
|
|
296
|
+
"doc": "🦎 Easily and securely send and share things from one computer to another",
|
|
195
297
|
"fileNamePattern": {
|
|
196
298
|
"amd64": {
|
|
197
299
|
"linux": "croc_{version}_Linux-64bit.tar.gz",
|
|
@@ -256,6 +358,23 @@
|
|
|
256
358
|
}
|
|
257
359
|
}
|
|
258
360
|
},
|
|
361
|
+
{
|
|
362
|
+
"appName": "asciinema",
|
|
363
|
+
"repoURL": "https://github.com/asciinema/asciinema",
|
|
364
|
+
"doc": "🎥 Terminal session recorder",
|
|
365
|
+
"fileNamePattern": {
|
|
366
|
+
"amd64": {
|
|
367
|
+
"linux": "asciinema-x86_64-unknown-linux-gnu",
|
|
368
|
+
"windows": null,
|
|
369
|
+
"macos": "asciinema-x86_64-apple-darwin"
|
|
370
|
+
},
|
|
371
|
+
"arm64": {
|
|
372
|
+
"linux": null,
|
|
373
|
+
"windows": null,
|
|
374
|
+
"macos": null
|
|
375
|
+
}
|
|
376
|
+
}
|
|
377
|
+
},
|
|
259
378
|
{
|
|
260
379
|
"appName": "lolcatjs",
|
|
261
380
|
"repoURL": "CMD",
|
|
@@ -273,6 +392,23 @@
|
|
|
273
392
|
}
|
|
274
393
|
}
|
|
275
394
|
},
|
|
395
|
+
{
|
|
396
|
+
"appName": "rusty-rain",
|
|
397
|
+
"repoURL": "https://github.com/cowboy8625/rusty-rain",
|
|
398
|
+
"doc": "🌧️ cross-platform cmatrix-like terminal rain animation",
|
|
399
|
+
"fileNamePattern": {
|
|
400
|
+
"amd64": {
|
|
401
|
+
"linux": "x86_64-unknown-linux-musl-rusty-rain-{version}",
|
|
402
|
+
"macos": "x86_64-apple-darwin-rusty-rain-{version}",
|
|
403
|
+
"windows": "x86_64-pc-windows-gnu-rusty-rain-{version}.exe"
|
|
404
|
+
},
|
|
405
|
+
"arm64": {
|
|
406
|
+
"linux": "aarch64-unknown-linux-musl-rusty-rain-{version}",
|
|
407
|
+
"macos": "aarch64-apple-darwin-rusty-rain-{version}",
|
|
408
|
+
"windows": "x86_64-pc-windows-gnu-rusty-rain-{version}.exe"
|
|
409
|
+
}
|
|
410
|
+
}
|
|
411
|
+
},
|
|
276
412
|
{
|
|
277
413
|
"appName": "figlet-cli",
|
|
278
414
|
"repoURL": "CMD",
|
|
@@ -347,14 +483,14 @@
|
|
|
347
483
|
"doc": "🔄 devtunnel secure introspectable tunnels to localhost",
|
|
348
484
|
"fileNamePattern": {
|
|
349
485
|
"amd64": {
|
|
350
|
-
"windows": "winget install --Id Microsoft.devtunnel --scope user",
|
|
486
|
+
"windows": "winget install --Id Microsoft.devtunnel --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
351
487
|
"linux": "curl -sL https://aka.ms/DevTunnelCliInstall | bash",
|
|
352
488
|
"macos": null
|
|
353
489
|
},
|
|
354
490
|
"arm64": {
|
|
355
491
|
"linux": "curl -sL https://aka.ms/DevTunnelCliInstall | bash",
|
|
356
492
|
"macos": null,
|
|
357
|
-
"windows": "winget install --Id Microsoft.devtunnel --scope user"
|
|
493
|
+
"windows": "winget install --Id Microsoft.devtunnel --source winget --scope user --accept-package-agreements --accept-source-agreements"
|
|
358
494
|
}
|
|
359
495
|
}
|
|
360
496
|
},
|
|
@@ -443,6 +579,40 @@
|
|
|
443
579
|
}
|
|
444
580
|
}
|
|
445
581
|
},
|
|
582
|
+
{
|
|
583
|
+
"appName": "cloudflare-warp",
|
|
584
|
+
"repoURL": "CMD",
|
|
585
|
+
"doc": "🌐 Cloudflare WARP VPN client",
|
|
586
|
+
"fileNamePattern": {
|
|
587
|
+
"amd64": {
|
|
588
|
+
"linux": null,
|
|
589
|
+
"windows": "winget install --no-upgrade --name \"Cloudflare WARP\" --Id \"Cloudflare.Warp\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
590
|
+
"macos": null
|
|
591
|
+
},
|
|
592
|
+
"arm64": {
|
|
593
|
+
"linux": null,
|
|
594
|
+
"windows": "winget install --no-upgrade --name \"Cloudflare WARP\" --Id \"Cloudflare.Warp\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
595
|
+
"macos": null
|
|
596
|
+
}
|
|
597
|
+
}
|
|
598
|
+
},
|
|
599
|
+
{
|
|
600
|
+
"appName": "warp-cli",
|
|
601
|
+
"repoURL": "CMD",
|
|
602
|
+
"doc": "🌐 Cloudflare WARP VPN client in the terminal",
|
|
603
|
+
"fileNamePattern": {
|
|
604
|
+
"amd64": {
|
|
605
|
+
"linux": "cloudflare_warp_cli.py",
|
|
606
|
+
"windows": "cloudflare_warp_cli.py",
|
|
607
|
+
"macos": "cloudflare_warp_cli.py"
|
|
608
|
+
},
|
|
609
|
+
"arm64": {
|
|
610
|
+
"linux": "cloudflare_warp_cli.py",
|
|
611
|
+
"windows": "cloudflare_warp_cli.py",
|
|
612
|
+
"macos": "cloudflare_warp_cli.py"
|
|
613
|
+
}
|
|
614
|
+
}
|
|
615
|
+
},
|
|
446
616
|
{
|
|
447
617
|
"appName": "cpufetch",
|
|
448
618
|
"repoURL": "https://github.com/Dr-Noob/cpufetch",
|
|
@@ -545,6 +715,23 @@
|
|
|
545
715
|
}
|
|
546
716
|
}
|
|
547
717
|
},
|
|
718
|
+
{
|
|
719
|
+
"appName": "tv",
|
|
720
|
+
"repoURL": "https://github.com/alexpasmantier/television",
|
|
721
|
+
"doc": "🔍 A fast and hackable fuzzy finder for the terminal.",
|
|
722
|
+
"fileNamePattern": {
|
|
723
|
+
"amd64": {
|
|
724
|
+
"linux": "tv-{version}-x86_64-unknown-linux-musl.tar.gz",
|
|
725
|
+
"macos": "tv-{version}-x86_64-apple-darwin.tar.gz",
|
|
726
|
+
"windows": "tv-{version}-x86_64-pc-windows-msvc.zip"
|
|
727
|
+
},
|
|
728
|
+
"arm64": {
|
|
729
|
+
"linux": "tv-{version}-aarch64-unknown-linux-gnu.tar.gz",
|
|
730
|
+
"macos": "tv-{version}-aarch64-apple-darwin.tar.gz",
|
|
731
|
+
"windows": null
|
|
732
|
+
}
|
|
733
|
+
}
|
|
734
|
+
},
|
|
548
735
|
{
|
|
549
736
|
"appName": "gitui",
|
|
550
737
|
"repoURL": "https://github.com/gitui-org/gitui",
|
|
@@ -613,6 +800,23 @@
|
|
|
613
800
|
}
|
|
614
801
|
}
|
|
615
802
|
},
|
|
803
|
+
{
|
|
804
|
+
"appName": "clifm",
|
|
805
|
+
"repoURL": "https://github.com/leo-arch/clifm",
|
|
806
|
+
"doc": "📂 A terminal file manager with vim-like keybindings.",
|
|
807
|
+
"fileNamePattern": {
|
|
808
|
+
"amd64": {
|
|
809
|
+
"linux": "clifm-{version}-linux-x86_64.tar.gz",
|
|
810
|
+
"macos": null,
|
|
811
|
+
"windows": null
|
|
812
|
+
},
|
|
813
|
+
"arm64": {
|
|
814
|
+
"linux": null,
|
|
815
|
+
"macos": null,
|
|
816
|
+
"windows": null
|
|
817
|
+
}
|
|
818
|
+
}
|
|
819
|
+
},
|
|
616
820
|
{
|
|
617
821
|
"appName": "lsd",
|
|
618
822
|
"repoURL": "https://github.com/lsd-rs/lsd",
|
|
@@ -664,40 +868,6 @@
|
|
|
664
868
|
}
|
|
665
869
|
}
|
|
666
870
|
},
|
|
667
|
-
{
|
|
668
|
-
"appName": "mods",
|
|
669
|
-
"repoURL": "https://github.com/charmbracelet/mods/",
|
|
670
|
-
"doc": "🤖 AI for the command line, built for pipelines",
|
|
671
|
-
"fileNamePattern": {
|
|
672
|
-
"amd64": {
|
|
673
|
-
"linux": "mods_{version}_Linux_x86_64.tar.gz",
|
|
674
|
-
"macos": "mods_{version}_Darwin_x86_64.tar.gz",
|
|
675
|
-
"windows": "mods_{version}_Windows_x86_64.zip"
|
|
676
|
-
},
|
|
677
|
-
"arm64": {
|
|
678
|
-
"linux": "mods_{version}_Linux_arm64.tar.gz",
|
|
679
|
-
"macos": "mods_{version}_Darwin_arm64.tar.gz",
|
|
680
|
-
"windows": "mods_{version}_Windows_arm64.zip"
|
|
681
|
-
}
|
|
682
|
-
}
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"appName": "mprocs",
|
|
686
|
-
"repoURL": "https://github.com/pvolok/mprocs",
|
|
687
|
-
"doc": "🖥️ Windows/Linux/macOS poorman's zellij",
|
|
688
|
-
"fileNamePattern": {
|
|
689
|
-
"amd64": {
|
|
690
|
-
"linux": "mprocs-{version}-linux-x86_64-musl.tar.gz",
|
|
691
|
-
"macos": "mprocs-{version}-darwin-x86_64.tar.gz",
|
|
692
|
-
"windows": "mprocs-{version}-windows-x86_64.zip"
|
|
693
|
-
},
|
|
694
|
-
"arm64": {
|
|
695
|
-
"linux": "mprocs-{version}-linux-aarch64-musl.tar.gz",
|
|
696
|
-
"macos": "mprocs-{version}-darwin-aarch64.tar.gz",
|
|
697
|
-
"windows": "mprocs-{version}-windows-x86_64.zip"
|
|
698
|
-
}
|
|
699
|
-
}
|
|
700
|
-
},
|
|
701
871
|
{
|
|
702
872
|
"appName": "ouch",
|
|
703
873
|
"repoURL": "https://github.com/ouch-org/ouch",
|
|
@@ -749,6 +919,40 @@
|
|
|
749
919
|
}
|
|
750
920
|
}
|
|
751
921
|
},
|
|
922
|
+
{
|
|
923
|
+
"appName": "meilisearch",
|
|
924
|
+
"repoURL": "https://github.com/meilisearch/meilisearch",
|
|
925
|
+
"doc": "🔍 symantic search at lightening speed",
|
|
926
|
+
"fileNamePattern": {
|
|
927
|
+
"amd64": {
|
|
928
|
+
"linux": "meilisearch-linux-amd64",
|
|
929
|
+
"macos": "meilisearch-macos-amd64",
|
|
930
|
+
"windows": "meilisearch-windows-amd64.exe"
|
|
931
|
+
},
|
|
932
|
+
"arm64": {
|
|
933
|
+
"linux": "meilisearch-linux-aarch64",
|
|
934
|
+
"macos": "meilisearch-macos-aarch64",
|
|
935
|
+
"windows": "meilisearch-windows-aarch64.exe"
|
|
936
|
+
}
|
|
937
|
+
}
|
|
938
|
+
},
|
|
939
|
+
{
|
|
940
|
+
"appName": "ast-grep",
|
|
941
|
+
"repoURL": "https://github.com/ast-grep/ast-grep",
|
|
942
|
+
"doc": "🔍 grep for code - search and rewrite code with ASTs",
|
|
943
|
+
"fileNamePattern": {
|
|
944
|
+
"amd64": {
|
|
945
|
+
"linux": "app-x86_64-unknown-linux-gnu.zip",
|
|
946
|
+
"macos": "app-x86_64-apple-darwin.zip",
|
|
947
|
+
"windows": "app-x86_64-pc-windows-msvc.zip"
|
|
948
|
+
},
|
|
949
|
+
"arm64": {
|
|
950
|
+
"linux": "app-aarch64-unknown-linux-gnu.zip",
|
|
951
|
+
"macos": "app-aarch64-apple-darwin.zip",
|
|
952
|
+
"windows": "app-aarch64-pc-windows-msvc.zip"
|
|
953
|
+
}
|
|
954
|
+
}
|
|
955
|
+
},
|
|
752
956
|
{
|
|
753
957
|
"appName": "rg",
|
|
754
958
|
"repoURL": "https://github.com/BurntSushi/ripgrep",
|
|
@@ -783,6 +987,23 @@
|
|
|
783
987
|
}
|
|
784
988
|
}
|
|
785
989
|
},
|
|
990
|
+
{
|
|
991
|
+
"appName": "parse",
|
|
992
|
+
"repoURL": "CMD",
|
|
993
|
+
"doc": "🔍 ripgrep + semantic search from https://github.com/run-llama/semtools",
|
|
994
|
+
"fileNamePattern": {
|
|
995
|
+
"amd64": {
|
|
996
|
+
"linux": "npm i -g @llamaindex/semtools",
|
|
997
|
+
"macos": "npm i -g @llamaindex/semtools",
|
|
998
|
+
"windows": "npm i -g @llamaindex/semtools"
|
|
999
|
+
},
|
|
1000
|
+
"arm64": {
|
|
1001
|
+
"linux": "npm i -g @llamaindex/semtools",
|
|
1002
|
+
"macos": "npm i -g @llamaindex/semtools",
|
|
1003
|
+
"windows": "npm i -g @llamaindex/semtools"
|
|
1004
|
+
}
|
|
1005
|
+
}
|
|
1006
|
+
},
|
|
786
1007
|
{
|
|
787
1008
|
"appName": "starship",
|
|
788
1009
|
"repoURL": "https://github.com/starship/starship",
|
|
@@ -851,10 +1072,27 @@
|
|
|
851
1072
|
}
|
|
852
1073
|
}
|
|
853
1074
|
},
|
|
1075
|
+
{
|
|
1076
|
+
"appName": "upterm",
|
|
1077
|
+
"repoURL": "https://github.com/owenthereal/upterm",
|
|
1078
|
+
"doc": "🌐 upterm is a terminal multiplexer that allows you to share your terminal session over the web.",
|
|
1079
|
+
"fileNamePattern": {
|
|
1080
|
+
"amd64": {
|
|
1081
|
+
"linux": "uptermd_linux_amd64.tar.gz",
|
|
1082
|
+
"macos": "upterm_darwin_amd64.tar.gz",
|
|
1083
|
+
"windows": null
|
|
1084
|
+
},
|
|
1085
|
+
"arm64": {
|
|
1086
|
+
"linux": "uptermd_linux_arm64.tar.gz",
|
|
1087
|
+
"macos": "upterm_darwin_arm64.tar.gz",
|
|
1088
|
+
"windows": null
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
},
|
|
854
1092
|
{
|
|
855
1093
|
"appName": "viu",
|
|
856
1094
|
"repoURL": "https://github.com/atanunq/viu",
|
|
857
|
-
"doc": "🖼️ A cli image viewer for the terminal (like chafa but in Rust)",
|
|
1095
|
+
"doc": "🖼️ A cli image viewer for the terminal (like chafa & ueberzugpp but in Rust)",
|
|
858
1096
|
"fileNamePattern": {
|
|
859
1097
|
"amd64": {
|
|
860
1098
|
"linux": "viu-x86_64-unknown-linux-musl",
|
|
@@ -868,6 +1106,40 @@
|
|
|
868
1106
|
}
|
|
869
1107
|
}
|
|
870
1108
|
},
|
|
1109
|
+
{
|
|
1110
|
+
"appName": "timg",
|
|
1111
|
+
"repoURL": "CMD",
|
|
1112
|
+
"doc": "👁️ terminal image previewer.",
|
|
1113
|
+
"fileNamePattern": {
|
|
1114
|
+
"amd64": {
|
|
1115
|
+
"linux": "sudo apt install timg",
|
|
1116
|
+
"windows": null,
|
|
1117
|
+
"macos": "brew install timg"
|
|
1118
|
+
},
|
|
1119
|
+
"arm64": {
|
|
1120
|
+
"linux": "sudo apt install timg",
|
|
1121
|
+
"windows": null,
|
|
1122
|
+
"macos": "brew install timg"
|
|
1123
|
+
}
|
|
1124
|
+
}
|
|
1125
|
+
},
|
|
1126
|
+
{
|
|
1127
|
+
"appName": "chafa",
|
|
1128
|
+
"repoURL": "CMD",
|
|
1129
|
+
"doc": "🖼️ Terminal graphics and image viewer",
|
|
1130
|
+
"fileNamePattern": {
|
|
1131
|
+
"amd64": {
|
|
1132
|
+
"linux": "sudo nala install chafa -y",
|
|
1133
|
+
"windows": "winget install --no-upgrade --name \"Chafa\" --Id \"hpjansson.Chafa\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
1134
|
+
"macos": "brew install chafa"
|
|
1135
|
+
},
|
|
1136
|
+
"arm64": {
|
|
1137
|
+
"linux": "sudo nala install chafa -y",
|
|
1138
|
+
"windows": "winget install --no-upgrade --name \"Chafa\" --Id \"hpjansson.Chafa\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
1139
|
+
"macos": "brew install chafa"
|
|
1140
|
+
}
|
|
1141
|
+
}
|
|
1142
|
+
},
|
|
871
1143
|
{
|
|
872
1144
|
"appName": "watchexec",
|
|
873
1145
|
"repoURL": "https://github.com/watchexec/watchexec",
|
|
@@ -887,18 +1159,18 @@
|
|
|
887
1159
|
},
|
|
888
1160
|
{
|
|
889
1161
|
"appName": "yazi",
|
|
890
|
-
"repoURL": "
|
|
1162
|
+
"repoURL": "CMD",
|
|
891
1163
|
"doc": "⚡ Blazing Fast Terminal File Manager.",
|
|
892
1164
|
"fileNamePattern": {
|
|
893
1165
|
"amd64": {
|
|
894
|
-
"linux": "yazi
|
|
895
|
-
"macos": "yazi
|
|
896
|
-
"windows": "yazi
|
|
1166
|
+
"linux": "yazi.py",
|
|
1167
|
+
"macos": "yazi.py",
|
|
1168
|
+
"windows": "yazi.py"
|
|
897
1169
|
},
|
|
898
1170
|
"arm64": {
|
|
899
|
-
"linux": "yazi
|
|
900
|
-
"macos": "yazi
|
|
901
|
-
"windows": "yazi
|
|
1171
|
+
"linux": "yazi.py",
|
|
1172
|
+
"macos": "yazi.py",
|
|
1173
|
+
"windows": "yazi.py"
|
|
902
1174
|
}
|
|
903
1175
|
}
|
|
904
1176
|
},
|
|
@@ -953,6 +1225,40 @@
|
|
|
953
1225
|
}
|
|
954
1226
|
}
|
|
955
1227
|
},
|
|
1228
|
+
{
|
|
1229
|
+
"appName": "youtube-dl",
|
|
1230
|
+
"repoURL": "CMD",
|
|
1231
|
+
"doc": "📥 Command-line program to download videos from YouTube and other sites. By https://github.com/ytdl-org/youtube-dl",
|
|
1232
|
+
"fileNamePattern": {
|
|
1233
|
+
"amd64": {
|
|
1234
|
+
"linux": "https://yt-dl.org/downloads/latest/youtube-dl",
|
|
1235
|
+
"macos": "https://yt-dl.org/downloads/latest/youtube-dl",
|
|
1236
|
+
"windows": "https://yt-dl.org/latest/youtube-dl.exe"
|
|
1237
|
+
},
|
|
1238
|
+
"arm64": {
|
|
1239
|
+
"linux": "https://yt-dl.org/downloads/latest/youtube-dl",
|
|
1240
|
+
"macos": "https://yt-dl.org/downloads/latest/youtube-dl",
|
|
1241
|
+
"windows": "https://yt-dl.org/latest/youtube-dl.exe"
|
|
1242
|
+
}
|
|
1243
|
+
}
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"appName": "yt-dlp",
|
|
1247
|
+
"repoURL": "CMD",
|
|
1248
|
+
"doc": "📥 A youtube-dl fork with additional features and fixes, by https://github.com/yt-dlp/yt-dlp",
|
|
1249
|
+
"fileNamePattern": {
|
|
1250
|
+
"amd64": {
|
|
1251
|
+
"linux": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp",
|
|
1252
|
+
"macos": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_macos",
|
|
1253
|
+
"windows": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe"
|
|
1254
|
+
},
|
|
1255
|
+
"arm64": {
|
|
1256
|
+
"linux": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_musllinux_aarch64",
|
|
1257
|
+
"macos": null,
|
|
1258
|
+
"windows": "https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp_arm64.exe"
|
|
1259
|
+
}
|
|
1260
|
+
}
|
|
1261
|
+
},
|
|
956
1262
|
{
|
|
957
1263
|
"appName": "termusic",
|
|
958
1264
|
"repoURL": "https://github.com/tramhao/termusic",
|
|
@@ -1055,6 +1361,23 @@
|
|
|
1055
1361
|
}
|
|
1056
1362
|
}
|
|
1057
1363
|
},
|
|
1364
|
+
{
|
|
1365
|
+
"appName": "cb",
|
|
1366
|
+
"repoURL": "CMD",
|
|
1367
|
+
"doc": "📋 Clipboard manager for the terminal",
|
|
1368
|
+
"fileNamePattern": {
|
|
1369
|
+
"amd64": {
|
|
1370
|
+
"linux": "curl -sSL https://github.com/Slackadays/Clipboard/raw/main/install.sh | sh",
|
|
1371
|
+
"macos": "curl -sSL https://github.com/Slackadays/Clipboard/raw/main/install.sh | sh",
|
|
1372
|
+
"windows": "winget install -e --id Slackadays.Clipboard --source winget --scope user --accept-package-agreements --accept-source-agreements"
|
|
1373
|
+
},
|
|
1374
|
+
"arm64": {
|
|
1375
|
+
"linux": "curl -sSL https://github.com/Slackadays/Clipboard/raw/main/install.sh | sh",
|
|
1376
|
+
"macos": "curl -sSL https://github.com/Slackadays/Clipboard/raw/main/install.sh | sh",
|
|
1377
|
+
"windows": "winget install -e --id Slackadays.Clipboard --source winget --scope user --accept-package-agreements --accept-source-agreements"
|
|
1378
|
+
}
|
|
1379
|
+
}
|
|
1380
|
+
},
|
|
1058
1381
|
{
|
|
1059
1382
|
"appName": "atuin",
|
|
1060
1383
|
"repoURL": "https://github.com/atuinsh/atuin",
|
|
@@ -1078,13 +1401,13 @@
|
|
|
1078
1401
|
"doc": "🌐 browser in the shell",
|
|
1079
1402
|
"fileNamePattern": {
|
|
1080
1403
|
"amd64": {
|
|
1081
|
-
"linux":
|
|
1082
|
-
"macos":
|
|
1404
|
+
"linux": "browsh-v{version}-linux-amd64",
|
|
1405
|
+
"macos": "browsh-v{version}-darwin-amd64",
|
|
1083
1406
|
"windows": null
|
|
1084
1407
|
},
|
|
1085
1408
|
"arm64": {
|
|
1086
|
-
"linux":
|
|
1087
|
-
"macos":
|
|
1409
|
+
"linux": "browsh-v{version}-linux-arm64",
|
|
1410
|
+
"macos": "browsh-v{version}-darwin-arm64",
|
|
1088
1411
|
"windows": null
|
|
1089
1412
|
}
|
|
1090
1413
|
}
|
|
@@ -1141,26 +1464,77 @@
|
|
|
1141
1464
|
}
|
|
1142
1465
|
},
|
|
1143
1466
|
{
|
|
1144
|
-
"appName": "
|
|
1145
|
-
"repoURL": "
|
|
1146
|
-
"doc": "
|
|
1467
|
+
"appName": "sqlite3",
|
|
1468
|
+
"repoURL": "CMD",
|
|
1469
|
+
"doc": "A cli for sqlite",
|
|
1147
1470
|
"fileNamePattern": {
|
|
1148
1471
|
"amd64": {
|
|
1149
|
-
"linux": "
|
|
1472
|
+
"linux": "sudo nala install sqlite3 -y",
|
|
1150
1473
|
"macos": null,
|
|
1151
1474
|
"windows": null
|
|
1152
1475
|
},
|
|
1153
1476
|
"arm64": {
|
|
1154
|
-
"linux":
|
|
1477
|
+
"linux": null,
|
|
1155
1478
|
"macos": null,
|
|
1156
1479
|
"windows": null
|
|
1157
1480
|
}
|
|
1158
1481
|
}
|
|
1159
1482
|
},
|
|
1160
1483
|
{
|
|
1161
|
-
"appName": "
|
|
1162
|
-
"repoURL": "
|
|
1163
|
-
"doc": "
|
|
1484
|
+
"appName": "postgresql-client",
|
|
1485
|
+
"repoURL": "CMD",
|
|
1486
|
+
"doc": "A cli for postgresql",
|
|
1487
|
+
"fileNamePattern": {
|
|
1488
|
+
"amd64": {
|
|
1489
|
+
"linux": "sudo nala install postgresql-client -y",
|
|
1490
|
+
"macos": null,
|
|
1491
|
+
"windows": null
|
|
1492
|
+
},
|
|
1493
|
+
"arm64": {
|
|
1494
|
+
"linux": null,
|
|
1495
|
+
"macos": null,
|
|
1496
|
+
"windows": null
|
|
1497
|
+
}
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"appName": "redis-cli",
|
|
1502
|
+
"repoURL": "CMD",
|
|
1503
|
+
"doc": "A cli for redis",
|
|
1504
|
+
"fileNamePattern": {
|
|
1505
|
+
"amd64": {
|
|
1506
|
+
"linux": "sudo nala install redis-tools -y",
|
|
1507
|
+
"macos": null,
|
|
1508
|
+
"windows": null
|
|
1509
|
+
},
|
|
1510
|
+
"arm64": {
|
|
1511
|
+
"linux": null,
|
|
1512
|
+
"macos": null,
|
|
1513
|
+
"windows": null
|
|
1514
|
+
}
|
|
1515
|
+
}
|
|
1516
|
+
},
|
|
1517
|
+
{
|
|
1518
|
+
"appName": "DBeaver",
|
|
1519
|
+
"repoURL": "https://github.com/dbeaver/dbeaver",
|
|
1520
|
+
"doc": "🗃️ Free universal database tool and SQL client.",
|
|
1521
|
+
"fileNamePattern": {
|
|
1522
|
+
"amd64": {
|
|
1523
|
+
"linux": "dbeaver-ce-{version}-linux.gtk.x86_64.tar.gz",
|
|
1524
|
+
"macos": null,
|
|
1525
|
+
"windows": null
|
|
1526
|
+
},
|
|
1527
|
+
"arm64": {
|
|
1528
|
+
"linux": "dbeaver-ce-{version}-linux.gtk.aarch64.tar.gz",
|
|
1529
|
+
"macos": null,
|
|
1530
|
+
"windows": null
|
|
1531
|
+
}
|
|
1532
|
+
}
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"appName": "rainfrog",
|
|
1536
|
+
"repoURL": "https://github.com/achristmascarl/rainfrog",
|
|
1537
|
+
"doc": "🗃️ TUI DB Visualizer",
|
|
1164
1538
|
"fileNamePattern": {
|
|
1165
1539
|
"amd64": {
|
|
1166
1540
|
"linux": "rainfrog-{version}-x86_64-unknown-linux-musl.tar.gz",
|
|
@@ -1174,6 +1548,57 @@
|
|
|
1174
1548
|
}
|
|
1175
1549
|
}
|
|
1176
1550
|
},
|
|
1551
|
+
{
|
|
1552
|
+
"appName": "lazysql",
|
|
1553
|
+
"repoURL": "https://github.com/jorgerojas26/lazysql",
|
|
1554
|
+
"doc": "🗃️ TUI DB Visualizer",
|
|
1555
|
+
"fileNamePattern": {
|
|
1556
|
+
"amd64": {
|
|
1557
|
+
"linux": "lazysql_Linux_x86_64.tar.gz",
|
|
1558
|
+
"macos": "lazysql_Darwin_x86_64.tar.gz",
|
|
1559
|
+
"windows": "lazysql_Windows_x86_64.zip"
|
|
1560
|
+
},
|
|
1561
|
+
"arm64": {
|
|
1562
|
+
"linux": "lazysql_Linux_arm64.tar.gz",
|
|
1563
|
+
"macos": "lazysql_Darwin_arm64.tar.gz",
|
|
1564
|
+
"windows": "lazysql_Windows_arm64.zip"
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"appName": "pgweb",
|
|
1570
|
+
"repoURL": "https://github.com/sosedoff/pgweb/",
|
|
1571
|
+
"doc": "🗃️ Web-based PostgreSQL database browser written in Go",
|
|
1572
|
+
"fileNamePattern": {
|
|
1573
|
+
"amd64": {
|
|
1574
|
+
"linux": "pgweb-linux-amd64.zip",
|
|
1575
|
+
"macos": "pgweb_darwin_amd64.zip",
|
|
1576
|
+
"windows": "pgweb_windows_amd64.zip"
|
|
1577
|
+
},
|
|
1578
|
+
"arm64": {
|
|
1579
|
+
"linux": "pgweb-linux-arm64.zip",
|
|
1580
|
+
"macos": "pgweb_darwin_arm64.zip",
|
|
1581
|
+
"windows": "pgweb_windows_arm64.zip"
|
|
1582
|
+
}
|
|
1583
|
+
}
|
|
1584
|
+
},
|
|
1585
|
+
{
|
|
1586
|
+
"appName": "dbgate",
|
|
1587
|
+
"repoURL": "https://github.com/dbgate/dbgate",
|
|
1588
|
+
"doc": "🗃️ Cross-platform database manager for developers and database administrators",
|
|
1589
|
+
"fileNamePattern": {
|
|
1590
|
+
"amd64": {
|
|
1591
|
+
"linux": "dbgate-{version}-linux_x64.tar.gz",
|
|
1592
|
+
"macos": "dbgate-{version}-mac_x64.zip",
|
|
1593
|
+
"windows": "dbgate-windows-latest.zip"
|
|
1594
|
+
},
|
|
1595
|
+
"arm64": {
|
|
1596
|
+
"linux": "dbgate-{version}-linux_arm64.tar.gz",
|
|
1597
|
+
"macos": "dbgate-{version}-mac_arm64.zip",
|
|
1598
|
+
"windows": "dbgate-windows-latest-arm64.exe"
|
|
1599
|
+
}
|
|
1600
|
+
}
|
|
1601
|
+
},
|
|
1177
1602
|
{
|
|
1178
1603
|
"appName": "duckdb",
|
|
1179
1604
|
"repoURL": "https://github.com/duckdb/duckdb",
|
|
@@ -1191,6 +1616,23 @@
|
|
|
1191
1616
|
}
|
|
1192
1617
|
}
|
|
1193
1618
|
},
|
|
1619
|
+
{
|
|
1620
|
+
"appName": "gonzo",
|
|
1621
|
+
"repoURL": "https://github.com/control-theory/gonzo",
|
|
1622
|
+
"doc": "🕶️ Gonzo is a Go-based TUI for real-time log analysis, like nerdlog, caps-log and lnav.",
|
|
1623
|
+
"fileNamePattern": {
|
|
1624
|
+
"amd64": {
|
|
1625
|
+
"linux": "gonzo-{version}-linux-amd64.tar.gz",
|
|
1626
|
+
"macos": "gonzo-{version}-darwin-amd64.tar.gz",
|
|
1627
|
+
"windows": "gonzo-{version}-windows-amd64.zip"
|
|
1628
|
+
},
|
|
1629
|
+
"arm64": {
|
|
1630
|
+
"linux": "gonzo-{version}-linux-arm64.tar.gz",
|
|
1631
|
+
"macos": "gonzo-{version}-darwin-arm64.tar.gz",
|
|
1632
|
+
"windows": "gonzo-{version}-windows-arm64.zip"
|
|
1633
|
+
}
|
|
1634
|
+
}
|
|
1635
|
+
},
|
|
1194
1636
|
{
|
|
1195
1637
|
"appName": "cpz",
|
|
1196
1638
|
"repoURL": "https://github.com/SUPERCILEX/fuc",
|
|
@@ -1571,9 +2013,9 @@
|
|
|
1571
2013
|
"doc": "📷 qr code scanner",
|
|
1572
2014
|
"fileNamePattern": {
|
|
1573
2015
|
"amd64": {
|
|
1574
|
-
"linux":
|
|
1575
|
-
"macos":
|
|
1576
|
-
"windows":
|
|
2016
|
+
"linux": "qrscan-{version}-x86_64-unknown-linux-gnu.tar.gz",
|
|
2017
|
+
"macos": "qrscan-{version}-x86_64-apple-darwin.tar.gz",
|
|
2018
|
+
"windows": "qrscan-{version}-i686-pc-windows-msvc.zip"
|
|
1577
2019
|
},
|
|
1578
2020
|
"arm64": {
|
|
1579
2021
|
"linux": null,
|
|
@@ -1582,37 +2024,54 @@
|
|
|
1582
2024
|
}
|
|
1583
2025
|
}
|
|
1584
2026
|
},
|
|
2027
|
+
{
|
|
2028
|
+
"appName": "qrterminal",
|
|
2029
|
+
"repoURL": "https://github.com/mdp/qrterminal",
|
|
2030
|
+
"doc": "📷 qr code terminal from string",
|
|
2031
|
+
"fileNamePattern": {
|
|
2032
|
+
"amd64": {
|
|
2033
|
+
"linux": "qrterminal_Linux_x86_64.tar.gz",
|
|
2034
|
+
"macos": "qrterminal_Darwin_x86_64.tar.gz",
|
|
2035
|
+
"windows": "qrterminal_Windows_x86_64.zip"
|
|
2036
|
+
},
|
|
2037
|
+
"arm64": {
|
|
2038
|
+
"linux": "qrterminal_Linux_arm64.tar.gz",
|
|
2039
|
+
"macos": "qrterminal_Darwin_arm64.tar.gz",
|
|
2040
|
+
"windows": "qrterminal_Windows_arm64.zip"
|
|
2041
|
+
}
|
|
2042
|
+
}
|
|
2043
|
+
},
|
|
1585
2044
|
{
|
|
1586
2045
|
"appName": "termscp",
|
|
1587
2046
|
"repoURL": "https://github.com/veeso/termscp",
|
|
1588
2047
|
"doc": "📂 A TUI like winscp",
|
|
1589
2048
|
"fileNamePattern": {
|
|
1590
2049
|
"amd64": {
|
|
1591
|
-
"linux":
|
|
1592
|
-
"macos":
|
|
2050
|
+
"linux": "termscp-{version}-x86_64-unknown-linux-musl.tar.gz",
|
|
2051
|
+
"macos": "termscp-{version}-x86_64-apple-darwin.tar.gz",
|
|
1593
2052
|
"windows": null
|
|
1594
2053
|
},
|
|
1595
2054
|
"arm64": {
|
|
1596
|
-
"linux":
|
|
1597
|
-
"macos":
|
|
2055
|
+
"linux": "termscp-{version}-aarch64-unknown-linux-musl.tar.gz",
|
|
2056
|
+
"macos": "termscp-{version}-aarch64-apple-darwin.tar.gz",
|
|
1598
2057
|
"windows": null
|
|
1599
2058
|
}
|
|
1600
2059
|
}
|
|
1601
2060
|
},
|
|
1602
2061
|
{
|
|
1603
2062
|
"appName": "qr",
|
|
1604
|
-
"repoURL": "
|
|
2063
|
+
"repoURL": "CMD",
|
|
1605
2064
|
"doc": "🔲 qr code generator. String to qr code.",
|
|
1606
2065
|
"fileNamePattern": {
|
|
1607
2066
|
"amd64": {
|
|
1608
|
-
"linux":
|
|
1609
|
-
"macos":
|
|
1610
|
-
"windows":
|
|
2067
|
+
"linux": "uv tool install qrcode",
|
|
2068
|
+
"macos": "uv tool install qrcode",
|
|
2069
|
+
"windows": "uv tool install qrcode"
|
|
1611
2070
|
},
|
|
1612
2071
|
"arm64": {
|
|
1613
|
-
"linux":
|
|
1614
|
-
"macos":
|
|
1615
|
-
"windows":
|
|
2072
|
+
"linux": "uv tool install qrcode",
|
|
2073
|
+
"macos": "uv tool install qrcode",
|
|
2074
|
+
"windows": "uv tool install qrcode"
|
|
1616
2075
|
}
|
|
1617
2076
|
}
|
|
1618
2077
|
},
|
|
@@ -1622,14 +2081,31 @@
|
|
|
1622
2081
|
"doc": "🗂️ filebrowser provides a file managing interface within a specified directory",
|
|
1623
2082
|
"fileNamePattern": {
|
|
1624
2083
|
"amd64": {
|
|
1625
|
-
"linux":
|
|
1626
|
-
"macos":
|
|
1627
|
-
"windows":
|
|
2084
|
+
"linux": "linux-amd64-filebrowser.tar.gz",
|
|
2085
|
+
"macos": "darwin-amd64-filebrowser.tar.gz",
|
|
2086
|
+
"windows": "windows-amd64-filebrowser.zip"
|
|
1628
2087
|
},
|
|
1629
2088
|
"arm64": {
|
|
1630
|
-
"linux":
|
|
1631
|
-
"macos":
|
|
1632
|
-
"windows":
|
|
2089
|
+
"linux": "linux-arm64-filebrowser.tar.gz",
|
|
2090
|
+
"macos": "darwin-arm64-filebrowser.tar.gz",
|
|
2091
|
+
"windows": "windows-arm64-filebrowser.zip"
|
|
2092
|
+
}
|
|
2093
|
+
}
|
|
2094
|
+
},
|
|
2095
|
+
{
|
|
2096
|
+
"appName": "miniserve",
|
|
2097
|
+
"repoURL": "https://github.com/svenstaro/miniserve",
|
|
2098
|
+
"doc": "📂 A small, self-contained file server with directory listings",
|
|
2099
|
+
"fileNamePattern": {
|
|
2100
|
+
"amd64": {
|
|
2101
|
+
"linux": "miniserve-{version}-x86_64-unknown-linux-musl",
|
|
2102
|
+
"macos": "miniserve-{version}-x86_64-apple-darwin",
|
|
2103
|
+
"windows": "miniserve-{version}-x86_64-pc-windows-msvc.exe"
|
|
2104
|
+
},
|
|
2105
|
+
"arm64": {
|
|
2106
|
+
"linux": "miniserve-{version}-aarch64-unknown-linux-musl",
|
|
2107
|
+
"macos": "miniserve-{version}-aarch64-apple-darwin",
|
|
2108
|
+
"windows": "miniserve-{version}-aarch64-pc-windows-msvc.exe"
|
|
1633
2109
|
}
|
|
1634
2110
|
}
|
|
1635
2111
|
},
|
|
@@ -1639,13 +2115,13 @@
|
|
|
1639
2115
|
"doc": "☁️ Self-hosted file management system with muilt-cloud support.",
|
|
1640
2116
|
"fileNamePattern": {
|
|
1641
2117
|
"amd64": {
|
|
1642
|
-
"linux":
|
|
1643
|
-
"macos":
|
|
2118
|
+
"linux": "cloudreve_{version}_linux_amd64.tar.gz",
|
|
2119
|
+
"macos": "cloudreve_{version}_darwin_amd64.tar.gz",
|
|
1644
2120
|
"windows": null
|
|
1645
2121
|
},
|
|
1646
2122
|
"arm64": {
|
|
1647
|
-
"linux":
|
|
1648
|
-
"macos":
|
|
2123
|
+
"linux": "cloudreve_{version}_linux_arm64.tar.gz",
|
|
2124
|
+
"macos": "cloudreve_{version}_darwin_arm64.tar.gz",
|
|
1649
2125
|
"windows": null
|
|
1650
2126
|
}
|
|
1651
2127
|
}
|
|
@@ -1656,13 +2132,13 @@
|
|
|
1656
2132
|
"doc": "💾 backup program that is fast, efficient and secure. It supports the three major operating systems",
|
|
1657
2133
|
"fileNamePattern": {
|
|
1658
2134
|
"amd64": {
|
|
1659
|
-
"linux":
|
|
1660
|
-
"macos":
|
|
1661
|
-
"windows":
|
|
2135
|
+
"linux": "restic_{version}_linux_amd64.bz2",
|
|
2136
|
+
"macos": "restic_{version}_darwin_amd64.bz2",
|
|
2137
|
+
"windows": "restic_{version}_windows_amd64.zip"
|
|
1662
2138
|
},
|
|
1663
2139
|
"arm64": {
|
|
1664
|
-
"linux":
|
|
1665
|
-
"macos":
|
|
2140
|
+
"linux": "restic_{version}_linux_arm64.bz2",
|
|
2141
|
+
"macos": "restic_{version}_darwin_arm64.bz2",
|
|
1666
2142
|
"windows": null
|
|
1667
2143
|
}
|
|
1668
2144
|
}
|
|
@@ -1673,13 +2149,13 @@
|
|
|
1673
2149
|
"doc": "🔄 Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.",
|
|
1674
2150
|
"fileNamePattern": {
|
|
1675
2151
|
"amd64": {
|
|
1676
|
-
"linux":
|
|
1677
|
-
"macos":
|
|
1678
|
-
"windows":
|
|
2152
|
+
"linux": "syncthing-linux-amd64-v{version}.tar.gz",
|
|
2153
|
+
"macos": "syncthing-osx-amd64-v{version}.tar.gz",
|
|
2154
|
+
"windows": "syncthing-windows-amd64-v{version}.zip"
|
|
1679
2155
|
},
|
|
1680
2156
|
"arm64": {
|
|
1681
|
-
"linux":
|
|
1682
|
-
"macos":
|
|
2157
|
+
"linux": "syncthing-linux-arm64-v{version}.tar.gz",
|
|
2158
|
+
"macos": "syncthing-osx-arm64-v{version}.tar.gz",
|
|
1683
2159
|
"windows": null
|
|
1684
2160
|
}
|
|
1685
2161
|
}
|
|
@@ -1690,13 +2166,13 @@
|
|
|
1690
2166
|
"doc": "🌐 Istio is an open source service mesh that layers transparently onto existing distributed applications",
|
|
1691
2167
|
"fileNamePattern": {
|
|
1692
2168
|
"amd64": {
|
|
1693
|
-
"linux":
|
|
1694
|
-
"macos":
|
|
2169
|
+
"linux": "istio-{version}-linux-amd64.tar.gz",
|
|
2170
|
+
"macos": "istio-{version}-osx-amd64.tar.gz",
|
|
1695
2171
|
"windows": null
|
|
1696
2172
|
},
|
|
1697
2173
|
"arm64": {
|
|
1698
|
-
"linux":
|
|
1699
|
-
"macos":
|
|
2174
|
+
"linux": "istio-{version}-linux-arm64.tar.gz",
|
|
2175
|
+
"macos": "istio-{version}-osx-arm64.tar.gz",
|
|
1700
2176
|
"windows": null
|
|
1701
2177
|
}
|
|
1702
2178
|
}
|
|
@@ -1707,13 +2183,13 @@
|
|
|
1707
2183
|
"doc": "⏲️ Pomodoro timer for the command-line",
|
|
1708
2184
|
"fileNamePattern": {
|
|
1709
2185
|
"amd64": {
|
|
1710
|
-
"linux":
|
|
1711
|
-
"macos":
|
|
1712
|
-
"windows":
|
|
2186
|
+
"linux": "openpomodoro-cli_{version}_linux_x86_64.tar.gz",
|
|
2187
|
+
"macos": "openpomodoro-cli_{version}_darwin_x86_64.tar.gz",
|
|
2188
|
+
"windows": "openpomodoro-cli_{version}_windows_x86_64.zip"
|
|
1713
2189
|
},
|
|
1714
2190
|
"arm64": {
|
|
1715
|
-
"linux":
|
|
1716
|
-
"macos":
|
|
2191
|
+
"linux": "openpomodoro-cli_{version}_linux_aarch64.tar.gz",
|
|
2192
|
+
"macos": "openpomodoro-cli_{version}_darwin_aarch64.tar.gz",
|
|
1717
2193
|
"windows": null
|
|
1718
2194
|
}
|
|
1719
2195
|
}
|
|
@@ -1724,14 +2200,14 @@
|
|
|
1724
2200
|
"doc": "🦀 Rust Language Server (LSP)",
|
|
1725
2201
|
"fileNamePattern": {
|
|
1726
2202
|
"amd64": {
|
|
1727
|
-
"linux":
|
|
1728
|
-
"macos":
|
|
1729
|
-
"windows":
|
|
2203
|
+
"linux": "rust-analyzer-x86_64-unknown-linux-gnu.gz",
|
|
2204
|
+
"macos": "rust-analyzer-x86_64-apple-darwin.gz",
|
|
2205
|
+
"windows": "rust-analyzer-x86_64-pc-windows-msvc.zip"
|
|
1730
2206
|
},
|
|
1731
2207
|
"arm64": {
|
|
1732
|
-
"linux":
|
|
1733
|
-
"macos":
|
|
1734
|
-
"windows":
|
|
2208
|
+
"linux": "rust-analyzer-aarch64-unknown-linux-gnu.gz",
|
|
2209
|
+
"macos": "rust-analyzer-aarch64-apple-darwin.gz",
|
|
2210
|
+
"windows": "rust-analyzer-aarch64-pc-windows-msvc.zip"
|
|
1735
2211
|
}
|
|
1736
2212
|
}
|
|
1737
2213
|
},
|
|
@@ -1741,31 +2217,31 @@
|
|
|
1741
2217
|
"doc": "🧹 cleans projects from litter files.",
|
|
1742
2218
|
"fileNamePattern": {
|
|
1743
2219
|
"amd64": {
|
|
1744
|
-
"linux":
|
|
1745
|
-
"macos":
|
|
1746
|
-
"windows":
|
|
2220
|
+
"linux": "kondo-linux-x86_64.tar.gz",
|
|
2221
|
+
"macos": "kondo-macos-x86_64.tar.gz",
|
|
2222
|
+
"windows": "kondo-windows-x86_64.zip"
|
|
1747
2223
|
},
|
|
1748
2224
|
"arm64": {
|
|
1749
|
-
"linux":
|
|
1750
|
-
"macos":
|
|
2225
|
+
"linux": "kondo-linux-aarch64.tar.gz",
|
|
2226
|
+
"macos": "kondo-macos-aarch64.tar.gz",
|
|
1751
2227
|
"windows": null
|
|
1752
2228
|
}
|
|
1753
2229
|
}
|
|
1754
2230
|
},
|
|
1755
2231
|
{
|
|
1756
2232
|
"appName": "tokei",
|
|
1757
|
-
"repoURL": "
|
|
2233
|
+
"repoURL": "CMD",
|
|
1758
2234
|
"doc": "📊 Counts the number of lines of code, comments, and blanks in a project.",
|
|
1759
2235
|
"fileNamePattern": {
|
|
1760
2236
|
"amd64": {
|
|
1761
|
-
"linux":
|
|
1762
|
-
"macos":
|
|
1763
|
-
"windows":
|
|
2237
|
+
"linux": "cargo install tokei",
|
|
2238
|
+
"macos": "brew install tokei",
|
|
2239
|
+
"windows": "winget install XAMPPRocky.tokei --source winget --scope user --accept-package-agreements --accept-source-agreements"
|
|
1764
2240
|
},
|
|
1765
2241
|
"arm64": {
|
|
1766
|
-
"linux":
|
|
1767
|
-
"macos":
|
|
1768
|
-
"windows":
|
|
2242
|
+
"linux": "cargo install tokei",
|
|
2243
|
+
"macos": "brew install tokei",
|
|
2244
|
+
"windows": "winget install XAMPPRocky.tokei --source winget --scope user --accept-package-agreements --accept-source-agreements"
|
|
1769
2245
|
}
|
|
1770
2246
|
}
|
|
1771
2247
|
},
|
|
@@ -1775,13 +2251,13 @@
|
|
|
1775
2251
|
"doc": "🐙 A simple terminal UI for git commands",
|
|
1776
2252
|
"fileNamePattern": {
|
|
1777
2253
|
"amd64": {
|
|
1778
|
-
"linux":
|
|
1779
|
-
"macos":
|
|
1780
|
-
"windows":
|
|
2254
|
+
"linux": "lazygit_{version}_linux_x86_64.tar.gz",
|
|
2255
|
+
"macos": "lazygit_{version}_darwin_x86_64.tar.gz",
|
|
2256
|
+
"windows": "lazygit_{version}_windows_x86_64.zip"
|
|
1781
2257
|
},
|
|
1782
2258
|
"arm64": {
|
|
1783
|
-
"linux":
|
|
1784
|
-
"macos":
|
|
2259
|
+
"linux": "lazygit_{version}_linux_arm64.tar.gz",
|
|
2260
|
+
"macos": "lazygit_{version}_darwin_arm64.tar.gz",
|
|
1785
2261
|
"windows": null
|
|
1786
2262
|
}
|
|
1787
2263
|
}
|
|
@@ -1826,13 +2302,13 @@
|
|
|
1826
2302
|
"doc": "📊 Git repository summary on your terminal",
|
|
1827
2303
|
"fileNamePattern": {
|
|
1828
2304
|
"amd64": {
|
|
1829
|
-
"linux":
|
|
1830
|
-
"macos":
|
|
1831
|
-
"windows":
|
|
2305
|
+
"linux": "onefetch-{version}-x86_64-unknown-linux-gnu.tar.gz",
|
|
2306
|
+
"macos": "onefetch-{version}-x86_64-apple-darwin.tar.gz",
|
|
2307
|
+
"windows": "onefetch-{version}-x86_64-pc-windows-msvc.zip"
|
|
1832
2308
|
},
|
|
1833
2309
|
"arm64": {
|
|
1834
|
-
"linux":
|
|
1835
|
-
"macos":
|
|
2310
|
+
"linux": "onefetch-{version}-aarch64-unknown-linux-gnu.tar.gz",
|
|
2311
|
+
"macos": "onefetch-{version}-aarch64-apple-darwin.tar.gz",
|
|
1836
2312
|
"windows": null
|
|
1837
2313
|
}
|
|
1838
2314
|
}
|
|
@@ -1843,14 +2319,14 @@
|
|
|
1843
2319
|
"doc": "📈 analyze Git repositories and generate a visual contributions graph",
|
|
1844
2320
|
"fileNamePattern": {
|
|
1845
2321
|
"amd64": {
|
|
1846
|
-
"linux":
|
|
1847
|
-
"macos":
|
|
1848
|
-
"windows":
|
|
2322
|
+
"linux": "gitcs_linux_amd64",
|
|
2323
|
+
"macos": "gitcs_darwin_amd64",
|
|
2324
|
+
"windows": "gitcs_windows_amd64.exe"
|
|
1849
2325
|
},
|
|
1850
2326
|
"arm64": {
|
|
1851
|
-
"linux":
|
|
2327
|
+
"linux": "gitcs_linux_386",
|
|
1852
2328
|
"macos": null,
|
|
1853
|
-
"windows":
|
|
2329
|
+
"windows": "gitcs_windows_386.exe"
|
|
1854
2330
|
}
|
|
1855
2331
|
}
|
|
1856
2332
|
},
|
|
@@ -1860,9 +2336,9 @@
|
|
|
1860
2336
|
"doc": "🎯 A command runner",
|
|
1861
2337
|
"fileNamePattern": {
|
|
1862
2338
|
"amd64": {
|
|
1863
|
-
"linux":
|
|
1864
|
-
"macos":
|
|
1865
|
-
"windows":
|
|
2339
|
+
"linux": "gitcs_linux_amd64",
|
|
2340
|
+
"macos": "gitcs_darwin_amd64",
|
|
2341
|
+
"windows": "gitcs_windows_amd64.exe"
|
|
1866
2342
|
},
|
|
1867
2343
|
"arm64": {
|
|
1868
2344
|
"linux": null,
|
|
@@ -1877,12 +2353,12 @@
|
|
|
1877
2353
|
"doc": "📚 An interactive cheatsheet tool for the command-line",
|
|
1878
2354
|
"fileNamePattern": {
|
|
1879
2355
|
"amd64": {
|
|
1880
|
-
"linux":
|
|
2356
|
+
"linux": "navi-v{version}-x86_64-unknown-linux-musl.tar.gz",
|
|
1881
2357
|
"macos": null,
|
|
1882
|
-
"windows":
|
|
2358
|
+
"windows": "navi-v{version}-x86_64-pc-windows-gnu.zip"
|
|
1883
2359
|
},
|
|
1884
2360
|
"arm64": {
|
|
1885
|
-
"linux":
|
|
2361
|
+
"linux": "navi-v{version}-aarch64-unknown-linux-gnu.tar.gz",
|
|
1886
2362
|
"macos": null,
|
|
1887
2363
|
"windows": null
|
|
1888
2364
|
}
|
|
@@ -1894,13 +2370,13 @@
|
|
|
1894
2370
|
"doc": "⚡ A very fast implementation of tldr in Rust",
|
|
1895
2371
|
"fileNamePattern": {
|
|
1896
2372
|
"amd64": {
|
|
1897
|
-
"linux":
|
|
1898
|
-
"macos":
|
|
1899
|
-
"windows":
|
|
2373
|
+
"linux": "tealdeer-linux-x86_64-musl",
|
|
2374
|
+
"macos": "tealdeer-macos-x86_64",
|
|
2375
|
+
"windows": "tealdeer-windows-x86_64-msvc.exe"
|
|
1900
2376
|
},
|
|
1901
2377
|
"arm64": {
|
|
1902
|
-
"linux":
|
|
1903
|
-
"macos":
|
|
2378
|
+
"linux": "tealdeer-linux-aarch64-musl",
|
|
2379
|
+
"macos": "tealdeer-macos-aarch64",
|
|
1904
2380
|
"windows": null
|
|
1905
2381
|
}
|
|
1906
2382
|
}
|
|
@@ -1911,14 +2387,82 @@
|
|
|
1911
2387
|
"doc": "🔍 A simple network sniffer in Rust",
|
|
1912
2388
|
"fileNamePattern": {
|
|
1913
2389
|
"amd64": {
|
|
1914
|
-
"linux":
|
|
1915
|
-
"macos":
|
|
1916
|
-
"windows":
|
|
2390
|
+
"linux": "Sniffnet_LinuxAppImage_amd64.AppImage",
|
|
2391
|
+
"macos": "Sniffnet_macOS_Intel.dmg",
|
|
2392
|
+
"windows": "Sniffnet_Windows_x64.msi"
|
|
1917
2393
|
},
|
|
1918
2394
|
"arm64": {
|
|
1919
|
-
"linux":
|
|
1920
|
-
"macos":
|
|
1921
|
-
"windows":
|
|
2395
|
+
"linux": "Sniffnet_LinuxAppImage_arm64.AppImage",
|
|
2396
|
+
"macos": "Sniffnet_macOS_AppleSilicon.dmg",
|
|
2397
|
+
"windows": "Sniffnet_Windows_arm64.msi"
|
|
2398
|
+
}
|
|
2399
|
+
}
|
|
2400
|
+
},
|
|
2401
|
+
{
|
|
2402
|
+
"appName": "trippy",
|
|
2403
|
+
"repoURL": "https://github.com/fujiapple852/trippy",
|
|
2404
|
+
"doc": "🧭 A network diagnostic tool combining traceroute and ping)",
|
|
2405
|
+
"fileNamePattern": {
|
|
2406
|
+
"amd64": {
|
|
2407
|
+
"linux": "trippy-{version}-x86_64-unknown-linux-musl.tar.gz",
|
|
2408
|
+
"macos": "trippy-{version}-x86_64-apple-darwin.tar.gz",
|
|
2409
|
+
"windows": "trippy-{version}-x86_64-pc-windows-msvc.zip"
|
|
2410
|
+
},
|
|
2411
|
+
"arm64": {
|
|
2412
|
+
"linux": "trippy-{version}-aarch64-unknown-linux-musl.tar.gz",
|
|
2413
|
+
"macos": "trippy-{version}-aarch64-apple-darwin.tar.gz",
|
|
2414
|
+
"windows": "trippy-{version}-aarch64-pc-windows-msvc.zip"
|
|
2415
|
+
}
|
|
2416
|
+
}
|
|
2417
|
+
},
|
|
2418
|
+
{
|
|
2419
|
+
"appName": "oryx",
|
|
2420
|
+
"repoURL": "https://github.com/pythops/oryx",
|
|
2421
|
+
"doc": "🕵️♂️ TUI for sniffing network traffic using eBPF on Linux",
|
|
2422
|
+
"fileNamePattern": {
|
|
2423
|
+
"amd64": {
|
|
2424
|
+
"linux": "oryx-x86_64-unknown-linux-gnu.tar.gz",
|
|
2425
|
+
"macos": "",
|
|
2426
|
+
"windows": ""
|
|
2427
|
+
},
|
|
2428
|
+
"arm64": {
|
|
2429
|
+
"linux": "oryx-aarch64-unknown-linux-gnu.tar.gz",
|
|
2430
|
+
"macos": "",
|
|
2431
|
+
"windows": ""
|
|
2432
|
+
}
|
|
2433
|
+
}
|
|
2434
|
+
},
|
|
2435
|
+
{
|
|
2436
|
+
"appName": "tufw",
|
|
2437
|
+
"repoURL": "https://github.com/peltho/tufw",
|
|
2438
|
+
"doc": "📋 Terminal UI for UFW (Uncomplicated Firewall) on Linux",
|
|
2439
|
+
"fileNamePattern": {
|
|
2440
|
+
"amd64": {
|
|
2441
|
+
"linux": "tufw_{version}_linux_amd64.tar.gz",
|
|
2442
|
+
"macos": "",
|
|
2443
|
+
"windows": ""
|
|
2444
|
+
},
|
|
2445
|
+
"arm64": {
|
|
2446
|
+
"linux": "tufw_{version}_linux_arm64.tar.gz",
|
|
2447
|
+
"macos": "",
|
|
2448
|
+
"windows": ""
|
|
2449
|
+
}
|
|
2450
|
+
}
|
|
2451
|
+
},
|
|
2452
|
+
{
|
|
2453
|
+
"appName": "netscanner",
|
|
2454
|
+
"repoURL": "https://github.com/Chleba/netscanner",
|
|
2455
|
+
"doc": "📡 Terminal network scanner & diagnostic tool with TUI (v0.6.3)",
|
|
2456
|
+
"fileNamePattern": {
|
|
2457
|
+
"amd64": {
|
|
2458
|
+
"linux": "netscanner-{version}-x86_64-unknown-linux-gnu.tar.gz",
|
|
2459
|
+
"macos": "netscanner-{version}-x86_64-apple-darwin.tar.gz",
|
|
2460
|
+
"windows": "netscanner-{version}-x86_64-pc-windows-msvc.zip"
|
|
2461
|
+
},
|
|
2462
|
+
"arm64": {
|
|
2463
|
+
"linux": "netscanner-{version}-aarch64-unknown-linux-gnu.tar.gz",
|
|
2464
|
+
"macos": "netscanner-{version}-aarch64-apple-darwin.tar.gz",
|
|
2465
|
+
"windows": "netscanner-{version}-aarch64-pc-windows-msvc.zip"
|
|
1922
2466
|
}
|
|
1923
2467
|
}
|
|
1924
2468
|
},
|
|
@@ -1928,13 +2472,13 @@
|
|
|
1928
2472
|
"doc": "⚡ A command-line benchmarking tool",
|
|
1929
2473
|
"fileNamePattern": {
|
|
1930
2474
|
"amd64": {
|
|
1931
|
-
"linux":
|
|
1932
|
-
"macos":
|
|
1933
|
-
"windows":
|
|
2475
|
+
"linux": "hyperfine-v{version}-x86_64-unknown-linux-gnu.tar.gz",
|
|
2476
|
+
"macos": "hyperfine-v{version}-x86_64-apple-darwin.tar.gz",
|
|
2477
|
+
"windows": "hyperfine-v{version}-x86_64-pc-windows-msvc.zip"
|
|
1934
2478
|
},
|
|
1935
2479
|
"arm64": {
|
|
1936
|
-
"linux":
|
|
1937
|
-
"macos":
|
|
2480
|
+
"linux": "hyperfine-v{version}-aarch64-unknown-linux-gnu.tar.gz",
|
|
2481
|
+
"macos": "hyperfine-v{version}-aarch64-apple-darwin.tar.gz",
|
|
1938
2482
|
"windows": null
|
|
1939
2483
|
}
|
|
1940
2484
|
}
|
|
@@ -1945,14 +2489,14 @@
|
|
|
1945
2489
|
"doc": "🤖 Get up and running with large language models locally.",
|
|
1946
2490
|
"fileNamePattern": {
|
|
1947
2491
|
"amd64": {
|
|
1948
|
-
"linux":
|
|
1949
|
-
"macos":
|
|
1950
|
-
"windows":
|
|
2492
|
+
"linux": "ollama-linux-amd64.tgz",
|
|
2493
|
+
"macos": "Ollama.dmg",
|
|
2494
|
+
"windows": "OllamaSetup.exe"
|
|
1951
2495
|
},
|
|
1952
2496
|
"arm64": {
|
|
1953
|
-
"linux":
|
|
1954
|
-
"macos":
|
|
1955
|
-
"windows":
|
|
2497
|
+
"linux": "ollama-linux-arm64.tgz",
|
|
2498
|
+
"macos": "Ollama.dmg",
|
|
2499
|
+
"windows": "ollama-windows-arm64.zip"
|
|
1956
2500
|
}
|
|
1957
2501
|
}
|
|
1958
2502
|
},
|
|
@@ -1962,8 +2506,8 @@
|
|
|
1962
2506
|
"doc": "💰 Cointop is a fast and lightweight interactive terminal based UI application for tracking and monitoring cryptocurrency coin stats in real-time.",
|
|
1963
2507
|
"fileNamePattern": {
|
|
1964
2508
|
"amd64": {
|
|
1965
|
-
"linux":
|
|
1966
|
-
"macos":
|
|
2509
|
+
"linux": "cointop_{version}_linux_amd64.tar.gz",
|
|
2510
|
+
"macos": "cointop_{version}_darwin_amd64.tar.gz",
|
|
1967
2511
|
"windows": null
|
|
1968
2512
|
},
|
|
1969
2513
|
"arm64": {
|
|
@@ -1979,14 +2523,14 @@
|
|
|
1979
2523
|
"doc": "🖥️ Text-based desktop environment inside your terminal",
|
|
1980
2524
|
"fileNamePattern": {
|
|
1981
2525
|
"amd64": {
|
|
1982
|
-
"linux":
|
|
1983
|
-
"macos":
|
|
1984
|
-
"windows":
|
|
2526
|
+
"linux": "vtm_linux_x86_64.tar.7z",
|
|
2527
|
+
"macos": "vtm_macos_any.tar.7z",
|
|
2528
|
+
"windows": "vtm_windows_x86_64.7z"
|
|
1985
2529
|
},
|
|
1986
2530
|
"arm64": {
|
|
1987
|
-
"linux":
|
|
1988
|
-
"macos":
|
|
1989
|
-
"windows":
|
|
2531
|
+
"linux": "vtm_linux_arm64.tar.7z",
|
|
2532
|
+
"macos": "vtm_macos_any.tar.7z",
|
|
2533
|
+
"windows": "vtm_windows_arm64.7z"
|
|
1990
2534
|
}
|
|
1991
2535
|
}
|
|
1992
2536
|
},
|
|
@@ -1996,12 +2540,12 @@
|
|
|
1996
2540
|
"doc": "🚀 fullscreen, cross-platform terminal emulator and system monitor that looks and feels like a sci-fi computer interface",
|
|
1997
2541
|
"fileNamePattern": {
|
|
1998
2542
|
"amd64": {
|
|
1999
|
-
"linux":
|
|
2000
|
-
"macos":
|
|
2001
|
-
"windows":
|
|
2543
|
+
"linux": "eDEX-UI-Linux-x86_64.AppImage",
|
|
2544
|
+
"macos": "eDEX-UI-macOS-x64.dmg",
|
|
2545
|
+
"windows": "eDEX-UI-Windows-x64.exe"
|
|
2002
2546
|
},
|
|
2003
2547
|
"arm64": {
|
|
2004
|
-
"linux":
|
|
2548
|
+
"linux": "eDEX-UI-Linux-arm64.AppImage",
|
|
2005
2549
|
"macos": null,
|
|
2006
2550
|
"windows": null
|
|
2007
2551
|
}
|
|
@@ -2013,9 +2557,9 @@
|
|
|
2013
2557
|
"doc": "💻 Terminal emulator",
|
|
2014
2558
|
"fileNamePattern": {
|
|
2015
2559
|
"amd64": {
|
|
2016
|
-
"linux":
|
|
2017
|
-
"macos":
|
|
2018
|
-
"windows":
|
|
2560
|
+
"linux": "ExtratermQt-{version}.glibc2.34-x86_64.AppImage",
|
|
2561
|
+
"macos": "ExtratermQt_{version}.dmg",
|
|
2562
|
+
"windows": "extratermqt-setup-{version}.exe"
|
|
2019
2563
|
},
|
|
2020
2564
|
"arm64": {
|
|
2021
2565
|
"linux": null,
|
|
@@ -2025,14 +2569,14 @@
|
|
|
2025
2569
|
}
|
|
2026
2570
|
},
|
|
2027
2571
|
{
|
|
2028
|
-
"appName": "
|
|
2572
|
+
"appName": "nu",
|
|
2029
2573
|
"repoURL": "https://github.com/nushell/nushell",
|
|
2030
|
-
"doc": "🐚
|
|
2574
|
+
"doc": "🐚 Nushell, a cross-platform shell in Rust.",
|
|
2031
2575
|
"fileNamePattern": {
|
|
2032
2576
|
"amd64": {
|
|
2033
|
-
"linux":
|
|
2034
|
-
"macos":
|
|
2035
|
-
"windows":
|
|
2577
|
+
"linux": "nu-{version}-x86_64-unknown-linux-gnu.tar.gz",
|
|
2578
|
+
"macos": "nu-{version}-x86_64-apple-darwin.tar.gz",
|
|
2579
|
+
"windows": "nu-{version}-x86_64-pc-windows-msvc.zip"
|
|
2036
2580
|
},
|
|
2037
2581
|
"arm64": {
|
|
2038
2582
|
"linux": null,
|
|
@@ -2047,14 +2591,14 @@
|
|
|
2047
2591
|
"doc": "🦊 WebDriver for Firefox.",
|
|
2048
2592
|
"fileNamePattern": {
|
|
2049
2593
|
"amd64": {
|
|
2050
|
-
"linux":
|
|
2051
|
-
"macos":
|
|
2052
|
-
"windows":
|
|
2594
|
+
"linux": "geckodriver-v{version}-linux64.tar.gz",
|
|
2595
|
+
"macos": "geckodriver-v{version}-macos.tar.gz",
|
|
2596
|
+
"windows": "geckodriver-v{version}-win64.zip"
|
|
2053
2597
|
},
|
|
2054
2598
|
"arm64": {
|
|
2055
|
-
"linux":
|
|
2056
|
-
"macos":
|
|
2057
|
-
"windows":
|
|
2599
|
+
"linux": "geckodriver-v{version}-linux-aarch64.tar.gz",
|
|
2600
|
+
"macos": "geckodriver-v{version}-macos-aarch64.tar.gz",
|
|
2601
|
+
"windows": "geckodriver-v{version}-win-aarch64.zip"
|
|
2058
2602
|
}
|
|
2059
2603
|
}
|
|
2060
2604
|
},
|
|
@@ -2065,12 +2609,12 @@
|
|
|
2065
2609
|
"fileNamePattern": {
|
|
2066
2610
|
"amd64": {
|
|
2067
2611
|
"linux": "ngrok.sh",
|
|
2068
|
-
"windows": "winget install ngrok -
|
|
2612
|
+
"windows": "winget install ngrok --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
2069
2613
|
"macos": "brew install ngrok"
|
|
2070
2614
|
},
|
|
2071
2615
|
"arm64": {
|
|
2072
2616
|
"linux": "ngrok.sh",
|
|
2073
|
-
"windows": "winget install ngrok -
|
|
2617
|
+
"windows": "winget install ngrok --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
2074
2618
|
"macos": "brew install ngrok"
|
|
2075
2619
|
}
|
|
2076
2620
|
}
|
|
@@ -2110,6 +2654,40 @@
|
|
|
2110
2654
|
}
|
|
2111
2655
|
}
|
|
2112
2656
|
},
|
|
2657
|
+
{
|
|
2658
|
+
"appName": "mods",
|
|
2659
|
+
"repoURL": "https://github.com/charmbracelet/mods/",
|
|
2660
|
+
"doc": "🤖 AI for the command line, built for pipelines",
|
|
2661
|
+
"fileNamePattern": {
|
|
2662
|
+
"amd64": {
|
|
2663
|
+
"linux": "mods_{version}_Linux_x86_64.tar.gz",
|
|
2664
|
+
"macos": "mods_{version}_Darwin_x86_64.tar.gz",
|
|
2665
|
+
"windows": "mods_{version}_Windows_x86_64.zip"
|
|
2666
|
+
},
|
|
2667
|
+
"arm64": {
|
|
2668
|
+
"linux": "mods_{version}_Linux_arm64.tar.gz",
|
|
2669
|
+
"macos": "mods_{version}_Darwin_arm64.tar.gz",
|
|
2670
|
+
"windows": "mods_{version}_Windows_arm64.zip"
|
|
2671
|
+
}
|
|
2672
|
+
}
|
|
2673
|
+
},
|
|
2674
|
+
{
|
|
2675
|
+
"appName": "aichat",
|
|
2676
|
+
"repoURL": "https://github.com/sigoden/aichat",
|
|
2677
|
+
"doc": "Terminal-based CLI agents and tools for productivity and coding.",
|
|
2678
|
+
"fileNamePattern": {
|
|
2679
|
+
"amd64": {
|
|
2680
|
+
"linux": "aichat-{version}-x86_64-unknown-linux-musl.tar.gz",
|
|
2681
|
+
"macos": "aichat-{version}-x86_64-apple-darwin.tar.gz",
|
|
2682
|
+
"windows": "aichat-{version}-x86_64-pc-windows-msvc.zip"
|
|
2683
|
+
},
|
|
2684
|
+
"arm64": {
|
|
2685
|
+
"linux": "aichat-{version}-aarch64-unknown-linux-musl.tar.gz",
|
|
2686
|
+
"macos": "aichat-{version}-aarch64-apple-darwin.tar.gz",
|
|
2687
|
+
"windows": "aichat-{version}-aarch64-pc-windows-msvc.zip"
|
|
2688
|
+
}
|
|
2689
|
+
}
|
|
2690
|
+
},
|
|
2113
2691
|
{
|
|
2114
2692
|
"appName": "qwen-code",
|
|
2115
2693
|
"repoURL": "CMD",
|
|
@@ -2128,7 +2706,41 @@
|
|
|
2128
2706
|
}
|
|
2129
2707
|
},
|
|
2130
2708
|
{
|
|
2131
|
-
"appName": "
|
|
2709
|
+
"appName": "cline",
|
|
2710
|
+
"repoURL": "CMD",
|
|
2711
|
+
"doc": "Cline agent extension in the terminal",
|
|
2712
|
+
"fileNamePattern": {
|
|
2713
|
+
"amd64": {
|
|
2714
|
+
"linux": "npm install -g cline",
|
|
2715
|
+
"windows": "npm install -g cline",
|
|
2716
|
+
"macos": "npm install -g cline"
|
|
2717
|
+
},
|
|
2718
|
+
"arm64": {
|
|
2719
|
+
"linux": "npm install -g cline",
|
|
2720
|
+
"windows": "npm install -g cline",
|
|
2721
|
+
"macos": "npm install -g cline"
|
|
2722
|
+
}
|
|
2723
|
+
}
|
|
2724
|
+
},
|
|
2725
|
+
{
|
|
2726
|
+
"appName": "kilocode",
|
|
2727
|
+
"repoURL": "CMD",
|
|
2728
|
+
"doc": "Kilocode agent extension in the terminal",
|
|
2729
|
+
"fileNamePattern": {
|
|
2730
|
+
"amd64": {
|
|
2731
|
+
"linux": "npm install -g @kilocode/cli",
|
|
2732
|
+
"windows": "npm install -g @kilocode/cli",
|
|
2733
|
+
"macos": "npm install -g @kilocode/cli"
|
|
2734
|
+
},
|
|
2735
|
+
"arm64": {
|
|
2736
|
+
"linux": "npm install -g @kilocode/cli",
|
|
2737
|
+
"windows": "npm install -g @kilocode/cli",
|
|
2738
|
+
"macos": "npm install -g @kilocode/cli"
|
|
2739
|
+
}
|
|
2740
|
+
}
|
|
2741
|
+
},
|
|
2742
|
+
{
|
|
2743
|
+
"appName": "copilot",
|
|
2132
2744
|
"repoURL": "CMD",
|
|
2133
2745
|
"doc": "Terminal-based CLI agents and tools for productivity and coding.",
|
|
2134
2746
|
"fileNamePattern": {
|
|
@@ -2179,7 +2791,7 @@
|
|
|
2179
2791
|
}
|
|
2180
2792
|
},
|
|
2181
2793
|
{
|
|
2182
|
-
"appName": "opencode
|
|
2794
|
+
"appName": "opencode",
|
|
2183
2795
|
"repoURL": "CMD",
|
|
2184
2796
|
"doc": "Terminal-based CLI agents and tools for productivity and coding.",
|
|
2185
2797
|
"fileNamePattern": {
|
|
@@ -2195,6 +2807,23 @@
|
|
|
2195
2807
|
}
|
|
2196
2808
|
}
|
|
2197
2809
|
},
|
|
2810
|
+
{
|
|
2811
|
+
"appName": "codex",
|
|
2812
|
+
"repoURL": "CMD",
|
|
2813
|
+
"doc": "Terminal-based CLI agents from openai designed specifically for openai models.",
|
|
2814
|
+
"fileNamePattern": {
|
|
2815
|
+
"amd64": {
|
|
2816
|
+
"linux": "npm i -g @openai/codex",
|
|
2817
|
+
"windows": "npm install -g @openai/codex",
|
|
2818
|
+
"macos": "npm install -g @openai/codex"
|
|
2819
|
+
},
|
|
2820
|
+
"arm64": {
|
|
2821
|
+
"linux": "npm install -g @openai/codex",
|
|
2822
|
+
"windows": "npm install -g @openai/codex",
|
|
2823
|
+
"macos": "npm install -g @openai/codex"
|
|
2824
|
+
}
|
|
2825
|
+
}
|
|
2826
|
+
},
|
|
2198
2827
|
{
|
|
2199
2828
|
"appName": "auggie",
|
|
2200
2829
|
"repoURL": "CMD",
|
|
@@ -2213,19 +2842,36 @@
|
|
|
2213
2842
|
}
|
|
2214
2843
|
},
|
|
2215
2844
|
{
|
|
2216
|
-
"appName": "warp",
|
|
2845
|
+
"appName": "warp-terminal",
|
|
2217
2846
|
"repoURL": "CMD",
|
|
2218
2847
|
"doc": "Modern terminal with AI-powered features",
|
|
2848
|
+
"fileNamePattern": {
|
|
2849
|
+
"amd64": {
|
|
2850
|
+
"linux": "https://app.warp.dev/get_warp?package=deb",
|
|
2851
|
+
"windows": "winget install Warp.Warp --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
2852
|
+
"macos": "brew install --cask warp"
|
|
2853
|
+
},
|
|
2854
|
+
"arm64": {
|
|
2855
|
+
"linux": "https://app.warp.dev/get_warp?package=deb_arm64",
|
|
2856
|
+
"windows": "winget install Warp.Warp --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
2857
|
+
"macos": "brew install --cask warp"
|
|
2858
|
+
}
|
|
2859
|
+
}
|
|
2860
|
+
},
|
|
2861
|
+
{
|
|
2862
|
+
"appName": "warp-terminal-cli",
|
|
2863
|
+
"repoURL": "CMD",
|
|
2864
|
+
"doc": "Modern terminal cli with AI-powered features",
|
|
2219
2865
|
"fileNamePattern": {
|
|
2220
2866
|
"amd64": {
|
|
2221
2867
|
"linux": "https://app.warp.dev/download/cli?os=linux&package=deb&arch=x86_64",
|
|
2222
2868
|
"windows": null,
|
|
2223
|
-
"macos":
|
|
2869
|
+
"macos": " brew tap warpdotdev/warp; brew update; brew install --cask warp-cli"
|
|
2224
2870
|
},
|
|
2225
2871
|
"arm64": {
|
|
2226
2872
|
"linux": "https://app.warp.dev/download/cli?os=linux&package=deb&arch=aarch64",
|
|
2227
2873
|
"windows": null,
|
|
2228
|
-
"macos":
|
|
2874
|
+
"macos": " brew tap warpdotdev/warp; brew update; brew install --cask warp-cli"
|
|
2229
2875
|
}
|
|
2230
2876
|
}
|
|
2231
2877
|
},
|
|
@@ -2298,7 +2944,7 @@
|
|
|
2298
2944
|
}
|
|
2299
2945
|
},
|
|
2300
2946
|
{
|
|
2301
|
-
"appName": "
|
|
2947
|
+
"appName": "brave",
|
|
2302
2948
|
"repoURL": "CMD",
|
|
2303
2949
|
"doc": "Privacy-focused web browser with built-in ad blocking",
|
|
2304
2950
|
"fileNamePattern": {
|
|
@@ -2366,7 +3012,7 @@
|
|
|
2366
3012
|
}
|
|
2367
3013
|
},
|
|
2368
3014
|
{
|
|
2369
|
-
"appName": "
|
|
3015
|
+
"appName": "gorilla",
|
|
2370
3016
|
"repoURL": "https://github.com/ShishirPatil/gorilla",
|
|
2371
3017
|
"doc": "natural language to API",
|
|
2372
3018
|
"fileNamePattern": {
|
|
@@ -2417,7 +3063,7 @@
|
|
|
2417
3063
|
}
|
|
2418
3064
|
},
|
|
2419
3065
|
{
|
|
2420
|
-
"appName": "
|
|
3066
|
+
"appName": "redis",
|
|
2421
3067
|
"repoURL": "CMD",
|
|
2422
3068
|
"doc": "submillisecond fast key-value db",
|
|
2423
3069
|
"fileNamePattern": {
|
|
@@ -2434,7 +3080,7 @@
|
|
|
2434
3080
|
}
|
|
2435
3081
|
},
|
|
2436
3082
|
{
|
|
2437
|
-
"appName": "
|
|
3083
|
+
"appName": "wezterm",
|
|
2438
3084
|
"repoURL": "CMD",
|
|
2439
3085
|
"doc": "Modern, GPU-accelerated terminal emulator",
|
|
2440
3086
|
"fileNamePattern": {
|
|
@@ -2500,6 +3146,567 @@
|
|
|
2500
3146
|
"macos": "hx.py"
|
|
2501
3147
|
}
|
|
2502
3148
|
}
|
|
3149
|
+
},
|
|
3150
|
+
{
|
|
3151
|
+
"appName": "file",
|
|
3152
|
+
"repoURL": "CMD",
|
|
3153
|
+
"doc": "🔍 File type identification utility",
|
|
3154
|
+
"fileNamePattern": {
|
|
3155
|
+
"amd64": {
|
|
3156
|
+
"linux": null,
|
|
3157
|
+
"windows": "winget install --no-upgrade --name \"File\" --Id \"GnuWin32.File\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3158
|
+
"macos": null
|
|
3159
|
+
},
|
|
3160
|
+
"arm64": {
|
|
3161
|
+
"linux": null,
|
|
3162
|
+
"windows": "winget install --no-upgrade --name \"File\" --Id \"GnuWin32.File\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3163
|
+
"macos": null
|
|
3164
|
+
}
|
|
3165
|
+
}
|
|
3166
|
+
},
|
|
3167
|
+
{
|
|
3168
|
+
"appName": "oh-my-posh",
|
|
3169
|
+
"repoURL": "CMD",
|
|
3170
|
+
"doc": "✨ Prompt theme engine for any shell",
|
|
3171
|
+
"fileNamePattern": {
|
|
3172
|
+
"amd64": {
|
|
3173
|
+
"linux": null,
|
|
3174
|
+
"windows": "winget install --no-upgrade --name \"Oh My Posh\" --Id \"JanDeDobbeleer.OhMyPosh\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3175
|
+
"macos": null
|
|
3176
|
+
},
|
|
3177
|
+
"arm64": {
|
|
3178
|
+
"linux": null,
|
|
3179
|
+
"windows": "winget install --no-upgrade --name \"Oh My Posh\" --Id \"JanDeDobbeleer.OhMyPosh\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3180
|
+
"macos": null
|
|
3181
|
+
}
|
|
3182
|
+
}
|
|
3183
|
+
},
|
|
3184
|
+
{
|
|
3185
|
+
"appName": "vsredistrib",
|
|
3186
|
+
"repoURL": "CMD",
|
|
3187
|
+
"doc": "📦 Microsoft Visual C++ Redistributable",
|
|
3188
|
+
"fileNamePattern": {
|
|
3189
|
+
"amd64": {
|
|
3190
|
+
"linux": null,
|
|
3191
|
+
"windows": "winget install --no-upgrade --name \"VSRedistrib\" --Id \"Microsoft.VC++2015-2022Redist-x64\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3192
|
+
"macos": null
|
|
3193
|
+
},
|
|
3194
|
+
"arm64": {
|
|
3195
|
+
"linux": null,
|
|
3196
|
+
"windows": "winget install --no-upgrade --name \"VSRedistrib\" --Id \"Microsoft.VC++2015-2022Redist-x64\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3197
|
+
"macos": null
|
|
3198
|
+
}
|
|
3199
|
+
}
|
|
3200
|
+
},
|
|
3201
|
+
{
|
|
3202
|
+
"appName": "vsbuildtools",
|
|
3203
|
+
"repoURL": "CMD",
|
|
3204
|
+
"doc": "🔨 Visual Studio Build Tools",
|
|
3205
|
+
"fileNamePattern": {
|
|
3206
|
+
"amd64": {
|
|
3207
|
+
"linux": null,
|
|
3208
|
+
"windows": "winget install --no-upgrade --name \"VSBuildTools\" --Id \"Microsoft.VisualStudio.2022.BuildTools\" --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 \"VSBuildTools\" --Id \"Microsoft.VisualStudio.2022.BuildTools\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3214
|
+
"macos": null
|
|
3215
|
+
}
|
|
3216
|
+
}
|
|
3217
|
+
},
|
|
3218
|
+
{
|
|
3219
|
+
"appName": "codeblocks",
|
|
3220
|
+
"repoURL": "CMD",
|
|
3221
|
+
"doc": "💻 IDE for C/C++",
|
|
3222
|
+
"fileNamePattern": {
|
|
3223
|
+
"amd64": {
|
|
3224
|
+
"linux": null,
|
|
3225
|
+
"windows": "winget install --no-upgrade --name \"Codeblocks\" --Id \"Codeblocks.Codeblocks\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3226
|
+
"macos": null
|
|
3227
|
+
},
|
|
3228
|
+
"arm64": {
|
|
3229
|
+
"linux": null,
|
|
3230
|
+
"windows": "winget install --no-upgrade --name \"Codeblocks\" --Id \"Codeblocks.Codeblocks\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3231
|
+
"macos": null
|
|
3232
|
+
}
|
|
3233
|
+
}
|
|
3234
|
+
},
|
|
3235
|
+
{
|
|
3236
|
+
"appName": "make",
|
|
3237
|
+
"repoURL": "CMD",
|
|
3238
|
+
"doc": "🔧 GNU Make utility for building projects",
|
|
3239
|
+
"fileNamePattern": {
|
|
3240
|
+
"amd64": {
|
|
3241
|
+
"linux": null,
|
|
3242
|
+
"windows": "winget install --no-upgrade --name \"GnuWin32: Make\" --Id \"GnuWin32.Make\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3243
|
+
"macos": null
|
|
3244
|
+
},
|
|
3245
|
+
"arm64": {
|
|
3246
|
+
"linux": null,
|
|
3247
|
+
"windows": "winget install --no-upgrade --name \"GnuWin32: Make\" --Id \"GnuWin32.Make\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3248
|
+
"macos": null
|
|
3249
|
+
}
|
|
3250
|
+
}
|
|
3251
|
+
},
|
|
3252
|
+
{
|
|
3253
|
+
"appName": "gnupg",
|
|
3254
|
+
"repoURL": "CMD",
|
|
3255
|
+
"doc": "🔐 GNU Privacy Guard encryption tool",
|
|
3256
|
+
"fileNamePattern": {
|
|
3257
|
+
"amd64": {
|
|
3258
|
+
"linux": null,
|
|
3259
|
+
"windows": "winget install --no-upgrade --name \"GnuPG\" --Id \"GnuPG.GnuPG\" --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 \"GnuPG\" --Id \"GnuPG.GnuPG\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3265
|
+
"macos": null
|
|
3266
|
+
}
|
|
3267
|
+
}
|
|
3268
|
+
},
|
|
3269
|
+
{
|
|
3270
|
+
"appName": "graphviz",
|
|
3271
|
+
"repoURL": "CMD",
|
|
3272
|
+
"doc": "📊 Graph visualization software",
|
|
3273
|
+
"fileNamePattern": {
|
|
3274
|
+
"amd64": {
|
|
3275
|
+
"linux": "sudo nala install graphviz -y",
|
|
3276
|
+
"windows": "winget install --no-upgrade --name \"graphviz\" --Id \"Graphviz.Graphviz\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3277
|
+
"macos": "brew install graphviz"
|
|
3278
|
+
},
|
|
3279
|
+
"arm64": {
|
|
3280
|
+
"linux": "sudo nala install graphviz -y",
|
|
3281
|
+
"windows": "winget install --no-upgrade --name \"graphviz\" --Id \"Graphviz.Graphviz\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3282
|
+
"macos": "brew install graphviz"
|
|
3283
|
+
}
|
|
3284
|
+
}
|
|
3285
|
+
},
|
|
3286
|
+
{
|
|
3287
|
+
"appName": "winfsp",
|
|
3288
|
+
"repoURL": "CMD",
|
|
3289
|
+
"doc": "💾 Windows File System Proxy",
|
|
3290
|
+
"fileNamePattern": {
|
|
3291
|
+
"amd64": {
|
|
3292
|
+
"linux": null,
|
|
3293
|
+
"windows": "winget install --no-upgrade --name \"WinFsp\" --Id \"WinFsp.WinFsp\" --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 \"WinFsp\" --Id \"WinFsp.WinFsp\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3299
|
+
"macos": null
|
|
3300
|
+
}
|
|
3301
|
+
}
|
|
3302
|
+
},
|
|
3303
|
+
{
|
|
3304
|
+
"appName": "sshfs",
|
|
3305
|
+
"repoURL": "CMD",
|
|
3306
|
+
"doc": "🌐 Mount remote filesystems over SSH",
|
|
3307
|
+
"fileNamePattern": {
|
|
3308
|
+
"amd64": {
|
|
3309
|
+
"linux": "sudo nala install sshfs",
|
|
3310
|
+
"windows": "winget install --no-upgrade --name \"SSHFS-win\" --Id \"SSHFS-Win.SSHFS-Win\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3311
|
+
"macos": "brew install sshfs"
|
|
3312
|
+
},
|
|
3313
|
+
"arm64": {
|
|
3314
|
+
"linux": "sudo nala install sshfs",
|
|
3315
|
+
"windows": "winget install --no-upgrade --name \"SSHFS-win\" --Id \"SSHFS-Win.SSHFS-Win\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3316
|
+
"macos": "brew install sshfs"
|
|
3317
|
+
}
|
|
3318
|
+
}
|
|
3319
|
+
},
|
|
3320
|
+
{
|
|
3321
|
+
"appName": "xming",
|
|
3322
|
+
"repoURL": "CMD",
|
|
3323
|
+
"doc": "🖥️ X11 server for Windows",
|
|
3324
|
+
"fileNamePattern": {
|
|
3325
|
+
"amd64": {
|
|
3326
|
+
"linux": null,
|
|
3327
|
+
"windows": "winget install --no-upgrade --name \"xming\" --Id \"xming.xming\" --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 \"xming\" --Id \"xming.xming\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3333
|
+
"macos": null
|
|
3334
|
+
}
|
|
3335
|
+
}
|
|
3336
|
+
},
|
|
3337
|
+
{
|
|
3338
|
+
"appName": "nodejs",
|
|
3339
|
+
"repoURL": "CMD",
|
|
3340
|
+
"doc": "🟢 JavaScript runtime environment",
|
|
3341
|
+
"fileNamePattern": {
|
|
3342
|
+
"amd64": {
|
|
3343
|
+
"linux": null,
|
|
3344
|
+
"windows": "winget install --no-upgrade --name \"Node.js\" --Id \"OpenJS.NodeJS\" --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 \"Node.js\" --Id \"OpenJS.NodeJS\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3350
|
+
"macos": null
|
|
3351
|
+
}
|
|
3352
|
+
}
|
|
3353
|
+
},
|
|
3354
|
+
{
|
|
3355
|
+
"appName": "rustup",
|
|
3356
|
+
"repoURL": "CMD",
|
|
3357
|
+
"doc": "🦀 Rust toolchain installer",
|
|
3358
|
+
"fileNamePattern": {
|
|
3359
|
+
"amd64": {
|
|
3360
|
+
"linux": null,
|
|
3361
|
+
"windows": "winget install --no-upgrade --name \"Rustup\" --Id \"Rustlang.Rustup\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3362
|
+
"macos": null
|
|
3363
|
+
},
|
|
3364
|
+
"arm64": {
|
|
3365
|
+
"linux": null,
|
|
3366
|
+
"windows": "winget install --no-upgrade --name \"Rustup\" --Id \"Rustlang.Rustup\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3367
|
+
"macos": null
|
|
3368
|
+
}
|
|
3369
|
+
}
|
|
3370
|
+
},
|
|
3371
|
+
{
|
|
3372
|
+
"appName": "mouse-without-borders",
|
|
3373
|
+
"repoURL": "CMD",
|
|
3374
|
+
"doc": "🖱️ Control multiple computers with one mouse",
|
|
3375
|
+
"fileNamePattern": {
|
|
3376
|
+
"amd64": {
|
|
3377
|
+
"linux": null,
|
|
3378
|
+
"windows": "winget install --no-upgrade --name \"Microsoft Garage Mouse without Borders\" --Id \"Microsoft.MouseWithoutBorders\" --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 \"Microsoft Garage Mouse without Borders\" --Id \"Microsoft.MouseWithoutBorders\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3384
|
+
"macos": null
|
|
3385
|
+
}
|
|
3386
|
+
}
|
|
3387
|
+
},
|
|
3388
|
+
{
|
|
3389
|
+
"appName": "chrome",
|
|
3390
|
+
"repoURL": "CMD",
|
|
3391
|
+
"doc": "🌐 Google Chrome web browser",
|
|
3392
|
+
"fileNamePattern": {
|
|
3393
|
+
"amd64": {
|
|
3394
|
+
"linux": null,
|
|
3395
|
+
"windows": "winget install --no-upgrade --name \"Google Chrome\" --Id \"Google.Chrome\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3396
|
+
"macos": null
|
|
3397
|
+
},
|
|
3398
|
+
"arm64": {
|
|
3399
|
+
"linux": null,
|
|
3400
|
+
"windows": "winget install --no-upgrade --name \"Google Chrome\" --Id \"Google.Chrome\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3401
|
+
"macos": null
|
|
3402
|
+
}
|
|
3403
|
+
}
|
|
3404
|
+
},
|
|
3405
|
+
{
|
|
3406
|
+
"appName": "chrome-remote-desktop",
|
|
3407
|
+
"repoURL": "CMD",
|
|
3408
|
+
"doc": "🖥️ Chrome Remote Desktop Host",
|
|
3409
|
+
"fileNamePattern": {
|
|
3410
|
+
"amd64": {
|
|
3411
|
+
"linux": null,
|
|
3412
|
+
"windows": "winget install --no-upgrade --name \"Chrome Remote Desktop Host\" --Id \"Google.ChromeRemoteDesktop\" --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 \"Chrome Remote Desktop Host\" --Id \"Google.ChromeRemoteDesktop\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3418
|
+
"macos": null
|
|
3419
|
+
}
|
|
3420
|
+
}
|
|
3421
|
+
},
|
|
3422
|
+
{
|
|
3423
|
+
"appName": "zoom",
|
|
3424
|
+
"repoURL": "CMD",
|
|
3425
|
+
"doc": "📹 Video conferencing software",
|
|
3426
|
+
"fileNamePattern": {
|
|
3427
|
+
"amd64": {
|
|
3428
|
+
"linux": null,
|
|
3429
|
+
"windows": "winget install --no-upgrade --name \"Zoom\" --Id \"Zoom.Zoom\" --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 \"Zoom\" --Id \"Zoom.Zoom\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3435
|
+
"macos": null
|
|
3436
|
+
}
|
|
3437
|
+
}
|
|
3438
|
+
},
|
|
3439
|
+
{
|
|
3440
|
+
"appName": "7zip",
|
|
3441
|
+
"repoURL": "CMD",
|
|
3442
|
+
"doc": "📦 File archiver with high compression ratio",
|
|
3443
|
+
"fileNamePattern": {
|
|
3444
|
+
"amd64": {
|
|
3445
|
+
"linux": null,
|
|
3446
|
+
"windows": "winget install --no-upgrade --name \"7-zip\" --Id \"7zip.7zip\" --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 \"7-zip\" --Id \"7zip.7zip\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3452
|
+
"macos": null
|
|
3453
|
+
}
|
|
3454
|
+
}
|
|
3455
|
+
},
|
|
3456
|
+
{
|
|
3457
|
+
"appName": "firefox",
|
|
3458
|
+
"repoURL": "CMD",
|
|
3459
|
+
"doc": "🦊 Mozilla Firefox web browser",
|
|
3460
|
+
"fileNamePattern": {
|
|
3461
|
+
"amd64": {
|
|
3462
|
+
"linux": null,
|
|
3463
|
+
"windows": "winget install --no-upgrade --name \"Mozilla Firefox\" --Id \"Mozilla.Firefox\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3464
|
+
"macos": null
|
|
3465
|
+
},
|
|
3466
|
+
"arm64": {
|
|
3467
|
+
"linux": null,
|
|
3468
|
+
"windows": "winget install --no-upgrade --name \"Mozilla Firefox\" --Id \"Mozilla.Firefox\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3469
|
+
"macos": null
|
|
3470
|
+
}
|
|
3471
|
+
}
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"appName": "thunderbird",
|
|
3475
|
+
"repoURL": "CMD",
|
|
3476
|
+
"doc": "📧 Mozilla Thunderbird email client",
|
|
3477
|
+
"fileNamePattern": {
|
|
3478
|
+
"amd64": {
|
|
3479
|
+
"linux": null,
|
|
3480
|
+
"windows": "winget install --no-upgrade --name \"Mozilla Thunderbird (en-US)\" --Id \"Mozilla.Thunderbird\" --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 \"Mozilla Thunderbird (en-US)\" --Id \"Mozilla.Thunderbird\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3486
|
+
"macos": null
|
|
3487
|
+
}
|
|
3488
|
+
}
|
|
3489
|
+
},
|
|
3490
|
+
{
|
|
3491
|
+
"appName": "streamlabs-obs",
|
|
3492
|
+
"repoURL": "CMD",
|
|
3493
|
+
"doc": "🎥 Streamlabs OBS streaming software",
|
|
3494
|
+
"fileNamePattern": {
|
|
3495
|
+
"amd64": {
|
|
3496
|
+
"linux": null,
|
|
3497
|
+
"windows": "winget install --no-upgrade --name \"StreamlabsOBS\" --Id \"Streamlabs.StreamlabsOBS\" --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 \"StreamlabsOBS\" --Id \"Streamlabs.StreamlabsOBS\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3503
|
+
"macos": null
|
|
3504
|
+
}
|
|
3505
|
+
}
|
|
3506
|
+
},
|
|
3507
|
+
{
|
|
3508
|
+
"appName": "obs-studio",
|
|
3509
|
+
"repoURL": "CMD",
|
|
3510
|
+
"doc": "🎬 OBS Studio streaming and recording software",
|
|
3511
|
+
"fileNamePattern": {
|
|
3512
|
+
"amd64": {
|
|
3513
|
+
"linux": null,
|
|
3514
|
+
"windows": "winget install --no-upgrade --name \"OBSStudio\" --Id \"OBSProject.OBSStudio\" --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 \"OBSStudio\" --Id \"OBSProject.OBSStudio\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3520
|
+
"macos": null
|
|
3521
|
+
}
|
|
3522
|
+
}
|
|
3523
|
+
},
|
|
3524
|
+
{
|
|
3525
|
+
"appName": "miktex",
|
|
3526
|
+
"repoURL": "CMD",
|
|
3527
|
+
"doc": "📝 LaTeX distribution for Windows",
|
|
3528
|
+
"fileNamePattern": {
|
|
3529
|
+
"amd64": {
|
|
3530
|
+
"linux": null,
|
|
3531
|
+
"windows": "winget install --no-upgrade --name \"MiKTeX\" --Id \"MiKTeX.MiKTeX\" --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 \"MiKTeX\" --Id \"MiKTeX.MiKTeX\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3537
|
+
"macos": null
|
|
3538
|
+
}
|
|
3539
|
+
}
|
|
3540
|
+
},
|
|
3541
|
+
{
|
|
3542
|
+
"appName": "texmaker",
|
|
3543
|
+
"repoURL": "CMD",
|
|
3544
|
+
"doc": "📄 LaTeX editor",
|
|
3545
|
+
"fileNamePattern": {
|
|
3546
|
+
"amd64": {
|
|
3547
|
+
"linux": null,
|
|
3548
|
+
"windows": "winget install --no-upgrade --name \"TexMaker\" --Id \"Texmaker.Texmaker\" --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 \"TexMaker\" --Id \"Texmaker.Texmaker\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3554
|
+
"macos": null
|
|
3555
|
+
}
|
|
3556
|
+
}
|
|
3557
|
+
},
|
|
3558
|
+
{
|
|
3559
|
+
"appName": "lapce",
|
|
3560
|
+
"repoURL": "CMD",
|
|
3561
|
+
"doc": "⚡ Lightning-fast code editor written in Rust",
|
|
3562
|
+
"fileNamePattern": {
|
|
3563
|
+
"amd64": {
|
|
3564
|
+
"linux": null,
|
|
3565
|
+
"windows": "winget install --no-upgrade --name \"Lapce\" --Id \"Lapce.Lapce\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3566
|
+
"macos": null
|
|
3567
|
+
},
|
|
3568
|
+
"arm64": {
|
|
3569
|
+
"linux": null,
|
|
3570
|
+
"windows": "winget install --no-upgrade --name \"Lapce\" --Id \"Lapce.Lapce\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3571
|
+
"macos": null
|
|
3572
|
+
}
|
|
3573
|
+
}
|
|
3574
|
+
},
|
|
3575
|
+
{
|
|
3576
|
+
"appName": "tesseract",
|
|
3577
|
+
"repoURL": "CMD",
|
|
3578
|
+
"doc": "🔤 OCR engine for text recognition",
|
|
3579
|
+
"fileNamePattern": {
|
|
3580
|
+
"amd64": {
|
|
3581
|
+
"linux": null,
|
|
3582
|
+
"windows": "winget install --no-upgrade --name \"TesseractOCR\" --Id \"UB-Mannheim.TesseractOCR\" --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 \"TesseractOCR\" --Id \"UB-Mannheim.TesseractOCR\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3588
|
+
"macos": null
|
|
3589
|
+
}
|
|
3590
|
+
}
|
|
3591
|
+
},
|
|
3592
|
+
{
|
|
3593
|
+
"appName": "perl",
|
|
3594
|
+
"repoURL": "CMD",
|
|
3595
|
+
"doc": "🍓 Strawberry Perl programming language",
|
|
3596
|
+
"fileNamePattern": {
|
|
3597
|
+
"amd64": {
|
|
3598
|
+
"linux": null,
|
|
3599
|
+
"windows": "winget install --no-upgrade --name \"perl\" --Id \"StrawberryPerl.StrawberryPerl\" --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 \"perl\" --Id \"StrawberryPerl.StrawberryPerl\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3605
|
+
"macos": null
|
|
3606
|
+
}
|
|
3607
|
+
}
|
|
3608
|
+
},
|
|
3609
|
+
{
|
|
3610
|
+
"appName": "db-browser-sqlite",
|
|
3611
|
+
"repoURL": "CMD",
|
|
3612
|
+
"doc": "🗄️ DB Browser for SQLite database tool",
|
|
3613
|
+
"fileNamePattern": {
|
|
3614
|
+
"amd64": {
|
|
3615
|
+
"linux": null,
|
|
3616
|
+
"windows": "winget install --no-upgrade --name \"DB Browser for SQLite\" --Id \"DBBrowserForSQLite.DBBrowserForSQLite\" --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 \"DB Browser for SQLite\" --Id \"DBBrowserForSQLite.DBBrowserForSQLite\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3622
|
+
"macos": null
|
|
3623
|
+
}
|
|
3624
|
+
}
|
|
3625
|
+
},
|
|
3626
|
+
{
|
|
3627
|
+
"appName": "ssms",
|
|
3628
|
+
"repoURL": "CMD",
|
|
3629
|
+
"doc": "🗄️ SQL Server Management Studio",
|
|
3630
|
+
"fileNamePattern": {
|
|
3631
|
+
"amd64": {
|
|
3632
|
+
"linux": null,
|
|
3633
|
+
"windows": "winget install --no-upgrade --name \"sql server management studio\" --Id \"Microsoft.SQLServerManagementStudio\" --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 \"sql server management studio\" --Id \"Microsoft.SQLServerManagementStudio\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3639
|
+
"macos": null
|
|
3640
|
+
}
|
|
3641
|
+
}
|
|
3642
|
+
},
|
|
3643
|
+
{
|
|
3644
|
+
"appName": "adobe-reader",
|
|
3645
|
+
"repoURL": "CMD",
|
|
3646
|
+
"doc": "📄 Adobe Acrobat Reader DC",
|
|
3647
|
+
"fileNamePattern": {
|
|
3648
|
+
"amd64": {
|
|
3649
|
+
"linux": null,
|
|
3650
|
+
"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",
|
|
3651
|
+
"macos": null
|
|
3652
|
+
},
|
|
3653
|
+
"arm64": {
|
|
3654
|
+
"linux": null,
|
|
3655
|
+
"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",
|
|
3656
|
+
"macos": null
|
|
3657
|
+
}
|
|
3658
|
+
}
|
|
3659
|
+
},
|
|
3660
|
+
{
|
|
3661
|
+
"appName": "julia",
|
|
3662
|
+
"repoURL": "CMD",
|
|
3663
|
+
"doc": "📊 Julia programming language",
|
|
3664
|
+
"fileNamePattern": {
|
|
3665
|
+
"amd64": {
|
|
3666
|
+
"linux": null,
|
|
3667
|
+
"windows": "winget install --no-upgrade --name \"julia\" --Id \"Julialang.Julia\" --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 \"julia\" --Id \"Julialang.Julia\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3673
|
+
"macos": null
|
|
3674
|
+
}
|
|
3675
|
+
}
|
|
3676
|
+
},
|
|
3677
|
+
{
|
|
3678
|
+
"appName": "awscli",
|
|
3679
|
+
"repoURL": "CMD",
|
|
3680
|
+
"doc": "☁️ AWS Command Line Interface",
|
|
3681
|
+
"fileNamePattern": {
|
|
3682
|
+
"amd64": {
|
|
3683
|
+
"linux": null,
|
|
3684
|
+
"windows": "winget install --no-upgrade --name \"AWS Command Line Interface\" --Id \"Amazon.AWSCLI\" --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 \"AWS Command Line Interface\" --Id \"Amazon.AWSCLI\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3690
|
+
"macos": null
|
|
3691
|
+
}
|
|
3692
|
+
}
|
|
3693
|
+
},
|
|
3694
|
+
{
|
|
3695
|
+
"appName": "notepadplusplus",
|
|
3696
|
+
"repoURL": "CMD",
|
|
3697
|
+
"doc": "📝 Notepad++ text editor",
|
|
3698
|
+
"fileNamePattern": {
|
|
3699
|
+
"amd64": {
|
|
3700
|
+
"linux": null,
|
|
3701
|
+
"windows": "winget install --no-upgrade --name \"notepad++\" --Id \"Notepad++.Notepad++\" --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 \"notepad++\" --Id \"Notepad++.Notepad++\" --source winget --scope user --accept-package-agreements --accept-source-agreements",
|
|
3707
|
+
"macos": null
|
|
3708
|
+
}
|
|
3709
|
+
}
|
|
2503
3710
|
}
|
|
2504
3711
|
]
|
|
2505
|
-
}
|
|
3712
|
+
}
|