machineconfig 3.2__py3-none-any.whl → 3.5__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of machineconfig might be problematic. Click here for more details.

Files changed (122) hide show
  1. machineconfig/cluster/sessions_managers/wt_local_manager.py +1 -1
  2. machineconfig/cluster/sessions_managers/wt_remote_manager.py +1 -1
  3. machineconfig/cluster/sessions_managers/zellij_local.py +2 -2
  4. machineconfig/cluster/sessions_managers/zellij_local_manager.py +1 -1
  5. machineconfig/cluster/sessions_managers/zellij_remote_manager.py +1 -1
  6. machineconfig/cluster/sessions_managers/zellij_utils/monitoring_types.py +17 -7
  7. machineconfig/cluster/templates/utils.py +1 -1
  8. machineconfig/jobs/linux/msc/cli_agents.sh +18 -2
  9. machineconfig/jobs/python/python_ve_symlink.py +1 -1
  10. machineconfig/jobs/python/vscode/api.py +1 -1
  11. machineconfig/jobs/python/vscode/select_interpreter.py +2 -2
  12. machineconfig/jobs/python/vscode/sync_code.py +1 -1
  13. machineconfig/jobs/python_custom_installers/archive/ngrok.py +7 -6
  14. machineconfig/jobs/python_custom_installers/dev/aider.py +9 -1
  15. machineconfig/jobs/python_custom_installers/dev/alacritty.py +2 -1
  16. machineconfig/jobs/python_custom_installers/dev/brave.py +10 -1
  17. machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py +12 -4
  18. machineconfig/jobs/python_custom_installers/dev/code.py +10 -3
  19. machineconfig/jobs/python_custom_installers/dev/cursor.py +2 -1
  20. machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +7 -6
  21. machineconfig/jobs/python_custom_installers/dev/espanso.py +14 -6
  22. machineconfig/jobs/python_custom_installers/dev/goes.py +10 -1
  23. machineconfig/jobs/python_custom_installers/dev/lvim.py +9 -1
  24. machineconfig/jobs/python_custom_installers/dev/nerdfont.py +9 -1
  25. machineconfig/jobs/python_custom_installers/dev/redis.py +2 -2
  26. machineconfig/jobs/python_custom_installers/dev/wezterm.py +3 -1
  27. machineconfig/jobs/python_custom_installers/dev/winget.py +2 -1
  28. machineconfig/jobs/python_custom_installers/docker.py +9 -1
  29. machineconfig/jobs/python_custom_installers/gh.py +11 -2
  30. machineconfig/jobs/python_custom_installers/hx.py +10 -9
  31. machineconfig/jobs/python_custom_installers/warp-cli.py +9 -1
  32. machineconfig/jobs/python_generic_installers/config.json +601 -412
  33. machineconfig/jobs/python_generic_installers/config.json.bak +414 -0
  34. machineconfig/jobs/python_generic_installers/dev/config.json +822 -562
  35. machineconfig/jobs/python_generic_installers/dev/config.json.bak +565 -0
  36. machineconfig/jobs/python_linux_installers/archive/config.json +16 -8
  37. machineconfig/jobs/python_linux_installers/archive/config.json.bak +10 -0
  38. machineconfig/jobs/python_linux_installers/config.json +134 -99
  39. machineconfig/jobs/python_linux_installers/config.json.bak +110 -0
  40. machineconfig/jobs/python_linux_installers/dev/config.json +273 -203
  41. machineconfig/jobs/python_linux_installers/dev/config.json.bak +206 -0
  42. machineconfig/jobs/python_windows_installers/config.json +74 -48
  43. machineconfig/jobs/python_windows_installers/config.json.bak +56 -0
  44. machineconfig/jobs/python_windows_installers/dev/config.json +3 -2
  45. machineconfig/jobs/python_windows_installers/dev/config.json.bak +3 -0
  46. machineconfig/profile/create.py +3 -3
  47. machineconfig/profile/shell.py +1 -1
  48. machineconfig/scripts/python/ai/mcinit.py +23 -67
  49. machineconfig/scripts/python/ai/solutions/__init__.py +0 -0
  50. machineconfig/scripts/python/ai/solutions/_shared.py +5 -0
  51. machineconfig/scripts/python/ai/solutions/claude/claude.py +8 -0
  52. machineconfig/scripts/python/ai/solutions/cline/cline.py +10 -0
  53. machineconfig/scripts/python/ai/solutions/copilot/github_copilot.py +35 -0
  54. machineconfig/scripts/python/ai/solutions/copilot/privacy.md +4 -0
  55. machineconfig/scripts/python/ai/solutions/crush/crush.json +216 -0
  56. machineconfig/scripts/python/ai/solutions/crush/crush.py +25 -0
  57. machineconfig/scripts/python/ai/solutions/crush/privacy.md +2 -0
  58. machineconfig/scripts/python/ai/solutions/cursor/cursors.py +10 -0
  59. machineconfig/scripts/python/ai/solutions/gemini/gemini.py +14 -0
  60. machineconfig/scripts/python/ai/solutions/generic.py +41 -0
  61. machineconfig/scripts/python/ai/solutions/kilocode/privacy.md +3 -0
  62. machineconfig/scripts/python/ai/solutions/opencode/opencode.json +4 -0
  63. machineconfig/scripts/python/ai/solutions/opencode/opencode.py +1 -0
  64. machineconfig/scripts/python/choose_wezterm_theme.py +1 -1
  65. machineconfig/scripts/python/cloud_copy.py +2 -2
  66. machineconfig/scripts/python/cloud_mount.py +2 -2
  67. machineconfig/scripts/python/cloud_repo_sync.py +3 -2
  68. machineconfig/scripts/python/croshell.py +12 -7
  69. machineconfig/scripts/python/devops.py +1 -0
  70. machineconfig/scripts/python/devops_add_identity.py +1 -1
  71. machineconfig/scripts/python/devops_add_ssh_key.py +1 -1
  72. machineconfig/scripts/python/devops_backup_retrieve.py +4 -3
  73. machineconfig/scripts/python/devops_devapps_install.py +39 -17
  74. machineconfig/scripts/python/devops_update_repos.py +2 -2
  75. machineconfig/scripts/python/dotfile.py +1 -1
  76. machineconfig/scripts/python/fire_agents.py +7 -3
  77. machineconfig/scripts/python/fire_agents_help_launch.py +2 -2
  78. machineconfig/scripts/python/fire_jobs.py +8 -8
  79. machineconfig/scripts/python/fire_jobs_layout_helper.py +2 -2
  80. machineconfig/scripts/python/ftpx.py +2 -2
  81. machineconfig/scripts/python/helpers/cloud_helpers.py +2 -1
  82. machineconfig/scripts/python/helpers/helpers2.py +4 -3
  83. machineconfig/scripts/python/helpers/helpers4.py +1 -1
  84. machineconfig/scripts/python/helpers/repo_sync_helpers.py +2 -2
  85. machineconfig/scripts/python/mount_nfs.py +1 -1
  86. machineconfig/scripts/python/mount_ssh.py +1 -1
  87. machineconfig/scripts/python/repos.py +6 -3
  88. machineconfig/scripts/python/repos_helper_clone.py +121 -0
  89. machineconfig/scripts/python/repos_helper_record.py +2 -2
  90. machineconfig/scripts/python/start_slidev.py +1 -1
  91. machineconfig/scripts/python/wsl_windows_transfer.py +1 -1
  92. machineconfig/setup_windows/wt_and_pwsh/install_nerd_fonts.py +9 -8
  93. machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +3 -3
  94. machineconfig/utils/{utils2.py → accessories.py} +13 -27
  95. machineconfig/utils/code.py +2 -2
  96. machineconfig/utils/installer.py +47 -33
  97. machineconfig/utils/installer_utils/installer_abc.py +2 -5
  98. machineconfig/utils/installer_utils/installer_class.py +109 -103
  99. machineconfig/utils/io.py +94 -0
  100. machineconfig/utils/links.py +2 -2
  101. machineconfig/utils/notifications.py +0 -9
  102. machineconfig/utils/{path_reduced.py → path_extended.py} +2 -2
  103. machineconfig/utils/{path.py → path_helper.py} +1 -1
  104. machineconfig/utils/procs.py +2 -1
  105. machineconfig/utils/{utils5.py → scheduler.py} +3 -8
  106. machineconfig/utils/schemas/installer/installer_types.py +20 -0
  107. machineconfig/utils/ssh.py +2 -2
  108. machineconfig/utils/terminal.py +12 -2
  109. machineconfig/utils/ve.py +2 -16
  110. {machineconfig-3.2.dist-info → machineconfig-3.5.dist-info}/METADATA +1 -4
  111. {machineconfig-3.2.dist-info → machineconfig-3.5.dist-info}/RECORD +121 -97
  112. machineconfig/utils/io_save.py +0 -95
  113. /machineconfig/scripts/python/ai/{chatmodes → solutions/copilot/chatmodes}/Thinking-Beast-Mode.chatmode.md +0 -0
  114. /machineconfig/scripts/python/ai/{chatmodes → solutions/copilot/chatmodes}/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md +0 -0
  115. /machineconfig/scripts/python/ai/{chatmodes → solutions/copilot/chatmodes}/deepResearch.chatmode.md +0 -0
  116. /machineconfig/scripts/python/ai/{instructions → solutions/copilot/instructions}/python/dev.instructions.md +0 -0
  117. /machineconfig/scripts/python/ai/{prompts → solutions/copilot/prompts}/allLintersAndTypeCheckers.prompt.md +0 -0
  118. /machineconfig/scripts/python/ai/{prompts → solutions/copilot/prompts}/research-report-skeleton.prompt.md +0 -0
  119. /machineconfig/scripts/python/ai/{configs/.gemini → solutions/gemini}/settings.json +0 -0
  120. {machineconfig-3.2.dist-info → machineconfig-3.5.dist-info}/WHEEL +0 -0
  121. {machineconfig-3.2.dist-info → machineconfig-3.5.dist-info}/entry_points.txt +0 -0
  122. {machineconfig-3.2.dist-info → machineconfig-3.5.dist-info}/top_level.txt +0 -0
@@ -1,110 +1,145 @@
1
1
  {
2
- "speedtest": {
3
- "repo_url": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz",
4
- "doc": "🚀 Test your internet connection speed and ping using speedtest.net from the CLI",
5
- "filename_template_windows_amd_64": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-win64.zip",
6
- "filename_template_windows_arm_64": "",
7
- "filename_template_linux_amd_64": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz",
8
- "filename_template_linux_arm_64": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-aarch64.tgz",
9
- "filename_template_macos_amd_64": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-macosx-x86_64.tgz",
10
- "filename_template_macos_arm_64": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-macosx-universal.tgz",
11
- "strip_v": false,
12
- "exe_name": "speedtest"
13
- },
14
- "pistol": {
15
- "repo_url": "https://github.com/doronbehar/pistol",
16
- "doc": "👁️ file previewer.",
17
- "filename_template_windows_amd_64": "",
18
- "filename_template_windows_arm_64": "",
19
- "filename_template_linux_amd_64": "pistol-static-linux-x86_64",
20
- "filename_template_linux_arm_64": "pistol-static-linux-aarch64",
21
- "filename_template_macos_amd_64": "",
22
- "filename_template_macos_arm_64": "",
23
- "strip_v": true,
24
- "exe_name": "pistol"
25
- },
26
- "devtunnel": {
27
- "repo_url": "curl -sL https://aka.ms/DevTunnelCliInstall | bash",
28
- "doc": "🔄 devtunnel secure introspectable tunnels to localhost",
29
- "filename_template_windows_amd_64": "",
30
- "filename_template_windows_arm_64": "",
31
- "filename_template_linux_amd_64": "",
32
- "filename_template_linux_arm_64": "",
33
- "filename_template_macos_amd_64": "",
34
- "filename_template_macos_arm_64": "",
35
- "strip_v": false,
36
- "exe_name": "devtunnel"
37
- },
38
- "diskonaut": {
39
- "repo_url": "https://github.com/imsnif/diskonaut",
40
- "doc": "💾 like dua, diskonaut is a terminal disk space navigator.",
41
- "filename_template_windows_amd_64": "",
42
- "filename_template_windows_arm_64": "",
43
- "filename_template_linux_amd_64": "diskonaut-{}-unknown-linux-musl.tar.gz",
44
- "filename_template_linux_arm_64": "",
45
- "filename_template_macos_amd_64": "",
46
- "filename_template_macos_arm_64": "",
47
- "strip_v": true,
48
- "exe_name": "diskonaut"
49
- },
50
- "xplr": {
51
- "repo_url": "https://github.com/sayanarijit/xplr",
2
+ "version": "1",
3
+ "installers": [
4
+ {
5
+ "appName": "speedtest",
6
+ "repoURL": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz",
7
+ "doc": "🚀 Test your internet connection speed and ping using speedtest.net from the CLI",
8
+ "filenameTemplate": {
9
+ "amd64": {
10
+ "windows": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-win64.zip",
11
+ "linux": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz",
12
+ "macos": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-macosx-x86_64.tgz"
13
+ },
14
+ "arm64": {
15
+ "linux": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-aarch64.tgz",
16
+ "macos": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-macosx-universal.tgz"
17
+ }
18
+ },
19
+ "stripVersion": false,
20
+ "exeName": "speedtest"
21
+ },
22
+ {
23
+ "appName": "pistol",
24
+ "repoURL": "https://github.com/doronbehar/pistol",
25
+ "doc": "👁️ file previewer.",
26
+ "filenameTemplate": {
27
+ "amd64": {
28
+ "linux": "pistol-static-linux-x86_64"
29
+ },
30
+ "arm64": {
31
+ "linux": "pistol-static-linux-aarch64"
32
+ }
33
+ },
34
+ "stripVersion": true,
35
+ "exeName": "pistol"
36
+ },
37
+ {
38
+ "appName": "devtunnel",
39
+ "repoURL": "curl -sL https://aka.ms/DevTunnelCliInstall | bash",
40
+ "doc": "🔄 devtunnel secure introspectable tunnels to localhost",
41
+ "filenameTemplate": {
42
+ "amd64": {},
43
+ "arm64": {}
44
+ },
45
+ "stripVersion": false,
46
+ "exeName": "devtunnel"
47
+ },
48
+ {
49
+ "appName": "diskonaut",
50
+ "repoURL": "https://github.com/imsnif/diskonaut",
51
+ "doc": "💾 like dua, diskonaut is a terminal disk space navigator.",
52
+ "filenameTemplate": {
53
+ "amd64": {
54
+ "linux": "diskonaut-{}-unknown-linux-musl.tar.gz"
55
+ },
56
+ "arm64": {}
57
+ },
58
+ "stripVersion": true,
59
+ "exeName": "diskonaut"
60
+ },
61
+ {
62
+ "appName": "xplr",
63
+ "repoURL": "https://github.com/sayanarijit/xplr",
52
64
  "doc": "📂 A terminal file explorer with vi keybindings",
53
- "filename_template_windows_amd_64": "",
54
- "filename_template_windows_arm_64": "",
55
- "filename_template_linux_amd_64": "xplr-linux.tar.gz",
56
- "filename_template_linux_arm_64": "xplr-linux-aarch64.tar.gz",
57
- "filename_template_macos_amd_64": "xplr-macos.tar.gz",
58
- "filename_template_macos_arm_64": "xplr-macos.tar.gz",
59
- "strip_v": false,
60
- "exe_name": "xplr"
61
- },
62
- "btop": {
63
- "repo_url": "https://github.com/aristocratos/btop",
65
+ "filenameTemplate": {
66
+ "amd64": {
67
+ "linux": "xplr-linux.tar.gz",
68
+ "macos": "xplr-macos.tar.gz"
69
+ },
70
+ "arm64": {
71
+ "linux": "xplr-linux-aarch64.tar.gz",
72
+ "macos": "xplr-macos.tar.gz"
73
+ }
74
+ },
75
+ "stripVersion": false,
76
+ "exeName": "xplr"
77
+ },
78
+ {
79
+ "appName": "btop",
80
+ "repoURL": "https://github.com/aristocratos/btop",
64
81
  "doc": "📊 btop is a resource monitor for Linux, FreeBSD and MacOS.",
65
- "filename_template_windows_amd_64": "",
66
- "filename_template_windows_arm_64": "",
67
- "filename_template_linux_amd_64": "btop-x86_64-linux-musl.tbz",
68
- "filename_template_linux_arm_64": "btop-aarch64-linux-musl.tbz",
69
- "filename_template_macos_amd_64": "",
70
- "filename_template_macos_arm_64": "",
71
- "strip_v": false,
72
- "exe_name": "btop"
82
+ "filenameTemplate": {
83
+ "amd64": {
84
+ "linux": "btop-x86_64-linux-musl.tbz"
85
+ },
86
+ "arm64": {
87
+ "linux": "btop-aarch64-linux-musl.tbz"
88
+ }
89
+ },
90
+ "stripVersion": false,
91
+ "exeName": "btop"
73
92
  },
74
- "gotty": {
75
- "repo_url": "https://github.com/sorenisanerd/gotty",
93
+ {
94
+ "appName": "gotty",
95
+ "repoURL": "https://github.com/sorenisanerd/gotty",
76
96
  "doc": "🌐 gotty is a simple command line tool that turns your CLI tools into web applications.",
77
- "filename_template_windows_amd_64": "",
78
- "filename_template_windows_arm_64": "",
79
- "filename_template_linux_amd_64": "gotty_{}_linux_amd64.tar.gz",
80
- "filename_template_linux_arm_64": "gotty_{}_linux_arm64.tar.gz",
81
- "filename_template_macos_amd_64": "gotty_{}_darwin_amd64.tar.gz",
82
- "filename_template_macos_arm_64": "gotty_{}_darwin_arm64.tar.gz",
83
- "strip_v": false,
84
- "exe_name": "gotty"
97
+ "filenameTemplate": {
98
+ "amd64": {
99
+ "linux": "gotty_{}_linux_amd64.tar.gz",
100
+ "macos": "gotty_{}_darwin_amd64.tar.gz"
101
+ },
102
+ "arm64": {
103
+ "linux": "gotty_{}_linux_arm64.tar.gz",
104
+ "macos": "gotty_{}_darwin_arm64.tar.gz"
105
+ }
106
+ },
107
+ "stripVersion": false,
108
+ "exeName": "gotty"
85
109
  },
86
- "joshuto": {
87
- "repo_url": "https://github.com/kamiyaa/joshuto",
110
+ {
111
+ "appName": "joshuto",
112
+ "repoURL": "https://github.com/kamiyaa/joshuto",
88
113
  "doc": "📂 A terminal file manager written in Rust.",
89
- "filename_template_windows_amd_64": "",
90
- "filename_template_windows_arm_64": "",
91
- "filename_template_linux_amd_64": "joshuto-{}-x86_64-unknown-linux-musl.tar.gz",
92
- "filename_template_linux_arm_64": "joshuto-{}-aarch64-unknown-linux-musl.tar.gz",
93
- "filename_template_macos_amd_64": "joshuto-{}-x86_64-apple-darwin.tar.gz",
94
- "filename_template_macos_arm_64": "joshuto-{}-aarch64-apple-darwin.tar.gz",
95
- "strip_v": false,
96
- "exe_name": "joshuto"
114
+ "filenameTemplate": {
115
+ "amd64": {
116
+ "linux": "joshuto-{}-x86_64-unknown-linux-musl.tar.gz",
117
+ "macos": "joshuto-{}-x86_64-apple-darwin.tar.gz"
118
+ },
119
+ "arm64": {
120
+ "linux": "joshuto-{}-aarch64-unknown-linux-musl.tar.gz",
121
+ "macos": "joshuto-{}-aarch64-apple-darwin.tar.gz"
122
+ }
123
+ },
124
+ "stripVersion": false,
125
+ "exeName": "joshuto"
97
126
  },
98
- "zellij": {
99
- "repo_url": "https://github.com/zellij-org/zellij",
127
+ {
128
+ "appName": "zellij",
129
+ "repoURL": "https://github.com/zellij-org/zellij",
100
130
  "doc": "🖥️ Zellij is a terminal workspace with support for multiple plugins, such as a terminal, status bar, tabs, splits, etc.",
101
- "filename_template_windows_amd_64": "",
102
- "filename_template_windows_arm_64": "",
103
- "filename_template_linux_amd_64": "zellij-x86_64-unknown-linux-musl.tar.gz",
104
- "filename_template_linux_arm_64": "zellij-aarch64-unknown-linux-musl.tar.gz",
105
- "filename_template_macos_amd_64": "zellij-x86_64-apple-darwin.tar.gz",
106
- "filename_template_macos_arm_64": "zellij-aarch64-apple-darwin.tar.gz",
107
- "strip_v": false,
108
- "exe_name": "zellij"
131
+ "filenameTemplate": {
132
+ "amd64": {
133
+ "linux": "zellij-x86_64-unknown-linux-musl.tar.gz",
134
+ "macos": "zellij-x86_64-apple-darwin.tar.gz"
135
+ },
136
+ "arm64": {
137
+ "linux": "zellij-aarch64-unknown-linux-musl.tar.gz",
138
+ "macos": "zellij-aarch64-apple-darwin.tar.gz"
139
+ }
140
+ },
141
+ "stripVersion": false,
142
+ "exeName": "zellij"
109
143
  }
144
+ ]
110
145
  }
@@ -0,0 +1,110 @@
1
+ {
2
+ "speedtest": {
3
+ "repo_url": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz",
4
+ "doc": "🚀 Test your internet connection speed and ping using speedtest.net from the CLI",
5
+ "filename_template_windows_amd_64": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-win64.zip",
6
+ "filename_template_windows_arm_64": "",
7
+ "filename_template_linux_amd_64": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-x86_64.tgz",
8
+ "filename_template_linux_arm_64": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-linux-aarch64.tgz",
9
+ "filename_template_macos_amd_64": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-macosx-x86_64.tgz",
10
+ "filename_template_macos_arm_64": "https://install.speedtest.net/app/cli/ookla-speedtest-1.2.0-macosx-universal.tgz",
11
+ "strip_v": false,
12
+ "exe_name": "speedtest"
13
+ },
14
+ "pistol": {
15
+ "repo_url": "https://github.com/doronbehar/pistol",
16
+ "doc": "👁️ file previewer.",
17
+ "filename_template_windows_amd_64": "",
18
+ "filename_template_windows_arm_64": "",
19
+ "filename_template_linux_amd_64": "pistol-static-linux-x86_64",
20
+ "filename_template_linux_arm_64": "pistol-static-linux-aarch64",
21
+ "filename_template_macos_amd_64": "",
22
+ "filename_template_macos_arm_64": "",
23
+ "strip_v": true,
24
+ "exe_name": "pistol"
25
+ },
26
+ "devtunnel": {
27
+ "repo_url": "curl -sL https://aka.ms/DevTunnelCliInstall | bash",
28
+ "doc": "🔄 devtunnel secure introspectable tunnels to localhost",
29
+ "filename_template_windows_amd_64": "",
30
+ "filename_template_windows_arm_64": "",
31
+ "filename_template_linux_amd_64": "",
32
+ "filename_template_linux_arm_64": "",
33
+ "filename_template_macos_amd_64": "",
34
+ "filename_template_macos_arm_64": "",
35
+ "strip_v": false,
36
+ "exe_name": "devtunnel"
37
+ },
38
+ "diskonaut": {
39
+ "repo_url": "https://github.com/imsnif/diskonaut",
40
+ "doc": "💾 like dua, diskonaut is a terminal disk space navigator.",
41
+ "filename_template_windows_amd_64": "",
42
+ "filename_template_windows_arm_64": "",
43
+ "filename_template_linux_amd_64": "diskonaut-{}-unknown-linux-musl.tar.gz",
44
+ "filename_template_linux_arm_64": "",
45
+ "filename_template_macos_amd_64": "",
46
+ "filename_template_macos_arm_64": "",
47
+ "strip_v": true,
48
+ "exe_name": "diskonaut"
49
+ },
50
+ "xplr": {
51
+ "repo_url": "https://github.com/sayanarijit/xplr",
52
+ "doc": "📂 A terminal file explorer with vi keybindings",
53
+ "filename_template_windows_amd_64": "",
54
+ "filename_template_windows_arm_64": "",
55
+ "filename_template_linux_amd_64": "xplr-linux.tar.gz",
56
+ "filename_template_linux_arm_64": "xplr-linux-aarch64.tar.gz",
57
+ "filename_template_macos_amd_64": "xplr-macos.tar.gz",
58
+ "filename_template_macos_arm_64": "xplr-macos.tar.gz",
59
+ "strip_v": false,
60
+ "exe_name": "xplr"
61
+ },
62
+ "btop": {
63
+ "repo_url": "https://github.com/aristocratos/btop",
64
+ "doc": "📊 btop is a resource monitor for Linux, FreeBSD and MacOS.",
65
+ "filename_template_windows_amd_64": "",
66
+ "filename_template_windows_arm_64": "",
67
+ "filename_template_linux_amd_64": "btop-x86_64-linux-musl.tbz",
68
+ "filename_template_linux_arm_64": "btop-aarch64-linux-musl.tbz",
69
+ "filename_template_macos_amd_64": "",
70
+ "filename_template_macos_arm_64": "",
71
+ "strip_v": false,
72
+ "exe_name": "btop"
73
+ },
74
+ "gotty": {
75
+ "repo_url": "https://github.com/sorenisanerd/gotty",
76
+ "doc": "🌐 gotty is a simple command line tool that turns your CLI tools into web applications.",
77
+ "filename_template_windows_amd_64": "",
78
+ "filename_template_windows_arm_64": "",
79
+ "filename_template_linux_amd_64": "gotty_{}_linux_amd64.tar.gz",
80
+ "filename_template_linux_arm_64": "gotty_{}_linux_arm64.tar.gz",
81
+ "filename_template_macos_amd_64": "gotty_{}_darwin_amd64.tar.gz",
82
+ "filename_template_macos_arm_64": "gotty_{}_darwin_arm64.tar.gz",
83
+ "strip_v": false,
84
+ "exe_name": "gotty"
85
+ },
86
+ "joshuto": {
87
+ "repo_url": "https://github.com/kamiyaa/joshuto",
88
+ "doc": "📂 A terminal file manager written in Rust.",
89
+ "filename_template_windows_amd_64": "",
90
+ "filename_template_windows_arm_64": "",
91
+ "filename_template_linux_amd_64": "joshuto-{}-x86_64-unknown-linux-musl.tar.gz",
92
+ "filename_template_linux_arm_64": "joshuto-{}-aarch64-unknown-linux-musl.tar.gz",
93
+ "filename_template_macos_amd_64": "joshuto-{}-x86_64-apple-darwin.tar.gz",
94
+ "filename_template_macos_arm_64": "joshuto-{}-aarch64-apple-darwin.tar.gz",
95
+ "strip_v": false,
96
+ "exe_name": "joshuto"
97
+ },
98
+ "zellij": {
99
+ "repo_url": "https://github.com/zellij-org/zellij",
100
+ "doc": "🖥️ Zellij is a terminal workspace with support for multiple plugins, such as a terminal, status bar, tabs, splits, etc.",
101
+ "filename_template_windows_amd_64": "",
102
+ "filename_template_windows_arm_64": "",
103
+ "filename_template_linux_amd_64": "zellij-x86_64-unknown-linux-musl.tar.gz",
104
+ "filename_template_linux_arm_64": "zellij-aarch64-unknown-linux-musl.tar.gz",
105
+ "filename_template_macos_amd_64": "zellij-x86_64-apple-darwin.tar.gz",
106
+ "filename_template_macos_arm_64": "zellij-aarch64-apple-darwin.tar.gz",
107
+ "strip_v": false,
108
+ "exe_name": "zellij"
109
+ }
110
+ }