machineconfig 1.97__py3-none-any.whl → 2.0__py3-none-any.whl

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

Potentially problematic release.


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

Files changed (166) hide show
  1. machineconfig/cluster/cloud_manager.py +22 -26
  2. machineconfig/cluster/data_transfer.py +2 -2
  3. machineconfig/cluster/distribute.py +0 -2
  4. machineconfig/cluster/file_manager.py +4 -4
  5. machineconfig/cluster/job_params.py +1 -1
  6. machineconfig/cluster/loader_runner.py +8 -8
  7. machineconfig/cluster/remote_machine.py +4 -4
  8. machineconfig/cluster/script_execution.py +2 -2
  9. machineconfig/cluster/sessions_managers/archive/create_zellij_template.py +1 -1
  10. machineconfig/cluster/sessions_managers/enhanced_command_runner.py +23 -23
  11. machineconfig/cluster/sessions_managers/wt_local.py +78 -76
  12. machineconfig/cluster/sessions_managers/wt_local_manager.py +91 -91
  13. machineconfig/cluster/sessions_managers/wt_remote.py +39 -39
  14. machineconfig/cluster/sessions_managers/wt_remote_manager.py +94 -91
  15. machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py +56 -54
  16. machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py +49 -49
  17. machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py +18 -18
  18. machineconfig/cluster/sessions_managers/wt_utils/session_manager.py +42 -42
  19. machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py +36 -36
  20. machineconfig/cluster/sessions_managers/zellij_local.py +43 -46
  21. machineconfig/cluster/sessions_managers/zellij_local_manager.py +139 -120
  22. machineconfig/cluster/sessions_managers/zellij_remote.py +35 -35
  23. machineconfig/cluster/sessions_managers/zellij_remote_manager.py +33 -33
  24. machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py +15 -15
  25. machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py +25 -26
  26. machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py +49 -49
  27. machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py +5 -5
  28. machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py +15 -15
  29. machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py +11 -11
  30. machineconfig/cluster/templates/utils.py +3 -3
  31. machineconfig/jobs/__pycache__/__init__.cpython-311.pyc +0 -0
  32. machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc +0 -0
  33. machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc +0 -0
  34. machineconfig/jobs/python/check_installations.py +8 -9
  35. machineconfig/jobs/python/python_cargo_build_share.py +2 -2
  36. machineconfig/jobs/python/vscode/link_ve.py +7 -7
  37. machineconfig/jobs/python/vscode/select_interpreter.py +7 -7
  38. machineconfig/jobs/python/vscode/sync_code.py +5 -5
  39. machineconfig/jobs/python_custom_installers/archive/ngrok.py +2 -2
  40. machineconfig/jobs/python_custom_installers/dev/aider.py +3 -3
  41. machineconfig/jobs/python_custom_installers/dev/alacritty.py +3 -3
  42. machineconfig/jobs/python_custom_installers/dev/brave.py +3 -3
  43. machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py +5 -5
  44. machineconfig/jobs/python_custom_installers/dev/code.py +3 -3
  45. machineconfig/jobs/python_custom_installers/dev/cursor.py +9 -9
  46. machineconfig/jobs/python_custom_installers/dev/docker_desktop.py +4 -4
  47. machineconfig/jobs/python_custom_installers/dev/espanso.py +4 -4
  48. machineconfig/jobs/python_custom_installers/dev/goes.py +4 -4
  49. machineconfig/jobs/python_custom_installers/dev/lvim.py +4 -4
  50. machineconfig/jobs/python_custom_installers/dev/nerdfont.py +3 -3
  51. machineconfig/jobs/python_custom_installers/dev/redis.py +3 -3
  52. machineconfig/jobs/python_custom_installers/dev/wezterm.py +3 -3
  53. machineconfig/jobs/python_custom_installers/dev/winget.py +27 -27
  54. machineconfig/jobs/python_custom_installers/docker.py +3 -3
  55. machineconfig/jobs/python_custom_installers/gh.py +7 -7
  56. machineconfig/jobs/python_custom_installers/hx.py +1 -1
  57. machineconfig/jobs/python_custom_installers/warp-cli.py +3 -3
  58. machineconfig/jobs/python_generic_installers/config.json +412 -389
  59. machineconfig/jobs/python_windows_installers/dev/config.json +1 -1
  60. machineconfig/logger.py +50 -0
  61. machineconfig/profile/__pycache__/__init__.cpython-311.pyc +0 -0
  62. machineconfig/profile/__pycache__/create.cpython-311.pyc +0 -0
  63. machineconfig/profile/__pycache__/shell.cpython-311.pyc +0 -0
  64. machineconfig/profile/create.py +23 -16
  65. machineconfig/profile/create_hardlinks.py +8 -8
  66. machineconfig/profile/shell.py +41 -37
  67. machineconfig/scripts/__pycache__/__init__.cpython-311.pyc +0 -0
  68. machineconfig/scripts/__pycache__/__init__.cpython-313.pyc +0 -0
  69. machineconfig/scripts/linux/devops +2 -2
  70. machineconfig/scripts/linux/fire +1 -0
  71. machineconfig/scripts/linux/fire_agents +0 -1
  72. machineconfig/scripts/linux/mcinit +1 -1
  73. machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc +0 -0
  74. machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc +0 -0
  75. machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc +0 -0
  76. machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc +0 -0
  77. machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc +0 -0
  78. machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc +0 -0
  79. machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc +0 -0
  80. machineconfig/scripts/python/__pycache__/fire_agents.cpython-311.pyc +0 -0
  81. machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc +0 -0
  82. machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc +0 -0
  83. machineconfig/scripts/python/ai/__pycache__/init.cpython-311.pyc +0 -0
  84. machineconfig/scripts/python/ai/__pycache__/mcinit.cpython-311.pyc +0 -0
  85. machineconfig/scripts/python/ai/chatmodes/Thinking-Beast-Mode.chatmode.md +337 -0
  86. machineconfig/scripts/python/ai/chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md +644 -0
  87. machineconfig/scripts/python/ai/chatmodes/deepResearch.chatmode.md +81 -0
  88. machineconfig/scripts/python/ai/configs/.gemini/settings.json +81 -0
  89. machineconfig/scripts/python/ai/instructions/python/dev.instructions.md +45 -0
  90. machineconfig/scripts/python/ai/mcinit.py +103 -0
  91. machineconfig/scripts/python/ai/prompts/allLintersAndTypeCheckers.prompt.md +5 -0
  92. machineconfig/scripts/python/ai/prompts/research-report-skeleton.prompt.md +38 -0
  93. machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh +47 -0
  94. machineconfig/scripts/python/archive/tmate_conn.py +5 -5
  95. machineconfig/scripts/python/archive/tmate_start.py +3 -3
  96. machineconfig/scripts/python/choose_wezterm_theme.py +2 -2
  97. machineconfig/scripts/python/cloud_copy.py +19 -18
  98. machineconfig/scripts/python/cloud_mount.py +9 -7
  99. machineconfig/scripts/python/cloud_repo_sync.py +11 -11
  100. machineconfig/scripts/python/cloud_sync.py +1 -1
  101. machineconfig/scripts/python/croshell.py +14 -14
  102. machineconfig/scripts/python/devops.py +6 -6
  103. machineconfig/scripts/python/devops_add_identity.py +8 -6
  104. machineconfig/scripts/python/devops_add_ssh_key.py +18 -18
  105. machineconfig/scripts/python/devops_backup_retrieve.py +13 -13
  106. machineconfig/scripts/python/devops_devapps_install.py +3 -3
  107. machineconfig/scripts/python/devops_update_repos.py +1 -1
  108. machineconfig/scripts/python/dotfile.py +2 -2
  109. machineconfig/scripts/python/fire_agents.py +183 -41
  110. machineconfig/scripts/python/fire_jobs.py +17 -17
  111. machineconfig/scripts/python/ftpx.py +2 -2
  112. machineconfig/scripts/python/gh_models.py +94 -94
  113. machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc +0 -0
  114. machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc +0 -0
  115. machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc +0 -0
  116. machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc +0 -0
  117. machineconfig/scripts/python/helpers/cloud_helpers.py +3 -3
  118. machineconfig/scripts/python/helpers/helpers2.py +1 -1
  119. machineconfig/scripts/python/helpers/helpers4.py +8 -6
  120. machineconfig/scripts/python/helpers/helpers5.py +7 -7
  121. machineconfig/scripts/python/helpers/repo_sync_helpers.py +1 -1
  122. machineconfig/scripts/python/mount_nfs.py +3 -2
  123. machineconfig/scripts/python/mount_nw_drive.py +4 -4
  124. machineconfig/scripts/python/mount_ssh.py +3 -2
  125. machineconfig/scripts/python/repos.py +8 -8
  126. machineconfig/scripts/python/scheduler.py +1 -1
  127. machineconfig/scripts/python/start_slidev.py +8 -7
  128. machineconfig/scripts/python/start_terminals.py +1 -1
  129. machineconfig/scripts/python/viewer.py +40 -40
  130. machineconfig/scripts/python/wifi_conn.py +65 -66
  131. machineconfig/scripts/python/wsl_windows_transfer.py +1 -1
  132. machineconfig/scripts/windows/mcinit.ps1 +1 -1
  133. machineconfig/settings/linters/.ruff.toml +2 -2
  134. machineconfig/settings/shells/ipy/profiles/default/startup/playext.py +71 -71
  135. machineconfig/settings/shells/wt/settings.json +8 -8
  136. machineconfig/setup_linux/web_shortcuts/tmp.sh +2 -0
  137. machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py +10 -7
  138. machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py +9 -7
  139. machineconfig/utils/ai/browser_user_wrapper.py +5 -5
  140. machineconfig/utils/ai/generate_file_checklist.py +11 -12
  141. machineconfig/utils/ai/url2md.py +1 -1
  142. machineconfig/utils/cloud/onedrive/setup_oauth.py +4 -4
  143. machineconfig/utils/cloud/onedrive/transaction.py +129 -129
  144. machineconfig/utils/code.py +13 -6
  145. machineconfig/utils/installer.py +51 -53
  146. machineconfig/utils/installer_utils/installer_abc.py +21 -10
  147. machineconfig/utils/installer_utils/installer_class.py +42 -16
  148. machineconfig/utils/io_save.py +3 -15
  149. machineconfig/utils/options.py +10 -3
  150. machineconfig/utils/path.py +5 -0
  151. machineconfig/utils/path_reduced.py +201 -149
  152. machineconfig/utils/procs.py +23 -23
  153. machineconfig/utils/scheduling.py +11 -12
  154. machineconfig/utils/ssh.py +270 -0
  155. machineconfig/utils/terminal.py +180 -0
  156. machineconfig/utils/utils.py +1 -2
  157. machineconfig/utils/utils2.py +43 -0
  158. machineconfig/utils/utils5.py +163 -34
  159. machineconfig/utils/ve.py +2 -2
  160. {machineconfig-1.97.dist-info → machineconfig-2.0.dist-info}/METADATA +13 -8
  161. {machineconfig-1.97.dist-info → machineconfig-2.0.dist-info}/RECORD +163 -149
  162. machineconfig/cluster/self_ssh.py +0 -57
  163. machineconfig/scripts/python/ai/init.py +0 -56
  164. machineconfig/scripts/python/ai/rules/python/dev.md +0 -31
  165. {machineconfig-1.97.dist-info → machineconfig-2.0.dist-info}/WHEEL +0 -0
  166. {machineconfig-1.97.dist-info → machineconfig-2.0.dist-info}/top_level.txt +0 -0
@@ -1,40 +1,40 @@
1
1
  machineconfig/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
2
+ machineconfig/logger.py,sha256=XLckvZ8cPDpC5v75ESP3YNTputIrDYuvoYisj0YZtGw,1415
2
3
  machineconfig/cluster/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
3
- machineconfig/cluster/cloud_manager.py,sha256=36HVgCwif30z8rrt-t0wOgFTIas-r-KvUFmDJGW4DBY,26436
4
- machineconfig/cluster/data_transfer.py,sha256=D9aGh0Co_N9DvgljVZ8ArwplL58kE7ztQrhzlDEOOvo,4354
5
- machineconfig/cluster/distribute.py,sha256=IZkXd3RAnGupWbNJEXeEK8C3oR3DUxnxk_wcyjbgWq0,15363
6
- machineconfig/cluster/file_manager.py,sha256=8i_DqjDlGJM7gSsZggO3S_wxGz0npWbl_new2uDmV8w,13903
7
- machineconfig/cluster/job_params.py,sha256=eXrdAmXM0fkeF36aikSOGjptbI1suPStYU0k1QqvYeQ,7685
8
- machineconfig/cluster/loader_runner.py,sha256=RHsfMXvFJaiETUsIhlwLIvFn_o9ZGslj6idFTmxKa7c,7072
9
- machineconfig/cluster/remote_machine.py,sha256=_VWFyBTKxnk5NUlIMaCqZrJEzlOXx0qCuXLFuhEg7gs,19711
10
- machineconfig/cluster/script_execution.py,sha256=QPd_8sQM6uLGc7JlxrW9qt82UAmShZZMX0Nsxbgzp8E,9982
4
+ machineconfig/cluster/cloud_manager.py,sha256=XXEGqmcYHx8ldMqUQ0wr9TTpIWbWrl4mIoePpAzTrtM,26040
5
+ machineconfig/cluster/data_transfer.py,sha256=ni5RWaGS1YbUchaj4LDnvCFWeHpgdvW9sB9t5q5zszA,4386
6
+ machineconfig/cluster/distribute.py,sha256=TWnOcTcItu3QQTDP3cNsUprnteYYt7WM7oHpNuoPSFo,15273
7
+ machineconfig/cluster/file_manager.py,sha256=P1Oa81sy_9GmC2KgbtLbnv7yFBpXTwVN-Ekm1T4a1hk,13967
8
+ machineconfig/cluster/job_params.py,sha256=v_FXHI9PvFGvXA4wEMQT5ttvT_zU_CfegbuRfpsrTJw,7701
9
+ machineconfig/cluster/loader_runner.py,sha256=UaVwL2lVUxLJ314FCDlPauQBDpdJn4_qbgKkOfzwHhc,7064
10
+ machineconfig/cluster/remote_machine.py,sha256=NFzFXTEuqqdygeqdvvGtlIcBWxdd_rgP7tolxL3FvOw,19775
11
+ machineconfig/cluster/script_execution.py,sha256=4U70FDtjOh6A6C2Ei-Xh90S888q64VhRPbExoEbdepk,9980
11
12
  machineconfig/cluster/script_notify_upon_completion.py,sha256=jBKcjAfnmb30eB0u-hrNloC8qq2sbdCLBTro8sRJC6I,2033
12
- machineconfig/cluster/self_ssh.py,sha256=GvoDC2dGeWnZdxBue8aiF7wghUqJjxJnERGdGWSSvsQ,2976
13
13
  machineconfig/cluster/sessions_managers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  machineconfig/cluster/sessions_managers/demo_rich_zellij.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
15
- machineconfig/cluster/sessions_managers/enhanced_command_runner.py,sha256=CnNPhbUggA13ZsZshCPYM1TytKb6aFrz6ISXcnHXhkM,6103
16
- machineconfig/cluster/sessions_managers/wt_local.py,sha256=mXGpk30VLFuTnEWGvSUf8thn2Kyi18ZmBgpqUd8oz4A,20183
17
- machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=bqItQnMDy-5rPLZAt7k3AO7de8sC7a7M0hNg4zWloP0,25340
18
- machineconfig/cluster/sessions_managers/wt_remote.py,sha256=NVAw3Tbk5xwkWJ6x1xQ53_-PQuQphYNTGYJCoqOe22M,12813
19
- machineconfig/cluster/sessions_managers/wt_remote_manager.py,sha256=PV5PoBTJamfxuS-VsiM2sIR3XggTQ771VCNeBQRL1t8,20867
20
- machineconfig/cluster/sessions_managers/zellij_local.py,sha256=Wyp_sZueaibptZL83oBnbBTLojUEe8I1-Kkf_4e3150,17895
21
- machineconfig/cluster/sessions_managers/zellij_local_manager.py,sha256=0gCWYgWTYFwzGBmt4UwWxv2F2IaKA3H-71FzBta7Iwc,23323
22
- machineconfig/cluster/sessions_managers/zellij_remote.py,sha256=u3B5XWKMpU6rQK83lXx8LeGQIZ-RrNA5VIHe-sebRdw,10215
23
- machineconfig/cluster/sessions_managers/zellij_remote_manager.py,sha256=h2u57DQj2offoyrRcE-Le1Cc7ghlTjQ38W0Rg9c0wSQ,8292
15
+ machineconfig/cluster/sessions_managers/enhanced_command_runner.py,sha256=HyZzveHEqb7c4-Zm8LQTp1bskuW-D775Cv_goiDTxxY,5977
16
+ machineconfig/cluster/sessions_managers/wt_local.py,sha256=iVY2melmE9GHm3PB9C3X6WDI4-JxNhkbnA5P2b-awjI,19493
17
+ machineconfig/cluster/sessions_managers/wt_local_manager.py,sha256=hMzmg0wRK3XvVbm8b0ZqEVLyhcPCCiIWzflOlI76mk8,24481
18
+ machineconfig/cluster/sessions_managers/wt_remote.py,sha256=HNS2KRs6H3kzBuhdvZ8iDLHMx8ioXvPHkVQ1vWd4cVQ,12535
19
+ machineconfig/cluster/sessions_managers/wt_remote_manager.py,sha256=UqPuZNYre6095alqQ13M6UE1ppLsw6SjV-Uutm9zsJ4,20208
20
+ machineconfig/cluster/sessions_managers/zellij_local.py,sha256=-1kL80gR0LFRwdiddu6vaYIXuTmnTiwjlfrlhoHw6-g,17490
21
+ machineconfig/cluster/sessions_managers/zellij_local_manager.py,sha256=-5NCNckYvqjfoh_krF9hmuGdbg2x7MQ_iOXbmhquZ0c,23909
22
+ machineconfig/cluster/sessions_managers/zellij_remote.py,sha256=OWpzC7K2I0UKdK0teA91-ktaNfmfksZBA3dAkgZSpVk,9962
23
+ machineconfig/cluster/sessions_managers/zellij_remote_manager.py,sha256=UscKt7yKACF99Rn2qAQe-gz4loU2epbGKoKEiffq8Ug,8191
24
24
  machineconfig/cluster/sessions_managers/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
25
- machineconfig/cluster/sessions_managers/archive/create_zellij_template.py,sha256=SYCmQJsO3HJr62yTLpk7VLtHnIE7xh6IFpm0cIU_-SA,1450
25
+ machineconfig/cluster/sessions_managers/archive/create_zellij_template.py,sha256=KwcLWeDSKwOGuDsF7oePkMJZMdgUywQvEdIVgFPim3Q,1468
26
26
  machineconfig/cluster/sessions_managers/archive/session_managers.py,sha256=xaLKRf5b9Hqs3_LX01m_6omXeces_Npm39A7qqfLfDE,10280
27
- machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py,sha256=7he3ApTu0_B3cbQBZJ2mEZnRxQyEZR11l0SzwvADXKg,8261
28
- machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py,sha256=-Lw_Z9GYrz33cBSd8vZOVZattMSEEiWvFb3zu6F1UYU,17448
29
- machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py,sha256=liKdJy_aWRLe9f91h4u_JNNl5jKSidZfVZwqMjNAPrE,7425
30
- machineconfig/cluster/sessions_managers/wt_utils/session_manager.py,sha256=sibeqPPlM70AV68mLEf7RKrwQHf96A9Lmse23QMnVls,13353
31
- machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=B0xOFd4Fy7Yuu-5j2fWQiOkk9n1QgUE9z4hiSrdSmxU,10060
32
- machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=LHcoNGIOoDCWe2w8_i6RbfQ9wVcVMTnDZ7LG0U8GoJI,2594
33
- machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=W7mWcGDcZgQ-eBBg9-nfMjfcPpP3x-yGBLLNETAb9G4,4873
34
- machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=YakSylhzDUqdEyI-ObyORdHqRhmWpT39j4KV31fPEIs,14177
35
- machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=Kh0iiVjZW6glXEZymxv7y8kNoaCLhnpsP0_ooRrY9BQ,2699
36
- machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=TzVQmjp1dj7waJpBqjGvbCvrq_elm2diLPnbD2Cou7M,5561
37
- machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py,sha256=lfEyAhZCH7jSbnwlriAhGfq6YIZr_TqWM66Cr6sul5o,3676
27
+ machineconfig/cluster/sessions_managers/wt_utils/layout_generator.py,sha256=8Kk09q8rI1FuscPsYVYaQbEzJYqyUVZsoU4Or-fLu_M,7839
28
+ machineconfig/cluster/sessions_managers/wt_utils/process_monitor.py,sha256=qBT-_898oK2bJTPGjmgZ_GLDE04b8glFulRNnZMoSpY,17015
29
+ machineconfig/cluster/sessions_managers/wt_utils/remote_executor.py,sha256=nD_zRaDVTX4HkmNxkiKyPNIaN7qZKsByIq5F-Zur00I,7304
30
+ machineconfig/cluster/sessions_managers/wt_utils/session_manager.py,sha256=khi7UmBrEs468s1bkoELKM_Rpk_9tkkdXBEzK7T4teo,12929
31
+ machineconfig/cluster/sessions_managers/wt_utils/status_reporter.py,sha256=2pGVYSjDimDjxtYg-v1R9Ce7CELeDEhiCdijx8Pj_Gw,9735
32
+ machineconfig/cluster/sessions_managers/zellij_utils/example_usage.py,sha256=eDSZmvbXkHjonQHuZPFv6RS0oKKAosMhQdtDqDw1_f0,2499
33
+ machineconfig/cluster/sessions_managers/zellij_utils/layout_generator.py,sha256=Uyqqiak8CxKu_xw-_qE_R6z3IKVEs8OUrLV-KutiN4U,4722
34
+ machineconfig/cluster/sessions_managers/zellij_utils/process_monitor.py,sha256=T-miHioT7ILsFc3ZsucfmNkqxc_r2A4XVx5uMy2fqjs,13740
35
+ machineconfig/cluster/sessions_managers/zellij_utils/remote_executor.py,sha256=f6_5lMOjO6lMVO2GQfaLmWniWiL0nGV4wQ5kxD6mgjo,2679
36
+ machineconfig/cluster/sessions_managers/zellij_utils/session_manager.py,sha256=qQx-XWowtkcXP79zsMGH4ZwE6FffQZh6pSOV-c8S6IY,5421
37
+ machineconfig/cluster/sessions_managers/zellij_utils/status_reporter.py,sha256=kqeZv4ghISQ97BZiudK1db7XUzI_VRGZlMbuSxXLh5g,3600
38
38
  machineconfig/cluster/templates/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
39
39
  machineconfig/cluster/templates/cli_click.py,sha256=ySGRogpwErG5MazNrruP--ZSakSs3PaIkrW7RUxvs3I,5085
40
40
  machineconfig/cluster/templates/cli_gooey.py,sha256=LP6suPeoL1j-oFNWtRMAh9ofjlYNZc0HXrCzUZYjzQM,5536
@@ -42,46 +42,47 @@ machineconfig/cluster/templates/cli_trogon.py,sha256=g-_pm94-x0Mf-WZ8wsXZguInuIE
42
42
  machineconfig/cluster/templates/run_cloud.py,sha256=R6o71rAsBF85GSQOQzXCB7wGwpAjUl0BAXafpCwAm9s,2379
43
43
  machineconfig/cluster/templates/run_cluster.py,sha256=ou08xPrejDwfjVFVRNk2rl5hylsSt77bw77zd_nH0H4,4692
44
44
  machineconfig/cluster/templates/run_remote.py,sha256=iGne5z4AGgLOgd4eNpEtwLtEWR-t9zziIvq82zoPOYY,3248
45
- machineconfig/cluster/templates/utils.py,sha256=M2FoidqSeJ5N3nWjQhZD61GF35QD1uvZbuGSuL-B704,3745
45
+ machineconfig/cluster/templates/utils.py,sha256=XQaYvDpIMvS0IB55AU4y7EfiIklShbg2Q1VXUhbacDg,3733
46
46
  machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
47
- machineconfig/jobs/__pycache__/__init__.cpython-311.pyc,sha256=vNT4o2DVs3GExlRfunuYcKkupGIHA6AEwJ54brTwKG0,173
47
+ machineconfig/jobs/__pycache__/__init__.cpython-311.pyc,sha256=lLJf0TMhSL8RjwUJIWCOZdaqTQnuSvN8N36Hu5c_zvs,173
48
48
  machineconfig/jobs/linux/msc/lid.sh,sha256=09LeoSaXCGjCn7YxPcIFQpHroYdglJlEtFU2agarh3I,1302
49
49
  machineconfig/jobs/linux/msc/network.sh,sha256=dmISsh0hioDheinqee3qHfo2k7ClFx6G_GfGDxuflmc,1796
50
50
  machineconfig/jobs/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
51
- machineconfig/jobs/python/check_installations.py,sha256=G5VXGlHjZBtHHFrvSDLU2csT3fklAxQYfoqN3M2rlXA,11249
51
+ machineconfig/jobs/python/check_installations.py,sha256=D-jtYyvOpIfHr7nylXLasrA2XLTzYpz8IPss-q5wrcI,11140
52
52
  machineconfig/jobs/python/create_bootable_media.py,sha256=_FqXN8Fc5r2Drap72Y32iXtdjtBep3B-DC21QN79ICU,829
53
- machineconfig/jobs/python/python_cargo_build_share.py,sha256=GJ0ANDzcxAZ4mxsT2Vy7RDJW2lTXIwele7NefXfBmIc,2101
53
+ machineconfig/jobs/python/python_cargo_build_share.py,sha256=RDe1QiTH3vLQ1wjN0kE5NxMIqwB-_WHz6O3svyuH_VE,2133
54
54
  machineconfig/jobs/python/python_ve_symlink.py,sha256=UUSyJTQzRT9rSHa0ku3Jv0a2UPAsidEHEw8RckBYlVs,1184
55
55
  machineconfig/jobs/python/tasks.py,sha256=palEhxnzY0roWg16-LS6mZM9pjOiUe8g9Ye7UKxe8kw,151
56
- machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc,sha256=-lL7Jv-q9R4f6AzQJ1K3vedAUH1pqmsBmNbCLEJuVoo,180
56
+ machineconfig/jobs/python/__pycache__/__init__.cpython-311.pyc,sha256=oeTr1Gnfn7LzOEEZFLDgL0gQUQjUzIv4UhliGxid8jo,180
57
+ machineconfig/jobs/python/__pycache__/python_ve_symlink.cpython-311.pyc,sha256=iVj6LaTGGwr00XCEn2Ktbx_h_USyFJV41wVoMAwNoAE,1938
57
58
  machineconfig/jobs/python/archive/python_tools.txt,sha256=obBMZ-gajhaAOpxYUSh3IOfXA6RxTgoec-d7ALzoZak,287
58
59
  machineconfig/jobs/python/vscode/api.py,sha256=4Ovo1TmZf2G49IugKDnbB7FOxqjlOfyO3s-Z0yOXxj8,1696
59
- machineconfig/jobs/python/vscode/link_ve.py,sha256=UQ5P5Z7IiwvZ1jr8bDEm10Ejkr_n_BF7ihuuWv3QAlQ,1468
60
- machineconfig/jobs/python/vscode/select_interpreter.py,sha256=Brd_LwXO0-AeiJwxtFBbw_k-ah57vNu6_a0Os-nso74,2701
61
- machineconfig/jobs/python/vscode/sync_code.py,sha256=rLpHOyt-t3FSC6N3mppunfRQMbI78S5FhYjDCFonaEg,2205
60
+ machineconfig/jobs/python/vscode/link_ve.py,sha256=7QqQKDo6yCh4k8-v6FZwnN0SBH7zGgZttyS0Svn5xII,1440
61
+ machineconfig/jobs/python/vscode/select_interpreter.py,sha256=FvtFe7WN0n142fhiTLlZIB_lSBn2BARWU2eivbuntS4,2687
62
+ machineconfig/jobs/python/vscode/sync_code.py,sha256=U2bB1TX2CLAZeBTa2CePMfz4nK7IqSfwUel455hCTTo,2185
62
63
  machineconfig/jobs/python/vscode/__pycache__/select_interpreter.cpython-311.pyc,sha256=RgsGRZtpwohxBOd5A8OJLETKJzak9D5uyHXcx2e6lwk,4820
63
64
  machineconfig/jobs/python_custom_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
64
- machineconfig/jobs/python_custom_installers/docker.py,sha256=Zd11cqAXVOcfZ4Zi301kTgG0WdDdc_zZUIME1xZUslo,2281
65
- machineconfig/jobs/python_custom_installers/gh.py,sha256=ttP11tdXGdQS8guKoCLncL6Pptfm14IqSiWhtEX0Erg,2544
66
- machineconfig/jobs/python_custom_installers/hx.py,sha256=rsWb0b5uX0c00e8wbGpdtgu2YPhEbFmCnE5MdNSlQ2o,5319
67
- machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=khLI1gRAJXCp1YzYBStMKIjNYIxz7A9XeSIiQToMVFw,2033
65
+ machineconfig/jobs/python_custom_installers/docker.py,sha256=rsIKGUb52FF3XqdJTeJofkPo5hgnAt8F1jENlk1Uihw,2265
66
+ machineconfig/jobs/python_custom_installers/gh.py,sha256=U3Dt595HY_1UhuokPvVksc8O3APpcGARf-bjuD-5SuQ,2534
67
+ machineconfig/jobs/python_custom_installers/hx.py,sha256=pM1MYV9CIuR1m7mFbPEf4OALS_pI_HhJGhjknJu54zI,5314
68
+ machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=pBgsdHH_TK1L_yrKnjnqr1RhVPHps9cRLUDFJ40pjWk,2021
68
69
  machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-311.pyc,sha256=Lh8PAOD0iL8zcVPa6RJBwflx0rn2io_1w1wHL80MosQ,198
69
- machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=NeZoS8k6A3BFqdQbsNNlhVN6AM4LL3Ul_bS98IXpEHg,1735
70
- machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=Ge-NkItPIsDIVkXpie5XQ8NLV6GvUjV4wFF3ZgcUUps,800
71
- machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=j3F332BycOcNavN8k1IJtRoGF74dKuPqLJYK1F9ucPw,1950
72
- machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=DTuvB3rAB4aW8BoLV5eY6Itf_SNev3xwWY8ICndHcaY,2065
73
- machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=LKetz_W3Hpj5ynhwG9apGkRILHa-N7WjdcJc_fpJ6yI,1449
74
- machineconfig/jobs/python_custom_installers/dev/code.py,sha256=KFb0FtdzJIWqzsXbY9ZnhumY9emnhCjuMyVwdAVVbXU,1993
75
- machineconfig/jobs/python_custom_installers/dev/cursor.py,sha256=T3jhn16WD4J_mVlnadhCnlN31ZKlWH6toTHOSYUbui4,4572
76
- machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=06VDfAOL1lENHf0ygF1ZQvCEAuh7fj8Yuw0ALDLA9dQ,2331
77
- machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=7Qi9GPBK3hS-YHHAyfZMQETWZ-Y-Je4mxRbdcTr9BO8,2524
78
- machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=DLMo1OPOo7IGzvuKK4eBImeR9Di_nklxZTr14ZoL-VQ,1105
79
- machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=eVPQrIeXuBqZ7H6XOevcZF2DrFfkRR89GlERUxTpbwM,2209
80
- machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=PKWc9aJAm_YWi8X8fY-dsQc4T61rUNUpjIsfVx9LQNY,2068
81
- machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=2KOrcffUjdNlLAWvfjTLqrYK4iZG7swEqSbXItL2WqY,2228
70
+ machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=_yH1Vc8E1oPOeKRDk7y6ytFSrrJGVu-4mGd0nEXikF8,1723
71
+ machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=kf9JMQzOL8kx7mcQSf-imRObD6JxhGJb3G5EWUusLhU,788
72
+ machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=mEvAr0WWNQAODxLGfOOpgKwd4p2OffrIj8tZQSp-4i4,1934
73
+ machineconfig/jobs/python_custom_installers/dev/brave.py,sha256=l2GcDQQFN0XmaPTNWPRjaLwapaUeHBqFXvIgQTjapEc,2053
74
+ machineconfig/jobs/python_custom_installers/dev/bypass_paywall.py,sha256=DLzsbtH5bQhhOOo0jsWUzH5gCfmLLClruiDk9aU9AD0,1432
75
+ machineconfig/jobs/python_custom_installers/dev/code.py,sha256=_B0VSP1F3EHQSCjPLzbEQCg6rmx52QCbGyAb4Pq2tfQ,1981
76
+ machineconfig/jobs/python_custom_installers/dev/cursor.py,sha256=MFFnK-ClVW0tJTK9gopOolCNDVY0s4Hp7iy6ry9_YpU,4542
77
+ machineconfig/jobs/python_custom_installers/dev/docker_desktop.py,sha256=lqfiT41HcqXsFAZHZDDIT6cxvAJXdTAivxMm02qVQ6c,2315
78
+ machineconfig/jobs/python_custom_installers/dev/espanso.py,sha256=BDkpFDfTwtGLkjghl7rTqyY38U5xXMvxqq2ajsxbWIg,2508
79
+ machineconfig/jobs/python_custom_installers/dev/goes.py,sha256=kBLcRk8s16fTOHfowyxYnOp4VEPI2t7HTMWtJ4iJDDI,1093
80
+ machineconfig/jobs/python_custom_installers/dev/lvim.py,sha256=gWU6BORh2urByfJiQWJiGUGIWRRb3hIPfSt7mrOYVjw,2207
81
+ machineconfig/jobs/python_custom_installers/dev/nerdfont.py,sha256=VNLwv4zrN8gULLiRV_15ecYXMT3cHDPcJaKx3Ak7RTs,2056
82
+ machineconfig/jobs/python_custom_installers/dev/redis.py,sha256=Ki1WmPFJ_1XHZYFuvoV3aRvlkZAN30V-gYoriEejKP4,2216
82
83
  machineconfig/jobs/python_custom_installers/dev/reverse_proxy.md,sha256=Yam2UzJUCslAp01_A0gdMH59s27hna9mqQsSGU7q64g,1128
83
- machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=D6JNW7uc8uyLIurky4SeTu6DSmI2QnomTDUO12FrLG0,2214
84
- machineconfig/jobs/python_custom_installers/dev/winget.py,sha256=R_Fv-NC5Ip0n9odeotGpwfRqkMzwAHL3ZNxy7P5FeD0,5970
84
+ machineconfig/jobs/python_custom_installers/dev/wezterm.py,sha256=mnvNTEDmn8cIod3Rm8CpJKqcVHiCbvyNEEC_CrM3Ytw,2202
85
+ machineconfig/jobs/python_custom_installers/dev/winget.py,sha256=PpH0AAc4HOfeEr--mKbda2H_xpqd1YVdHa2a2t5IC4o,5794
85
86
  machineconfig/jobs/python_custom_installers/scripts/linux/brave.sh,sha256=m01xquA4YZW3YrhJiTCvTZuLliELmRI1avYFyuE5-Ws,2119
86
87
  machineconfig/jobs/python_custom_installers/scripts/linux/docker.sh,sha256=mojUmdFXXH5vJN7hHwP3JmRajya1yyM4bZvuLOx-nTc,5343
87
88
  machineconfig/jobs/python_custom_installers/scripts/linux/docker_start.sh,sha256=TiS-hWRltw66_p_Fq8gfkA_rqUIuwxoIkFZItVF6TXA,1478
@@ -94,7 +95,7 @@ machineconfig/jobs/python_custom_installers/scripts/linux/vscode.sh,sha256=8S0nZ
94
95
  machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVNLeYWdh3XEFllCVZDYIHBI42btjGlH5jbyXjJGz-Y,3033
95
96
  machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
96
97
  machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
97
- machineconfig/jobs/python_generic_installers/config.json,sha256=_a0I7xKV8W3MgM7CIgAp3iGpUgVX3pThPa3CJlE6bQk,20790
98
+ machineconfig/jobs/python_generic_installers/config.json,sha256=r-pLmhPQh3Acy3I4xJ8Kn1Vmh9TY9khSLTDP8e0N0u4,20714
98
99
  machineconfig/jobs/python_generic_installers/update.py,sha256=ajz1GSNU9xYVrFEDSz6Xwg7amWQ_yvW75tQa1ZvRIWc,3
99
100
  machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-311.pyc,sha256=6W3MndIH6TpKF1rOCDC53oH4ZV8tCD6zakk8dgCyhO8,199
100
101
  machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
@@ -110,27 +111,27 @@ machineconfig/jobs/python_windows_installers/config.json,sha256=_jMleGe2iqcOr4yc
110
111
  machineconfig/jobs/python_windows_installers/archive/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
111
112
  machineconfig/jobs/python_windows_installers/archive/file.json,sha256=sF9TUg7DQnq6R6qqLa9tRWfaQRfYKi4cy4T1hZ8yegU,314
112
113
  machineconfig/jobs/python_windows_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
113
- machineconfig/jobs/python_windows_installers/dev/config.json,sha256=Kqm5ja2hDMjnOilYIh7Yg-PTNulqvrtDy4LMFYFnqR4,8
114
+ machineconfig/jobs/python_windows_installers/dev/config.json,sha256=-KWibjBW62-wbe6z28z9iK50kAIAyYxwtZZru37J1N4,4
114
115
  machineconfig/jobs/windows/start_terminal.ps1,sha256=LbsX9YjTIsHnemvwNiBoJr8UKnbnzKy948PsS8j5H94,469
115
116
  machineconfig/jobs/windows/startup_file.cmd,sha256=qOqDwL0MmRB-fHauJKjOO0mhczyA3-cdRUyY1p7NCok,95
116
117
  machineconfig/jobs/windows/archive/archive_pygraphviz.ps1,sha256=RkR6Y41fNPqTpt2UTJU7qwHEZIYMDicn98p2RihDTw4,667
117
118
  machineconfig/jobs/windows/archive/openssh-server_add_key.ps1,sha256=91cL3K4H2saAuzOS1GxGicpc64ZDpgvPY39YPBWyxZI,269
118
119
  machineconfig/jobs/windows/archive/openssh-server_copy-ssh-id.ps1,sha256=-7pElYiGFXUvO4dp6rW0LXmNo65h3hFTHJWyHbmO3Xc,745
119
120
  machineconfig/profile/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
120
- machineconfig/profile/create.py,sha256=WIWIMSVRsxUAZs127-bVNyZL6h5fkV1DCzaSuXHFBOY,6044
121
- machineconfig/profile/create_hardlinks.py,sha256=7XjK9ocAWDxuyoQwx0iskLcXGPVDjDuoxulGdISotgQ,5439
122
- machineconfig/profile/shell.py,sha256=q1iMeLN98HJiyD4iO8J5dJFUaJI5c40yex1Ii9xidNc,10341
123
- machineconfig/profile/__pycache__/__init__.cpython-311.pyc,sha256=6gOzV1HQTZjV4MYfRkbhkhd7ipdMtvf7VaSsaducCf4,176
124
- machineconfig/profile/__pycache__/create.cpython-311.pyc,sha256=b7M1MklDpLOoHATJ6wPt00FUC0L0CqyjfV4YLbhGaMA,8719
125
- machineconfig/profile/__pycache__/shell.cpython-311.pyc,sha256=gxIxNHWggqVWGNjwjb5ZbY5LKfmBpkmPrVJ3sFJbHao,12508
121
+ machineconfig/profile/create.py,sha256=ugdNaZ9XRPfMNyLnZnNFtDfgNcn_oIJonnkaKtrNzm0,6126
122
+ machineconfig/profile/create_hardlinks.py,sha256=cE5C3P_XdNQ4fFgqSvra5dffKl3P4PUuTxTdm89e6_E,5490
123
+ machineconfig/profile/shell.py,sha256=CVlYm-tvl3ZdbxyebaA4QvWSDYOmRZaz8XCxHz261PU,10666
124
+ machineconfig/profile/__pycache__/__init__.cpython-311.pyc,sha256=2QWPveHQxw3U6SZx6SPhlQUeQjVc26SkwNIZKR-3Ll8,176
125
+ machineconfig/profile/__pycache__/create.cpython-311.pyc,sha256=SCnXRPQ9naUl9Sj2EgAUguolFrJUtSfE3yH6K0A6eJ0,8777
126
+ machineconfig/profile/__pycache__/shell.cpython-311.pyc,sha256=Jg0duafgnBIhhBNVOyitlhVckNrOx5lyuXpNeLywxnk,15064
126
127
  machineconfig/profile/records/generic/shares.toml,sha256=FduDztfyQtZcr5bfx-RSKhEEweweQSWfVXkKWnx8hCY,143
127
128
  machineconfig/profile/records/linux/apps_summary_report.csv,sha256=pw9djvaRUPalKDLn2sl3odcbD2_Zx3aEupsQ8UPfaaY,2738
128
129
  machineconfig/profile/records/linux/apps_summary_report.md,sha256=l77oofA6Rliql0ZgKGIZi8bstFoGyyGTxeS8p2PtOj0,5634
129
130
  machineconfig/profile/records/windows/apps_summary_report.csv,sha256=nN5BoACBqXgKNczm2t5KaCLdDnxFCIscX8iRkWBm0a4,47
130
131
  machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLmOjYLvHg9kkPJryqFwFaP8OsmfPwfR1o,137
131
132
  machineconfig/scripts/__init__.py,sha256=8aZPVoch_gcI0Ihcr30zQcPjRQMWiWzDnQXnOm7spzo,73
132
- machineconfig/scripts/__pycache__/__init__.cpython-311.pyc,sha256=584qleTKH8_xZev1ZeFo6FkdhzaMF45ZXjMjnnAuU_E,252
133
- machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=ji1L9FzMqXEBix9V6pDcdZlEA6FHOragyIsKvs1kp6E,246
133
+ machineconfig/scripts/__pycache__/__init__.cpython-311.pyc,sha256=IS9v75DcMJB0ibsWsUgpBgjudoxk1RG1LBKhHDKu_zs,252
134
+ machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=SVmg_tmjaX7zoE59-0ZOk13PM6J3MYoSEUWaZAJVpyM,246
134
135
  machineconfig/scripts/cloud/init.sh,sha256=n07vNAH33FClhyCmhe7YitmwPSha3AeU3Sm-HQYg_ig,4630
135
136
  machineconfig/scripts/linux/activate_ve,sha256=ylZHQh1Cj7EA6O78I74LurDZL9OuCtcSFWYZ-ea6wh8,2762
136
137
  machineconfig/scripts/linux/checkout_versions,sha256=giqRWpwMkS_GYa3NOfSsqBIZta3apbws3QbdNfNHj3c,173
@@ -141,9 +142,9 @@ machineconfig/scripts/linux/cloud_mount,sha256=IdJEROhFAJHLjg6rNOt80CCze-iN0a-Pb
141
142
  machineconfig/scripts/linux/cloud_repo_sync,sha256=lp1VDmCJMesuFhFYJBgLFNS4CmsxVHTqHpO9RVrRHD0,361
142
143
  machineconfig/scripts/linux/cloud_sync,sha256=-F3225O1dKM-FSBb5iqD5JEKAOOmSOx3ib8xZm_euc0,514
143
144
  machineconfig/scripts/linux/croshell,sha256=h1-LWS1AHSCJk4Kq_ngP4ndxEO9WR7PVOiLaAXITmSg,752
144
- machineconfig/scripts/linux/devops,sha256=zADVTmjmYW8LxnkZFtwOdAddrt73_4d9TzwOMPwf3_I,586
145
- machineconfig/scripts/linux/fire,sha256=dMxdRthQNc7gONpS-C7I8hXmTlAMlcQhDsgMnaDb5js,834
146
- machineconfig/scripts/linux/fire_agents,sha256=bX39bY9xf4hX-bn_Dy5XN3foIEaytLpW-oqFXYRrJ04,836
145
+ machineconfig/scripts/linux/devops,sha256=FxBQO_exalMvzIR5CJ6DLJFILtzBl92HJaaekm5po0k,635
146
+ machineconfig/scripts/linux/fire,sha256=mSwTwEbSYn4eccftkXRCyG09Kt-7zynpIRWQaMpRLQI,835
147
+ machineconfig/scripts/linux/fire_agents,sha256=Qy5jW2wV0mz0D8vFpLQom9tM9yGa_Q4SRl3GzcK7Cqs,835
147
148
  machineconfig/scripts/linux/ftpx,sha256=2GPRwSUhshI4BNxmOeMVoYlM6I7OQ0o3b8t6FlKDyRk,162
148
149
  machineconfig/scripts/linux/fzf2g,sha256=YK_YLmxCm6zms24ytylgoUHnvWqq8oTdRTiskzDClS0,831
149
150
  machineconfig/scripts/linux/fzfag,sha256=x0rX7vM_YjKLZ822D2Xh0HdaTj5kR_gG3g_5_w6ring,679
@@ -152,7 +153,7 @@ machineconfig/scripts/linux/fzfg,sha256=ClGnJZUsIk4y0qs3W5iXGo-nd0FaqAHMsnh8uoXQ
152
153
  machineconfig/scripts/linux/fzfrga,sha256=xSdws6ae28ZXkkqz_uupZ0MYw_vxE2qpLT2DLS3WITM,460
153
154
  machineconfig/scripts/linux/gh_models,sha256=dcq6BLN5kU9Q_BSbXQJay0aFgKqnXnTZwlp9HZ-SMfE,167
154
155
  machineconfig/scripts/linux/kill_process,sha256=lZ6LDzBPonQrVxCoc0R4HWW9x9hb5L5KjBhWugnxDNU,213
155
- machineconfig/scripts/linux/mcinit,sha256=Oa1glh79q85Tx5ewI_dryHNH20KmMi58RlqQ0sczTg0,832
156
+ machineconfig/scripts/linux/mcinit,sha256=PNuiCCkvsXi9I0c24ApWE4cth10NCamh80Mfdhhbu4I,834
156
157
  machineconfig/scripts/linux/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3VdikyVVQyiu8j8,3514
157
158
  machineconfig/scripts/linux/mount_nfs,sha256=HLWF7ocUjuDXaFFtOzEA9JlROTcsbDEhgosBdBpBUUA,2061
158
159
  machineconfig/scripts/linux/mount_nw_drive,sha256=fZWV2x7Slne2c0NU-65qXBmTIeJNvjAHY-NqkDgoq1U,2527
@@ -175,71 +176,81 @@ machineconfig/scripts/linux/archive/tmate_conn,sha256=mDymJCJ-scdYhoG06EAMncjoSA
175
176
  machineconfig/scripts/linux/archive/tmate_start,sha256=eyaknKoVb-XtJnZcfB0CCxm9z9zkD0dsuIDeFLKbIO8,452
176
177
  machineconfig/scripts/linux/archive/transfer_wsl_win,sha256=KzSaO4CWbuM6UNoNasdJhaWWjRhN0lWIiJrBZMmONz0,137
177
178
  machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
178
- machineconfig/scripts/python/choose_wezterm_theme.py,sha256=RWJImusjyNhIO6lAlSYtlx_kBIdjwGVBR8EHzg_dCbU,3225
179
- machineconfig/scripts/python/cloud_copy.py,sha256=XqVc0KgdwyJIq8Y47cNRjnN7Flc_0wdxxUUanbkJF9M,8547
179
+ machineconfig/scripts/python/choose_wezterm_theme.py,sha256=2JjmYE9amtMFIHEegSTt7BLiX0ybIRhSoKwZfuuomzo,3259
180
+ machineconfig/scripts/python/cloud_copy.py,sha256=LakMdzBJlMdwXHbjMY0ylVPpcCOrFC-cCPPOetqAqW0,8573
180
181
  machineconfig/scripts/python/cloud_manager.py,sha256=MAVOKqXGxnlMaQGEv6k-q_PrgN0at6J8qQDhPiH2lI8,3488
181
- machineconfig/scripts/python/cloud_mount.py,sha256=m7qVXkqAgFppUdws0lc3u67MqyIuckdKpv8mnBzrKgQ,6485
182
- machineconfig/scripts/python/cloud_repo_sync.py,sha256=15sF0de6AaNejxbjCyeoT027u4IWporLbLHhF1UWB4M,9427
183
- machineconfig/scripts/python/cloud_sync.py,sha256=BQbe_EMl3_s7YZXnmOwK2MsUZkGTQAd_AcO15jZZFdM,3826
184
- machineconfig/scripts/python/croshell.py,sha256=jxaZfsSCYYARPGR43h50Zc4zt3WdU1brVkPoyYeOjEM,9210
185
- machineconfig/scripts/python/devops.py,sha256=JGaQiWo1zyvkaYQRNYYfUxpX-IShXhxJ2beNgeU1Xok,8272
186
- machineconfig/scripts/python/devops_add_identity.py,sha256=rH2d0xKBbZOuv0kMjt01LrIwJb5cZBf99acag-zyuuc,3759
187
- machineconfig/scripts/python/devops_add_ssh_key.py,sha256=HdAzO_gZBJrTTkZjwgdJjIDRyQtWzlYpgLCuCRvS1ZE,6618
188
- machineconfig/scripts/python/devops_backup_retrieve.py,sha256=DeWjPzoJVuA6q8M-vXnB5pRINFo6OUbvf_BdR11RySU,6144
189
- machineconfig/scripts/python/devops_devapps_install.py,sha256=xddA4qmdYoMKnSR2eROF4x6GF6FZIPp_8fC9XZu6lFA,7958
190
- machineconfig/scripts/python/devops_update_repos.py,sha256=B6p9hCV4nVYGqYsWnu4i-Myne0k0V3rpXYqkTEl6gsQ,3921
191
- machineconfig/scripts/python/dotfile.py,sha256=qq59lrE2JWCsD79cSqhbAy2IqCw2s-gWA_8YWKYi8Jc,2169
192
- machineconfig/scripts/python/fire_agents.py,sha256=zSQ_ap7ToVzAcdGinAPdRWa50gJzpFMJa5JFnIOydJQ,3241
193
- machineconfig/scripts/python/fire_jobs.py,sha256=ooZZkh-TMB_jmxuU-to-aDmP9rCbcpCSWSXlsGR8_a8,19729
194
- machineconfig/scripts/python/ftpx.py,sha256=EGslb07y4fVVTlm5MFwQUJWej7ucN9TuISi4Vzph1gM,9691
182
+ machineconfig/scripts/python/cloud_mount.py,sha256=9nc6B6vd2VxeJ5dXaJZFrIF3NQpXCam4usYaM4wAKaM,6590
183
+ machineconfig/scripts/python/cloud_repo_sync.py,sha256=1SgkPj-vRCi-0drW7L7wqEQiXNhHXLTN2UrYHyUpGlk,9498
184
+ machineconfig/scripts/python/cloud_sync.py,sha256=cJIMzfwzg5hsizkdOP5xgDRJyHzNbANzGUQi6oxlQKU,3844
185
+ machineconfig/scripts/python/croshell.py,sha256=L8Y9sswwayJ88SGRTbKtXxkUdSqELnv5V9bPW0XUq9M,9261
186
+ machineconfig/scripts/python/devops.py,sha256=a8UngP3h62TxAt8PbDs5PgyHrCikiYS-ijRxTtE0LdM,8246
187
+ machineconfig/scripts/python/devops_add_identity.py,sha256=zHB6ivOqq1BjsrKqRuYSPUvtDRSp_wvrxhRRQkcWtSY,3918
188
+ machineconfig/scripts/python/devops_add_ssh_key.py,sha256=4j8KGyCJ9NL9LSCf22wkkn7f53IXzwzqBZo0MH1en24,6685
189
+ machineconfig/scripts/python/devops_backup_retrieve.py,sha256=gSpyrcFKhUsTzu8LaA2QL8dRHcCn9jo2k0Io5P7ID90,6099
190
+ machineconfig/scripts/python/devops_devapps_install.py,sha256=_Qr8dWcwuMZ2qChKFILFfzMMCV60e5qtYf-nWS4DaG8,8006
191
+ machineconfig/scripts/python/devops_update_repos.py,sha256=5Q4EdrQJFGVgChbIIKAlsRmbKyDijllBHt3XBegSQwk,3920
192
+ machineconfig/scripts/python/dotfile.py,sha256=tFmKyZlawUJ2SSlLZzmMx9M2LZ_VPOgSUvSex6xiys0,2167
193
+ machineconfig/scripts/python/fire_agents.py,sha256=fcdCN7aw74Tz8ZRb2EwMJS8eR1diky9622itQapY-v0,8559
194
+ machineconfig/scripts/python/fire_jobs.py,sha256=VVOFJo1WgdKzmPT2hL56RTUaVs7jpWfKn01zQDwGug0,19892
195
+ machineconfig/scripts/python/ftpx.py,sha256=3jpRdISUiDK7uKRaityEfO59qVIilTGL3nloo9qGcWk,9699
195
196
  machineconfig/scripts/python/get_zellij_cmd.py,sha256=6irkwgbeC18OWBnTBAF4i0klqZ6GlwagXaQIUBRFxVQ,596
196
- machineconfig/scripts/python/gh_models.py,sha256=EE8U4mMIOeiLKlqDCVcr4BXwSUJ_yKaZV_7tQ_tqAyo,5396
197
- machineconfig/scripts/python/mount_nfs.py,sha256=NGo5KuQWI6jipHld91-3S0Cv5fUoI4WesUGvw3JSX4k,3156
198
- machineconfig/scripts/python/mount_nw_drive.py,sha256=gxolpsM-2Nz81sQZDEZ8rbp4mVzjLUudWvl8ZNxgGac,1463
199
- machineconfig/scripts/python/mount_ssh.py,sha256=JiMFCW-9kPESo5ccSJDt3wG7iq6mNu4zcouKk0tUHEs,2094
197
+ machineconfig/scripts/python/gh_models.py,sha256=3BLfW25mBRiPO5VKtVm-nMlKLv-PaZDw7mObajq6F6M,5538
198
+ machineconfig/scripts/python/mount_nfs.py,sha256=zoQ4BW9rhgTAD3_BDA5XvSu_-hdFRtEPvZ_F5bB4mpA,3221
199
+ machineconfig/scripts/python/mount_nw_drive.py,sha256=NZjpKL7BVrcGpZeVX6NZ7mugJb4KFIYyHLc2ZFYh5s8,1499
200
+ machineconfig/scripts/python/mount_ssh.py,sha256=F2jiFqzRRUGIxqpXtFVFR2PZPxhRpX3FEC-9CEOtgpg,2161
200
201
  machineconfig/scripts/python/onetimeshare.py,sha256=bmGsNnskym5OWfIhpOfZG5jq3m89FS0a6dF5Sb8LaZM,2539
201
202
  machineconfig/scripts/python/pomodoro.py,sha256=SPkfeoZGv8rylGiOyzQ7UK3aXZ3G2FIOuGkSuBUggOI,2019
202
- machineconfig/scripts/python/repos.py,sha256=eEMAZhjEY3D5IfXHTAnaVDc_wcA0xuWHOs1isFzEVb8,11391
203
- machineconfig/scripts/python/scheduler.py,sha256=vDRzO1PUrTR45rEXufaBb7lTf9x9mfHUgQjDkGjLsPw,3091
203
+ machineconfig/scripts/python/repos.py,sha256=NFzsX8j8Wl2k2-wjhaAelKvCeX6py0IRCXzQ0wKru8M,11333
204
+ machineconfig/scripts/python/scheduler.py,sha256=7IBjMMOHMkklcWzYwz93EH9XzbJ5uPqU03bJ_lYbRNo,3083
204
205
  machineconfig/scripts/python/snapshot.py,sha256=b2JakHHNFkPHg49q6U1OyQpL8sz5hLSIwoCHfH1kURE,1027
205
- machineconfig/scripts/python/start_slidev.py,sha256=6lTNqdNWAmofp0386Q2DAXdK6L6NeKY-b4ALGEE7gac,4297
206
- machineconfig/scripts/python/start_terminals.py,sha256=OPCUHQM9G4FaR6ZJY7CrC4RNZsBW3isLZXytrLYwtRc,6111
207
- machineconfig/scripts/python/viewer.py,sha256=zeWszE9QESdz7QOykSG9AY6gmqvGkxa80o1TJYH4-e4,1961
206
+ machineconfig/scripts/python/start_slidev.py,sha256=cSDErCSMCRhRrbDYKX1a_r46OB_WgLRad4a4UnyzDe4,4383
207
+ machineconfig/scripts/python/start_terminals.py,sha256=6Ynw-XDqJzIxj9PbH0KQjdUcpM0GKXrP3l7pyOTK8Ro,6129
208
+ machineconfig/scripts/python/viewer.py,sha256=heQNjB9fwn3xxbPgMofhv1Lp6Vtkl76YjjexWWBM0pM,2041
208
209
  machineconfig/scripts/python/viewer_template.py,sha256=g_sS2uZPN96sQOGereSJcrg6z1erM2MZPlw9vwZhSxY,3945
209
- machineconfig/scripts/python/wifi_conn.py,sha256=HK9ulZeiVRqM3rgRzUAmbUD0tP_Z9JiewywlniIQpfY,16766
210
- machineconfig/scripts/python/wsl_windows_transfer.py,sha256=J7RngvXlc9uUhMWAHtT9wMv6WTRs6vSXMSLjgz9_D2A,3625
211
- machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc,sha256=Fp_Lc6UwspaLLvU3SV0i1SFXsTHTeqxBboepXwf0j6g,183
212
- machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc,sha256=CrRHLNLtsLPXS8WqXX81lcyewp5F7BNbNxYQpyUiSkY,171
210
+ machineconfig/scripts/python/wifi_conn.py,sha256=cQ6brIVgQp7JK3ZKYV-eX0G05PVLiZk08eQh1itzoMM,16149
211
+ machineconfig/scripts/python/wsl_windows_transfer.py,sha256=NQLymI0X5_vOfEHFLtsCipBppcs0MAHkn1UI5pn2VAI,3634
212
+ machineconfig/scripts/python/__pycache__/__init__.cpython-311.pyc,sha256=r4GFGFuPkfQZs9J8P5KbtoJTsdyzHZv9N--EZy6-81U,183
213
+ machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc,sha256=UQ3uVadgHUksIVYkRph8AqUEVI-0cLBpuC0meyuYuN8,171
213
214
  machineconfig/scripts/python/__pycache__/cloud_copy.cpython-311.pyc,sha256=ofEjvoXvuGSMnfm2ISBSKAyW8IG8eJwfjxEmKusFV1M,13591
214
215
  machineconfig/scripts/python/__pycache__/cloud_mount.cpython-311.pyc,sha256=Ww9YQ61mkCgLoXzyfWCYJwy4E2Q8erpILzZoF0AXUBQ,9365
215
216
  machineconfig/scripts/python/__pycache__/cloud_sync.cpython-311.pyc,sha256=Xa-bn9m5eGugaqmBiPIHhUOJT47SXtYswQYL4nhAW4A,5060
216
- machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc,sha256=uXED5tp8k3s1XYX1NoJEXup363eAk9zo0qm2rKy6BzY,11528
217
- machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc,sha256=EQ2ryP_0dbQ9R6bLzcUnijxyLZsEjinAVDGY1uxD5w4,13287
217
+ machineconfig/scripts/python/__pycache__/croshell.cpython-311.pyc,sha256=SmUBWDUkbr11Q6KwoyrKyZaYlwvTWJqbDGfRJVUZ4ek,11164
218
+ machineconfig/scripts/python/__pycache__/devops.cpython-311.pyc,sha256=Z-YrPJgZQDKckN5R6H7dZe6y8nP_wDtLymVUkflhZs8,13287
219
+ machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc,sha256=Q3E-TALVwNsfaoIfp6qNHkSKzmY4_oXggGA9clvnjVA,11399
218
220
  machineconfig/scripts/python/__pycache__/devops_backup_retrieve.cpython-311.pyc,sha256=Bo--NSxW10D7iO-VubPbwH_P-SJsb4hULXAwtx3WhFc,10426
219
221
  machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-311.pyc,sha256=mSfuG3ehhkbtZnU5PMDv9mS4LcMhj5NDKQBi882nFlc,10162
220
- machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc,sha256=lqrkZtc8WDeFWf2KkU0AYD2hce-dtKQxHyRpYGPByqo,6590
221
- machineconfig/scripts/python/__pycache__/fire_agents.cpython-311.pyc,sha256=N1AkkdkjZ7rtAbUB_xWnV8BypychQSw2eOJoEqNjiH8,5589
222
- machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc,sha256=nXHfprUt_TQb7plJ_e8Ab-XIyRmIDz8-fOLP3g61-Qs,21969
222
+ machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-311.pyc,sha256=cWcTykBCg3qu82jYcr7IIkN0cgpCZuNFqa8zfWKha_0,6589
223
+ machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc,sha256=avPLMbryR4gAw-UE1M9dZLLxgXk32qeJ41B-M7c2sCY,5755
224
+ machineconfig/scripts/python/__pycache__/fire_agents.cpython-311.pyc,sha256=uPcAvvVsZCL_BTq3s4WFZwhO1GSxA2K7e-KlccPUmnE,12904
225
+ machineconfig/scripts/python/__pycache__/fire_jobs.cpython-311.pyc,sha256=Mti7BvU3Mrck3t9fmzAsp1Rvz0FYaM7lmKeA3JSxxrM,22081
223
226
  machineconfig/scripts/python/__pycache__/fire_jobs.cpython-313.pyc,sha256=wMwq9RL120uZ2j6Zex8-SVubEFnaFZantHF2lcW6IwY,20181
224
227
  machineconfig/scripts/python/__pycache__/get_zellij_cmd.cpython-311.pyc,sha256=vDgQ-_22m3AyNJKjrXHZEPOOFiZ4Zh2z9NtdQvCWdXY,891
225
- machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc,sha256=ka0LHOdCwCu8R1RPCMBkndJrXXewG3UthfZl_l9gOZA,17583
226
- machineconfig/scripts/python/ai/init.py,sha256=kDOP0SRz5fPftkUA2KCLIpDO-WvkmlpwDuqaPPPEJ-0,2202
227
- machineconfig/scripts/python/ai/__pycache__/init.cpython-311.pyc,sha256=eCeXgwIQcCxy_OY3SHGd3MqkKLDWBOB7t3Gc0elC9Rg,3522
228
- machineconfig/scripts/python/ai/rules/python/dev.md,sha256=vfQGgq3g4d-BFD4vsan8p2NEOMZkmyREoOSiESSvye4,1860
228
+ machineconfig/scripts/python/__pycache__/repos.cpython-311.pyc,sha256=NmUeruJ7_snzKXm-ObBPqniFJONvaNLbZvbx01h4O8w,17583
229
+ machineconfig/scripts/python/ai/mcinit.py,sha256=Wvg5RDpDNuEeUotAf5hLx0B66YOdH1IIw4xm7F8DQxQ,5066
230
+ machineconfig/scripts/python/ai/__pycache__/init.cpython-311.pyc,sha256=aC1IcjcIuV2nsYztoX2FVm1r-1kNCIMvFF_JoxUpVc0,3868
231
+ machineconfig/scripts/python/ai/__pycache__/mcinit.cpython-311.pyc,sha256=cUY3G4h_oYy59MbwTEZHjx6nowYWTyBLBaCK6JaRONo,7366
232
+ machineconfig/scripts/python/ai/chatmodes/Thinking-Beast-Mode.chatmode.md,sha256=Tu-fWxX_FLiIBRdgOndMhewK41kIHDoYxuGZ1kF6dYA,17947
233
+ machineconfig/scripts/python/ai/chatmodes/Ultimate-Transparent-Thinking-Beast-Mode.chatmode.md,sha256=kB8u_QAZar9StuywXcbPTUCbAVHKin0s0brssOroK5o,29019
234
+ machineconfig/scripts/python/ai/chatmodes/deepResearch.chatmode.md,sha256=WRbZXkdOPw5pVAFjR51n9IRTtqw3TE7jUt4BNyN5Z8k,5165
235
+ machineconfig/scripts/python/ai/configs/.gemini/settings.json,sha256=hv0POw6ySh8vukLd2Zebt7CH4Aiw1W26ge-Tl1fxgoQ,2301
236
+ machineconfig/scripts/python/ai/instructions/python/dev.instructions.md,sha256=OTdhVlKLWaG7Q3uF8imeO90pJCqB_Ij93W31BxDB12o,4445
237
+ machineconfig/scripts/python/ai/prompts/allLintersAndTypeCheckers.prompt.md,sha256=0YO5BvqKMxoB6Xs4MR4dv3g7iLgviUc_JoqXdvfxXqY,46
238
+ machineconfig/scripts/python/ai/prompts/research-report-skeleton.prompt.md,sha256=VJboe6_ynLAcxml8tgOQCN-6ecJY3hraEneKILQkNis,668
239
+ machineconfig/scripts/python/ai/scripts/lint_and_type_check.sh,sha256=OxaP3G6ErvUGuU2LVJWJn9qYP72GPdD2taXLZnCuoX8,1620
229
240
  machineconfig/scripts/python/archive/im2text.py,sha256=WLyic89vxi_pqQMzo-MOrGf39JEZjCdvDrXYUMVvZNY,1163
230
- machineconfig/scripts/python/archive/tmate_conn.py,sha256=bUztIO87JReVFzcm7RsOokDXI6wD6u6cTSSWTBwO0Ec,1251
231
- machineconfig/scripts/python/archive/tmate_start.py,sha256=UcgOxkTegHomeaZp0PeXuubJerzAA2mMzS_wxA1K074,1530
241
+ machineconfig/scripts/python/archive/tmate_conn.py,sha256=C36Kb1E04UPGy7oAQ9IRpcdK8nRa0yr9zjq-fZUalcI,1231
242
+ machineconfig/scripts/python/archive/tmate_start.py,sha256=OeCKT7GLL77IafF_LIN31QYGAh_JClv8xMxDccc_1dc,1518
232
243
  machineconfig/scripts/python/helpers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
233
- machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=VY_FciDtoHzQV6dXRNeDPmxRwvDrW_PD_vCiTxTEnZQ,4954
234
- machineconfig/scripts/python/helpers/helpers2.py,sha256=CLppdR5QFD3-SIxlP5TefiFM94cDjq6FKg4QMBK0bAg,7142
235
- machineconfig/scripts/python/helpers/helpers4.py,sha256=DXX9qWvzeoGa_kAXs9cdyhzL2ZnloMnSJV2XRtb2on8,7527
236
- machineconfig/scripts/python/helpers/helpers5.py,sha256=VrhEpaw7bPUXH7u_MZ_WxkMou_zF_SB4jOmDDQFFZ5A,1108
237
- machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=OkueaRYwLtLCTMzMWFPzgkfCTEPIYu53iFzVN1P80fk,4425
238
- machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc,sha256=laY_JNNdHB1gUeXe1zTTPPi0bFeFjB_D0mOWoV9mdYA,191
244
+ machineconfig/scripts/python/helpers/cloud_helpers.py,sha256=Zm_pVme1vVRzerrHrxVIU2Bf2pzSjVbNoiBEecZY-ds,4962
245
+ machineconfig/scripts/python/helpers/helpers2.py,sha256=LGjHnh-vYFm0XivUnIyYdNSyG5pWxvedbrG0pv8Hbig,7140
246
+ machineconfig/scripts/python/helpers/helpers4.py,sha256=ERAR1BnnK3K4tcwX8F5QmwmkBGTBChcKpzKA8Bm1F4w,7537
247
+ machineconfig/scripts/python/helpers/helpers5.py,sha256=riXysqaW9skVZ_3J9Gn7eOLNnpsetgYZlaReryx94Cc,1122
248
+ machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=zY1QUGbl2oh_MyGtErwzoqa-wZ2zV_S_QMH_9O74LOE,4439
249
+ machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-311.pyc,sha256=giPQ1ABJuA5WpwYhUQ1qrxIDFcjhLilIGzQIhWi8rrg,191
239
250
  machineconfig/scripts/python/helpers/__pycache__/__init__.cpython-313.pyc,sha256=7DBSViiKn4Vtp2mDghWNGg9RcSOQjRe4W9DzDaDn7lg,179
240
- machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc,sha256=RS6lxAKsMYs_ZtWpodb_fSF0sZNuqf12_1uxqWbu2cQ,9138
241
- machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc,sha256=kB7_hyrBwuBxpHId5cy_owathTvv8uGiWP4ztikuUa8,7853
242
- machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc,sha256=uF8yuq2oTLjcPsWX5vIMaf898FWXuwKE3M5mHBJDIWY,10615
251
+ machineconfig/scripts/python/helpers/__pycache__/cloud_helpers.cpython-311.pyc,sha256=a1eOVD1VOQgGaSFPD8VbfzHig6oVSulHLA8iCzF2oVI,9151
252
+ machineconfig/scripts/python/helpers/__pycache__/helpers2.cpython-311.pyc,sha256=60zUJbNkCfuYSpkHkJ7-R3_I8rB1wHGRD-g8cKUDNMc,8050
253
+ machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-311.pyc,sha256=6gGHh54TrVnkji13RLLqnu9G9JSKU6jU8cJRlPCLVlM,10641
243
254
  machineconfig/scripts/python/helpers/__pycache__/helpers4.cpython-313.pyc,sha256=NobOXSsARSrWN6xRikdCy-Kv4gokkOovrH09ha3HZ-I,11043
244
255
  machineconfig/scripts/python/helpers/__pycache__/repo_sync_helpers.cpython-311.pyc,sha256=U0HPSMRmaDkysn6N8heE4fMM5017CtK4hJQVJUJmBT0,7758
245
256
  machineconfig/scripts/windows/activate_ve.ps1,sha256=1YDd90eIhJ680a-tPHeBesnIVLHWqLn1DU66B-2oA7E,1875
@@ -261,7 +272,7 @@ machineconfig/scripts/windows/fzfrga.bat,sha256=rU_KBMO6ii2EZ0akMnmDk9vpuhKSUZqk
261
272
  machineconfig/scripts/windows/gpt.ps1,sha256=78oqOADLMuIZ7uY18lhcp_-IAIj57dkFh0uieanscjU,359
262
273
  machineconfig/scripts/windows/grep.ps1,sha256=sUP_cXtqPEWLQ8_TdGJX7_-CO6CQYTP4pA-ZmkdPLdY,49
263
274
  machineconfig/scripts/windows/kill_process.ps1,sha256=EESikl97AC3Wpjy8flS6tuSCso1FxDhLjwrvyCO21TM,189
264
- machineconfig/scripts/windows/mcinit.ps1,sha256=9eqnE8_K0izDCEPU30FZyKnFPML-YSrUgmmOx6DQNA4,132
275
+ machineconfig/scripts/windows/mcinit.ps1,sha256=P7do3F7DqWubER4jBk_B0VtEmHMlOGz9CgiIxCfYLgI,134
265
276
  machineconfig/scripts/windows/mount_nfs.ps1,sha256=wGIxPe62AE3tLzjSIeYJGva4D_HiMCEsGUa8BsMyDkI,2073
266
277
  machineconfig/scripts/windows/mount_nw.ps1,sha256=puxcfZc3ZCJerm8pj8OZGVoTYkhzp-h7oV-MrksSqIE,454
267
278
  machineconfig/scripts/windows/mount_smb.ps1,sha256=PzYWpIO9BpwXjdWlUQL9pnMRnOGNSkxfh4bHukJFme8,69
@@ -341,7 +352,7 @@ machineconfig/settings/lf/windows/autocall/rename.ps1,sha256=47DEQpj8HBSa-_TImW-
341
352
  machineconfig/settings/linters/.flake8,sha256=1By04Qwy5saCudYKOw2bKHSNQg4N128SJudwD3SVGhQ,1958
342
353
  machineconfig/settings/linters/.mypy.ini,sha256=BNxVtNuliJZVeFpCRRIQpSWFDQYuKqKtcVKYcZ-sApc,811
343
354
  machineconfig/settings/linters/.pylintrc,sha256=_hYrPgtMvQc877u5NTU_HlkJMZwuDrmB6Yt3u5zg3-c,3593
344
- machineconfig/settings/linters/.ruff.toml,sha256=cvouHymPYbN1i77QoeJYWobAuHjTiGM1ezuCo49FK3c,1653
355
+ machineconfig/settings/linters/.ruff.toml,sha256=CiLFhFLJzQc1UvJF2ecRjO4hjmC_xx9j0JCKHKi-po8,1655
345
356
  machineconfig/settings/lvim/linux/config.lua,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
346
357
  machineconfig/settings/lvim/windows/config.lua,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
347
358
  machineconfig/settings/lvim/windows/archive/config_additional.lua,sha256=9gU_G83sEe4ZtLESbB6p4loB6I4G0ykgnx96g7Z9zU4,776
@@ -361,7 +372,7 @@ machineconfig/settings/shells/bash/init.sh,sha256=EOCNg7h4roNDTappkddwy7U_0R_NKi
361
372
  machineconfig/settings/shells/hyper/.hyper.js,sha256=h-HqeYlvPvPD4Ee7828Cxo87uVkzbMGJFqXTZIWoegw,8884
362
373
  machineconfig/settings/shells/ipy/profiles/default/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
363
374
  machineconfig/settings/shells/ipy/profiles/default/startup/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
364
- machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=Q83Ph9XlM99i7YAsxCDMjMQ3mke9jJihAtxVBDxyoYI,3312
375
+ machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=-RINJ7SH3ieHGw2C1_ENnRitbVM9u26sUYD8kF7I3uQ,3503
365
376
  machineconfig/settings/shells/kitty/kitty.conf,sha256=lDdx-dUX3jbKGb3BkS2f2TOpmgGiS-CI-_-lFvhD5A4,52870
366
377
  machineconfig/settings/shells/nushell/config.nu,sha256=ug0E0NXNlCzgStScFN6VTsAkUaOTPJZB69P-LS5L2VE,1047
367
378
  machineconfig/settings/shells/nushell/env.nu,sha256=4VmaXb-qP6qnMD5TPzkXMLFNlB5QC4l9HEzCvXZE2GQ,315
@@ -370,7 +381,7 @@ machineconfig/settings/shells/pwsh/profile.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQe
370
381
  machineconfig/settings/shells/starship/starship.toml,sha256=5rQTY7ZpKnrnhgu2Y9OJKUYMz5lPLIftO1p1VRuVZwQ,1150
371
382
  machineconfig/settings/shells/vtm/settings.xml,sha256=5TNXd-i0eUGo2w3tuhY9aOkwoJdqih8_HO_U6uL2Dts,18262
372
383
  machineconfig/settings/shells/wezterm/wezterm.lua,sha256=ZaUFqVNibGD5cyzlnYhIMAakTig6P7qggi5hvHGASPk,6210
373
- machineconfig/settings/shells/wt/settings.json,sha256=V8rNApD1juX1_6a8mMiXY1g624MCaGfX3K5APAYv_bA,10143
384
+ machineconfig/settings/shells/wt/settings.json,sha256=XRqyjphS5EckkHkdYkw6b5btBgnaoic-vn5oCPaPVvI,10135
374
385
  machineconfig/settings/streamlit/config.toml,sha256=O3d4ax88hoW7gm5r51xmCcPssQ8ol-oFz_d0NUDlU4k,483
375
386
  machineconfig/settings/svim/linux/init.toml,sha256=s2SvtS2zGvygVJviNz062oi0nCQhiT_UM5Wx_edOR2Y,1448
376
387
  machineconfig/settings/svim/windows/init.toml,sha256=WgB5xvjinKfSTOfbiIhma7tdGQ4AWqOZyaxx26xU8oE,1436
@@ -400,6 +411,7 @@ machineconfig/setup_linux/web_shortcuts/ascii_art.sh,sha256=RWcxH_Db7WHH37PclYmc
400
411
  machineconfig/setup_linux/web_shortcuts/croshell.sh,sha256=7hE1tDWhWQ0rciFH0j411vko3qZeIMUG-83dYe6fUnE,2640
401
412
  machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=cyevht1IoaLM8fca2KdjepURrb4fY4EO040s1en3MCw,7688
402
413
  machineconfig/setup_linux/web_shortcuts/ssh.sh,sha256=U7eiioxrN1JHgtEH6pzc_0IzagELbtVFwkP2eQNSdIY,2165
414
+ machineconfig/setup_linux/web_shortcuts/tmp.sh,sha256=gzep6bBhK7FCBvGcXK0fdJCtkSfBOftt0aFyDZq_eMs,68
403
415
  machineconfig/setup_linux/web_shortcuts/update_system.sh,sha256=xQ1RxpsRhPFGpoDv01XTrB-BsqnbWiw7LMAh7Fc0uWs,1926
404
416
  machineconfig/setup_windows/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
405
417
  machineconfig/setup_windows/others/docker.ps1,sha256=M8NfsSxH8YlmY92J4rSe1xWOwTW8IFrdgb8cI8Riu2E,311
@@ -411,32 +423,34 @@ machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=IXWTyHr3fFtxvIo
411
423
  machineconfig/setup_windows/web_shortcuts/ssh.ps1,sha256=Tj9axEugJE7I3AQ0w1eUGLPb8ufME5jvU5S7VUjlLJE,424
412
424
  machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
413
425
  machineconfig/setup_windows/wt_and_pwsh/install_fonts.ps1,sha256=FEyHIqwjzRLqCeO_sC5TWx-AccMEG2M8KhATA__6O1g,824
414
- machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=5Xhu7GQ2a4rEExlmg-qlJzo7_c-Cb3dDdYKviIlXEI0,2099
415
- machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=473ul2vCOtGmzY6vBlwe8dfJZpKqYUn4iTE5_DeGIkM,9417
426
+ machineconfig/setup_windows/wt_and_pwsh/set_pwsh_theme.py,sha256=xZO7f6JjLZ1gpGGDR2xAH6scyxfyH8Be4PE1T-e8Zlk,2185
427
+ machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=OrJBK2svy8F6MixkL7M310mBw3Bm9ihNULwJuirqW5Q,9415
416
428
  machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
417
- machineconfig/utils/code.py,sha256=IOwjiRBuGxZKPxl5IRPy65L-CtnAzLfMq8Bc_LDSkoI,4068
418
- machineconfig/utils/installer.py,sha256=R1Z4_13kGbUqTssIeOpzWpPeItiqHYpn0-1dKDVkDFY,11050
419
- machineconfig/utils/io_save.py,sha256=MsY4jNdu9Ce15YmjpApAUELZuFFGvjgTOcU7NTvcZzY,3571
429
+ machineconfig/utils/code.py,sha256=nBf56Jkg1IK5mQhD-sT7XUFGLM0zSUGkTqslsDQMpA8,4392
430
+ machineconfig/utils/installer.py,sha256=vVLawhN-CSywssHjtnIQkB8WQUWyKLtE_nqpfYQd0es,10945
431
+ machineconfig/utils/io_save.py,sha256=iC1YTH0MOlBS8bWUB8Xhdl4CG_bEKQ3OVwMohdCOazI,3145
420
432
  machineconfig/utils/links.py,sha256=zFqG7Ozuv2f4rhodUvNqp-0prx4Ju3VtbXkqzzDKGG8,5056
421
- machineconfig/utils/options.py,sha256=FZBnxXdWwKRJUtBcdu1p-P4BatBLknCLOHDqYL3_GZQ,8185
422
- machineconfig/utils/path.py,sha256=omq1lVXHUpQ6gUghHnHy1vNrRCrea7uSrVGCvPLtXw0,7682
423
- machineconfig/utils/path_reduced.py,sha256=UpHs8mqIM4VITACVRTClpKp63DR9ejCZQ6ahkgqntUw,46252
424
- machineconfig/utils/procs.py,sha256=YkAEA-n4-woOqLvN0MCqfb3cjkWNN0CvsGl2IAi2lxY,10880
425
- machineconfig/utils/scheduling.py,sha256=hGdujXAwjALJg45R2eJEXEQRkGOvsvR7LRf0PHMo5dk,11467
426
- machineconfig/utils/utils.py,sha256=4BU53IG7N76enCF79YBIPTj-U_fCCHDWH_BxP5u9PNE,4232
427
- machineconfig/utils/utils2.py,sha256=_PR6A4XFEKzW_RktDUmkIAC-LDY1pUZtRYpn9DfcDOg,1962
428
- machineconfig/utils/utils5.py,sha256=EnbnTUjjZn_4ItwUkZBTzMfmiog_gtBw4QVB-atCIIU,5378
429
- machineconfig/utils/ve.py,sha256=ZBLIcyT5GGXX797kJY7JP0Ib_DIp2v-1jCCRFEHcZH8,2502
433
+ machineconfig/utils/options.py,sha256=Ct2d_mvhz4ST7csmNXGtoGJ1q1u79Hwx3IRHqaey4iU,8468
434
+ machineconfig/utils/path.py,sha256=fOUK0m7W_Wz1ahIH6IRKlT-p5wAXjg2CGejgeviU0S4,7955
435
+ machineconfig/utils/path_reduced.py,sha256=9YKm2YHnX3PyJggT-DIQdHW0LABcQMKgQS_p2Z2k3sQ,49523
436
+ machineconfig/utils/procs.py,sha256=JCVKKZd-f8nSRp-I3fwR2nh8erqyU5l2c1slp0TDyE4,10697
437
+ machineconfig/utils/scheduling.py,sha256=lTYotFoX0Lwd29K7gkqMMTeYEiyKNhaJZPIUd3mg4Ic,11403
438
+ machineconfig/utils/ssh.py,sha256=6ZrH5r0qXintosPHdmDUlTjaiGHvXbg5RVq3b52kkmM,19961
439
+ machineconfig/utils/terminal.py,sha256=P2Cdsf56Y04i1tXKO5Rmbqnirv445L1T9CbkOOGhn7c,11860
440
+ machineconfig/utils/utils.py,sha256=JohGpiSik8ehjfQc_5oYhVm5VYAng2ncCR01kzRF7sM,4196
441
+ machineconfig/utils/utils2.py,sha256=Wb0MivVL8Sc7fcIViGhGawnpRO5PSKlQh68AooQxdxE,4114
442
+ machineconfig/utils/utils5.py,sha256=ZyKdluaI4jH0-7gaYx31syu_b5-L3Cjpip3e3rWxKWY,12380
443
+ machineconfig/utils/ve.py,sha256=xHBFNix3A3smmxm5IYNCe_mEDZU9hcGhE_uIw8j7Fbo,2534
430
444
  machineconfig/utils/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
431
- machineconfig/utils/ai/browser_user_wrapper.py,sha256=lMtNqnjATB5UmOfMBTtUDiFMPUyd5_Q1NScC9uX9tLk,2140
432
- machineconfig/utils/ai/generate_file_checklist.py,sha256=bI3WJrBlHCOVuKPh2IoCmSOzH0AY3UPZ4zQshtOc-2Y,2924
433
- machineconfig/utils/ai/url2md.py,sha256=hQ4gie3qmGnXjEcOsB_yVIzYe48YekruVGqID58nXgE,3002
434
- machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=WHF5rN81HA8JAYMNblegkunSbT3b1xxvuKdJjHOzjNY,2356
435
- machineconfig/utils/cloud/onedrive/transaction.py,sha256=AZljZsooDbHC6Qx494J8Sxl-fAm-qhcXjRSes028wFc,27653
445
+ machineconfig/utils/ai/browser_user_wrapper.py,sha256=DVs1aje6Rm6ZIuRXeNm4rj7ytoui1djh5yvJ97D_mCQ,2120
446
+ machineconfig/utils/ai/generate_file_checklist.py,sha256=HsPlt3tzUL3eEoZ_Dqxpl9TK6iYmLT9ru6Vji3RWmVc,2859
447
+ machineconfig/utils/ai/url2md.py,sha256=LI57IeBlnSu_8EkKMN_lrppMpVJz15x9c8tI6ZAuqlw,3018
448
+ machineconfig/utils/cloud/onedrive/setup_oauth.py,sha256=BpFcBEejFFkbg-sWygpqO44gzBysdo5JKtUtflSERcU,2340
449
+ machineconfig/utils/cloud/onedrive/transaction.py,sha256=YBHzO1hAoirHwDM1JHl0lHM5xc_vVDhDYGhFURHXYkg,26685
436
450
  machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
437
- machineconfig/utils/installer_utils/installer_abc.py,sha256=GrAzsCAq7C2JMgmIuodc2n8gBofQd87PFoZD9mPiTYM,5051
438
- machineconfig/utils/installer_utils/installer_class.py,sha256=4_bibp2I9EDsYWEIS3zX35ksWwtZPiUdB_FfDzRm9Eg,16167
439
- machineconfig-1.97.dist-info/METADATA,sha256=z_lJ-U1QunWY1lRmqa2oJt39eSkB6wgKsSHbznWSyOU,6987
440
- machineconfig-1.97.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
441
- machineconfig-1.97.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
442
- machineconfig-1.97.dist-info/RECORD,,
451
+ machineconfig/utils/installer_utils/installer_abc.py,sha256=Wf03XKkon8LaX9YD5Wq99eyK1TEwCbCZqMbD2ZEJ0AU,5449
452
+ machineconfig/utils/installer_utils/installer_class.py,sha256=ts8qx8idu5CZE5n2YQZ_73wY3CH2R0caGmj36GXeEzM,17615
453
+ machineconfig-2.0.dist-info/METADATA,sha256=4fwlyFb_Ooof0YhfsCiZRDfUOnkaAPIAdyi-HbGkCOw,7120
454
+ machineconfig-2.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
455
+ machineconfig-2.0.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
456
+ machineconfig-2.0.dist-info/RECORD,,
@@ -1,57 +0,0 @@
1
-
2
- # """SelfSSh
3
- # """
4
-
5
-
6
- # from typing import Optional, Any
7
- # import getpass
8
- # import platform
9
- # import subprocess
10
-
11
-
12
- # class SelfSSH:
13
- # """Instead of SSH'ing to the same machine, one can use this interface.
14
- # """
15
- # def __init__(self):
16
- # self.hostname = "localhost"
17
- # self._remote_machine: Optional[MACHINE] = None
18
- # self.remote_env_cmd = ". activate_ve"
19
- # self.sftp: Any
20
- # def __getstate__(self) -> object: return {}
21
- # def __setstate__(self, state: dict[str, Any]) -> None:
22
- # """This behaviour makes SelfSSH dynamic, even if it was pickled from windows machine, when unpickled on Linux, it will behave as a Linux machine instance."""
23
- # _ = state
24
- # new_instance = SelfSSH()
25
- # self.__dict__.update(new_instance.__dict__)
26
- # return None
27
- # def run(self, cmd: str, desc: str = "", verbose: bool = False):
28
- # _ = desc, verbose
29
- # return Terminal().run(cmd, shell="powershell")
30
- # def run_py(self, cmd: str, verbose: bool = False, desc: str = ''):
31
- # _ = verbose, cmd, desc
32
- # exec(cmd) # type: ignore # pylint: disable=exec-used
33
- # return None
34
- # def get_ssh_conn_str(self): return "ssh localhost"
35
- # def get_remote_machine(self) -> MACHINE:
36
- # if self._remote_machine is None:
37
- # self._remote_machine = "Windows" if (self.run("$env:OS").op.rstrip("\n") == "Windows_NT" or self.run("echo %OS%").op == "Windows_NT") else "Linux"
38
- # return self._remote_machine
39
- # def get_remote_repr(self, add_machine: bool = False):
40
- # _ = add_machine
41
- # host = f"{getpass.getuser()}@{platform.node()}"
42
- # return f"SelfSSH({host}) REMOTE"
43
- # def get_local_repr(self, add_machine: bool = False): return self.get_remote_repr(add_machine=add_machine).replace("REMOTE", "LOCAL")
44
- # def open_console(self, cmd: str = '', new_window: bool = True, terminal: Optional[str] = None, shell: str = "pwsh"):
45
- # _ = cmd, shell, new_window, terminal
46
- # # return Terminal().run_async("", new_window=True, shell=shell)
47
- # # Terminal().run_async(*(self.get_ssh_conn_str(cmd=cmd).split(" ")), new_window=new_window, terminal=terminal, shell=shell)
48
- # if platform.system() == "Windows":
49
- # subprocess.Popen(["wt", "--profile", "pwsh"], stdin=subprocess.PIPE, shell=True)
50
- # elif platform.system() in ["Linux", "Darwin"]:
51
- # subprocess.Popen(["zellij --session haha"], shell=True, stdin=None, stdout=None, stderr=None)
52
- # def copy_to_here(self, source: PLike = '', target: Optional[str] = '', z: bool = True, r: bool = True, desc: str = '', overwrite: bool = False):
53
- # _ = source, target, z, r, desc, overwrite
54
- # return None
55
- # def copy_from_here(self, source: PLike = '', target: Optional[str] = '', z: bool = True, r: bool = True, desc: str = '', overwrite: bool = False):
56
- # _ = source, target, z, r, desc, overwrite
57
- # return None
@@ -1,56 +0,0 @@
1
-
2
-
3
- from pathlib import Path
4
- from git import Repo
5
-
6
- # def add_config_for_curor(repo_root: Path, config_f):
7
-
8
- def add_ai_configs(repo_root: Path):
9
- import machineconfig as mc
10
- mc_root = Path(mc.__file__).parent
11
-
12
- try:
13
- _repo_obj = Repo(repo_root)
14
- except Exception as e:
15
- print(f"Error initializing git repo: {e}")
16
- return
17
-
18
- rules_dir = mc_root.joinpath("scripts/python/ai/rules")
19
-
20
- python_rules_file = rules_dir.joinpath("python/dev.md")
21
-
22
- tmp = repo_root.joinpath(".cursor/rules/python_dev.mdc")
23
- tmp.parent.mkdir(parents=True, exist_ok=True)
24
- tmp.write_text(data=python_rules_file.read_text(), encoding="utf-8")
25
-
26
- # as per: https://docs.github.com/en/copilot/how-tos/configure-custom-instructions/add-repository-instructions
27
- # Copilot Chat on github website chat
28
- tmp = repo_root.joinpath(".github/copilot-instructions.md")
29
- tmp.parent.mkdir(parents=True, exist_ok=True)
30
- tmp.write_text(data=python_rules_file.read_text(), encoding="utf-8")
31
-
32
- tmp = repo_root.joinpath(".github/instructions/python01.instructions.md")
33
- tmp.parent.mkdir(parents=True, exist_ok=True)
34
- tmp.write_text(data=python_rules_file.read_text(), encoding="utf-8")
35
-
36
- tmp = repo_root.joinpath("CLAUDE.md")
37
- tmp.write_text(data=python_rules_file.read_text(), encoding="utf-8")
38
- tmp = repo_root.joinpath("GEMINI.md")
39
- tmp.write_text(data=python_rules_file.read_text(), encoding="utf-8")
40
-
41
- dot_ai_dir = repo_root.joinpath(".ai")
42
- dot_ai_dir.mkdir(parents=True, exist_ok=True)
43
- dot_git_ignore_path = dot_ai_dir.joinpath(".gitignore")
44
- if dot_git_ignore_path.exists():
45
- dot_git_ignore_content = dot_git_ignore_path.read_text(encoding="utf-8")
46
- to_add: list[str] = []
47
- if ".links" not in dot_git_ignore_content: to_add.append(".links")
48
- if "notebooks" not in dot_git_ignore_content: to_add.append("notebooks")
49
- if ".ai" not in dot_git_ignore_content: to_add.append(".ai")
50
- # if "*.ipynb"
51
- if len(to_add) > 0:
52
- dot_git_ignore_path.write_text(data=dot_git_ignore_content + "\n" + "\n".join(to_add), encoding="utf-8")
53
-
54
-
55
- if __name__ == "__main__":
56
- add_ai_configs(repo_root=Path.cwd())