machineconfig 6.89__py3-none-any.whl → 6.91__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/jobs/installer/installer_data.json +69 -69
- machineconfig/scripts/python/env_manager/path_manager_tui.py +1 -1
- machineconfig/scripts/python/helpers_devops/cli_config.py +1 -1
- machineconfig/scripts/python/helpers_devops/cli_self.py +3 -3
- machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py +1 -1
- machineconfig/scripts/python/nw/mount_nfs +1 -1
- machineconfig/scripts/windows/mounts/mount_ssh.ps1 +1 -1
- machineconfig/settings/shells/pwsh/init.ps1 +18 -18
- machineconfig/setup_linux/web_shortcuts/interactive.sh +1 -1
- machineconfig/setup_windows/web_shortcuts/interactive.ps1 +1 -1
- machineconfig/utils/installer.py +0 -1
- machineconfig/utils/installer_utils/installer.py +24 -28
- machineconfig/utils/ssh.py +1 -1
- {machineconfig-6.89.dist-info → machineconfig-6.91.dist-info}/METADATA +1 -1
- {machineconfig-6.89.dist-info → machineconfig-6.91.dist-info}/RECORD +18 -18
- {machineconfig-6.89.dist-info → machineconfig-6.91.dist-info}/WHEEL +0 -0
- {machineconfig-6.89.dist-info → machineconfig-6.91.dist-info}/entry_points.txt +0 -0
- {machineconfig-6.89.dist-info → machineconfig-6.91.dist-info}/top_level.txt +0 -0
|
@@ -1129,13 +1129,13 @@
|
|
|
1129
1129
|
"doc": "🌐 browser in the shell",
|
|
1130
1130
|
"fileNamePattern": {
|
|
1131
1131
|
"amd64": {
|
|
1132
|
-
"linux":
|
|
1133
|
-
"macos":
|
|
1132
|
+
"linux": "browsh-v{version}-linux-amd64",
|
|
1133
|
+
"macos": "browsh-v{version}-darwin-amd64",
|
|
1134
1134
|
"windows": null
|
|
1135
1135
|
},
|
|
1136
1136
|
"arm64": {
|
|
1137
|
-
"linux":
|
|
1138
|
-
"macos":
|
|
1137
|
+
"linux": "browsh-v{version}-linux-arm64",
|
|
1138
|
+
"macos": "browsh-v{version}-darwin-arm64",
|
|
1139
1139
|
"windows": null
|
|
1140
1140
|
}
|
|
1141
1141
|
}
|
|
@@ -1656,9 +1656,9 @@
|
|
|
1656
1656
|
"doc": "📷 qr code scanner",
|
|
1657
1657
|
"fileNamePattern": {
|
|
1658
1658
|
"amd64": {
|
|
1659
|
-
"linux":
|
|
1660
|
-
"macos":
|
|
1661
|
-
"windows":
|
|
1659
|
+
"linux": "qrscan-{version}-x86_64-unknown-linux-gnu.tar.gz",
|
|
1660
|
+
"macos": "qrscan-{version}-x86_64-apple-darwin.tar.gz",
|
|
1661
|
+
"windows": "qrscan-{version}-i686-pc-windows-msvc.zip"
|
|
1662
1662
|
},
|
|
1663
1663
|
"arm64": {
|
|
1664
1664
|
"linux": null,
|
|
@@ -1673,13 +1673,13 @@
|
|
|
1673
1673
|
"doc": "📂 A TUI like winscp",
|
|
1674
1674
|
"fileNamePattern": {
|
|
1675
1675
|
"amd64": {
|
|
1676
|
-
"linux":
|
|
1677
|
-
"macos":
|
|
1676
|
+
"linux": "termscp-{version}-x86_64-unknown-linux-musl.tar.gz",
|
|
1677
|
+
"macos": "termscp-{version}-x86_64-apple-darwin.tar.gz",
|
|
1678
1678
|
"windows": null
|
|
1679
1679
|
},
|
|
1680
1680
|
"arm64": {
|
|
1681
|
-
"linux":
|
|
1682
|
-
"macos":
|
|
1681
|
+
"linux": "termscp-{version}-aarch64-unknown-linux-musl.tar.gz",
|
|
1682
|
+
"macos": "termscp-{version}-aarch64-apple-darwin.tar.gz",
|
|
1683
1683
|
"windows": null
|
|
1684
1684
|
}
|
|
1685
1685
|
}
|
|
@@ -1707,14 +1707,14 @@
|
|
|
1707
1707
|
"doc": "🗂️ filebrowser provides a file managing interface within a specified directory",
|
|
1708
1708
|
"fileNamePattern": {
|
|
1709
1709
|
"amd64": {
|
|
1710
|
-
"linux":
|
|
1711
|
-
"macos":
|
|
1712
|
-
"windows":
|
|
1710
|
+
"linux": "linux-amd64-filebrowser.tar.gz",
|
|
1711
|
+
"macos": "darwin-amd64-filebrowser.tar.gz",
|
|
1712
|
+
"windows": "windows-amd64-filebrowser.zip"
|
|
1713
1713
|
},
|
|
1714
1714
|
"arm64": {
|
|
1715
|
-
"linux":
|
|
1716
|
-
"macos":
|
|
1717
|
-
"windows":
|
|
1715
|
+
"linux": "linux-arm64-filebrowser.tar.gz",
|
|
1716
|
+
"macos": "darwin-arm64-filebrowser.tar.gz",
|
|
1717
|
+
"windows": "windows-arm64-filebrowser.zip"
|
|
1718
1718
|
}
|
|
1719
1719
|
}
|
|
1720
1720
|
},
|
|
@@ -1724,13 +1724,13 @@
|
|
|
1724
1724
|
"doc": "☁️ Self-hosted file management system with muilt-cloud support.",
|
|
1725
1725
|
"fileNamePattern": {
|
|
1726
1726
|
"amd64": {
|
|
1727
|
-
"linux":
|
|
1728
|
-
"macos":
|
|
1727
|
+
"linux": "cloudreve_{version}_linux_amd64.tar.gz",
|
|
1728
|
+
"macos": "cloudreve_{version}_darwin_amd64.tar.gz",
|
|
1729
1729
|
"windows": null
|
|
1730
1730
|
},
|
|
1731
1731
|
"arm64": {
|
|
1732
|
-
"linux":
|
|
1733
|
-
"macos":
|
|
1732
|
+
"linux": "cloudreve_{version}_linux_arm64.tar.gz",
|
|
1733
|
+
"macos": "cloudreve_{version}_darwin_arm64.tar.gz",
|
|
1734
1734
|
"windows": null
|
|
1735
1735
|
}
|
|
1736
1736
|
}
|
|
@@ -1741,13 +1741,13 @@
|
|
|
1741
1741
|
"doc": "💾 backup program that is fast, efficient and secure. It supports the three major operating systems",
|
|
1742
1742
|
"fileNamePattern": {
|
|
1743
1743
|
"amd64": {
|
|
1744
|
-
"linux":
|
|
1745
|
-
"macos":
|
|
1746
|
-
"windows":
|
|
1744
|
+
"linux": "restic_{version}_linux_amd64.bz2",
|
|
1745
|
+
"macos": "restic_{version}_darwin_amd64.bz2",
|
|
1746
|
+
"windows": "restic_{version}_windows_amd64.zip"
|
|
1747
1747
|
},
|
|
1748
1748
|
"arm64": {
|
|
1749
|
-
"linux":
|
|
1750
|
-
"macos":
|
|
1749
|
+
"linux": "restic_{version}_linux_arm64.bz2",
|
|
1750
|
+
"macos": "restic_{version}_darwin_arm64.bz2",
|
|
1751
1751
|
"windows": null
|
|
1752
1752
|
}
|
|
1753
1753
|
}
|
|
@@ -1758,13 +1758,13 @@
|
|
|
1758
1758
|
"doc": "🔄 Syncthing is a continuous file synchronization program. It synchronizes files between two or more computers.",
|
|
1759
1759
|
"fileNamePattern": {
|
|
1760
1760
|
"amd64": {
|
|
1761
|
-
"linux":
|
|
1762
|
-
"macos":
|
|
1763
|
-
"windows":
|
|
1761
|
+
"linux": "syncthing-linux-amd64-v{version}.tar.gz",
|
|
1762
|
+
"macos": "syncthing-osx-amd64-v{version}.tar.gz",
|
|
1763
|
+
"windows": "syncthing-windows-amd64-v{version}.zip"
|
|
1764
1764
|
},
|
|
1765
1765
|
"arm64": {
|
|
1766
|
-
"linux":
|
|
1767
|
-
"macos":
|
|
1766
|
+
"linux": "syncthing-linux-arm64-v{version}.tar.gz",
|
|
1767
|
+
"macos": "syncthing-osx-arm64-v{version}.tar.gz",
|
|
1768
1768
|
"windows": null
|
|
1769
1769
|
}
|
|
1770
1770
|
}
|
|
@@ -1775,13 +1775,13 @@
|
|
|
1775
1775
|
"doc": "🌐 Istio is an open source service mesh that layers transparently onto existing distributed applications",
|
|
1776
1776
|
"fileNamePattern": {
|
|
1777
1777
|
"amd64": {
|
|
1778
|
-
"linux":
|
|
1779
|
-
"macos":
|
|
1778
|
+
"linux": "istio-{version}-linux-amd64.tar.gz",
|
|
1779
|
+
"macos": "istio-{version}-osx-amd64.tar.gz",
|
|
1780
1780
|
"windows": null
|
|
1781
1781
|
},
|
|
1782
1782
|
"arm64": {
|
|
1783
|
-
"linux":
|
|
1784
|
-
"macos":
|
|
1783
|
+
"linux": "istio-{version}-linux-arm64.tar.gz",
|
|
1784
|
+
"macos": "istio-{version}-osx-arm64.tar.gz",
|
|
1785
1785
|
"windows": null
|
|
1786
1786
|
}
|
|
1787
1787
|
}
|
|
@@ -1792,13 +1792,13 @@
|
|
|
1792
1792
|
"doc": "⏲️ Pomodoro timer for the command-line",
|
|
1793
1793
|
"fileNamePattern": {
|
|
1794
1794
|
"amd64": {
|
|
1795
|
-
"linux":
|
|
1796
|
-
"macos":
|
|
1797
|
-
"windows":
|
|
1795
|
+
"linux": "openpomodoro-cli_{version}_linux_x86_64.tar.gz",
|
|
1796
|
+
"macos": "openpomodoro-cli_{version}_darwin_x86_64.tar.gz",
|
|
1797
|
+
"windows": "openpomodoro-cli_{version}_windows_x86_64.zip"
|
|
1798
1798
|
},
|
|
1799
1799
|
"arm64": {
|
|
1800
|
-
"linux":
|
|
1801
|
-
"macos":
|
|
1800
|
+
"linux": "openpomodoro-cli_{version}_linux_aarch64.tar.gz",
|
|
1801
|
+
"macos": "openpomodoro-cli_{version}_darwin_aarch64.tar.gz",
|
|
1802
1802
|
"windows": null
|
|
1803
1803
|
}
|
|
1804
1804
|
}
|
|
@@ -1809,14 +1809,14 @@
|
|
|
1809
1809
|
"doc": "🦀 Rust Language Server (LSP)",
|
|
1810
1810
|
"fileNamePattern": {
|
|
1811
1811
|
"amd64": {
|
|
1812
|
-
"linux":
|
|
1813
|
-
"macos":
|
|
1814
|
-
"windows":
|
|
1812
|
+
"linux": "rust-analyzer-x86_64-unknown-linux-gnu.gz",
|
|
1813
|
+
"macos": "rust-analyzer-x86_64-apple-darwin.gz",
|
|
1814
|
+
"windows": "rust-analyzer-x86_64-pc-windows-msvc.zip"
|
|
1815
1815
|
},
|
|
1816
1816
|
"arm64": {
|
|
1817
|
-
"linux":
|
|
1818
|
-
"macos":
|
|
1819
|
-
"windows":
|
|
1817
|
+
"linux": "rust-analyzer-aarch64-unknown-linux-gnu.gz",
|
|
1818
|
+
"macos": "rust-analyzer-aarch64-apple-darwin.gz",
|
|
1819
|
+
"windows": "rust-analyzer-aarch64-pc-windows-msvc.zip"
|
|
1820
1820
|
}
|
|
1821
1821
|
}
|
|
1822
1822
|
},
|
|
@@ -1826,13 +1826,13 @@
|
|
|
1826
1826
|
"doc": "🧹 cleans projects from litter files.",
|
|
1827
1827
|
"fileNamePattern": {
|
|
1828
1828
|
"amd64": {
|
|
1829
|
-
"linux":
|
|
1830
|
-
"macos":
|
|
1831
|
-
"windows":
|
|
1829
|
+
"linux": "kondo-linux-x86_64.tar.gz",
|
|
1830
|
+
"macos": "kondo-macos-x86_64.tar.gz",
|
|
1831
|
+
"windows": "kondo-windows-x86_64.zip"
|
|
1832
1832
|
},
|
|
1833
1833
|
"arm64": {
|
|
1834
|
-
"linux":
|
|
1835
|
-
"macos":
|
|
1834
|
+
"linux": "kondo-linux-aarch64.tar.gz",
|
|
1835
|
+
"macos": "kondo-macos-aarch64.tar.gz",
|
|
1836
1836
|
"windows": null
|
|
1837
1837
|
}
|
|
1838
1838
|
}
|
|
@@ -1843,13 +1843,13 @@
|
|
|
1843
1843
|
"doc": "📊 Counts the number of lines of code, comments, and blanks in a project.",
|
|
1844
1844
|
"fileNamePattern": {
|
|
1845
1845
|
"amd64": {
|
|
1846
|
-
"linux":
|
|
1847
|
-
"macos":
|
|
1848
|
-
"windows":
|
|
1846
|
+
"linux": "tokei-x86_64-unknown-linux-gnu.tar.gz",
|
|
1847
|
+
"macos": "tokei-x86_64-apple-darwin.tar.gz",
|
|
1848
|
+
"windows": "tokei-x86_64-pc-windows-msvc.zip"
|
|
1849
1849
|
},
|
|
1850
1850
|
"arm64": {
|
|
1851
|
-
"linux":
|
|
1852
|
-
"macos":
|
|
1851
|
+
"linux": "tokei-aarch64-unknown-linux-gnu.tar.gz",
|
|
1852
|
+
"macos": "tokei-aarch64-apple-darwin.tar.gz",
|
|
1853
1853
|
"windows": null
|
|
1854
1854
|
}
|
|
1855
1855
|
}
|
|
@@ -1860,13 +1860,13 @@
|
|
|
1860
1860
|
"doc": "🐙 A simple terminal UI for git commands",
|
|
1861
1861
|
"fileNamePattern": {
|
|
1862
1862
|
"amd64": {
|
|
1863
|
-
"linux":
|
|
1864
|
-
"macos":
|
|
1865
|
-
"windows":
|
|
1863
|
+
"linux": "lazygit_{version}_linux_x86_64.tar.gz",
|
|
1864
|
+
"macos": "lazygit_{version}_darwin_x86_64.tar.gz",
|
|
1865
|
+
"windows": "lazygit_{version}_windows_x86_64.zip"
|
|
1866
1866
|
},
|
|
1867
1867
|
"arm64": {
|
|
1868
|
-
"linux":
|
|
1869
|
-
"macos":
|
|
1868
|
+
"linux": "lazygit_{version}_linux_arm64.tar.gz",
|
|
1869
|
+
"macos": "lazygit_{version}_darwin_arm64.tar.gz",
|
|
1870
1870
|
"windows": null
|
|
1871
1871
|
}
|
|
1872
1872
|
}
|
|
@@ -1911,13 +1911,13 @@
|
|
|
1911
1911
|
"doc": "📊 Git repository summary on your terminal",
|
|
1912
1912
|
"fileNamePattern": {
|
|
1913
1913
|
"amd64": {
|
|
1914
|
-
"linux":
|
|
1915
|
-
"macos":
|
|
1916
|
-
"windows":
|
|
1914
|
+
"linux": "onefetch-{version}-x86_64-unknown-linux-gnu.tar.gz",
|
|
1915
|
+
"macos": "onefetch-{version}-x86_64-apple-darwin.tar.gz",
|
|
1916
|
+
"windows": "onefetch-{version}-x86_64-pc-windows-msvc.zip"
|
|
1917
1917
|
},
|
|
1918
1918
|
"arm64": {
|
|
1919
|
-
"linux":
|
|
1920
|
-
"macos":
|
|
1919
|
+
"linux": "onefetch-{version}-aarch64-unknown-linux-gnu.tar.gz",
|
|
1920
|
+
"macos": "onefetch-{version}-aarch64-apple-darwin.tar.gz",
|
|
1921
1921
|
"windows": null
|
|
1922
1922
|
}
|
|
1923
1923
|
}
|
|
@@ -1945,9 +1945,9 @@
|
|
|
1945
1945
|
"doc": "🎯 A command runner",
|
|
1946
1946
|
"fileNamePattern": {
|
|
1947
1947
|
"amd64": {
|
|
1948
|
-
"linux":
|
|
1949
|
-
"macos":
|
|
1950
|
-
"windows":
|
|
1948
|
+
"linux": "gitcs_linux_amd64",
|
|
1949
|
+
"macos": "gitcs_darwin_amd64",
|
|
1950
|
+
"windows": "gitcs_windows_amd64.exe"
|
|
1951
1951
|
},
|
|
1952
1952
|
"arm64": {
|
|
1953
1953
|
"linux": null,
|
|
@@ -46,7 +46,7 @@ def path():
|
|
|
46
46
|
uv_with = ["textual"]
|
|
47
47
|
uv_project_dir = None
|
|
48
48
|
if not Path.home().joinpath("code/machineconfig").exists():
|
|
49
|
-
uv_with.append("machineconfig>=6.
|
|
49
|
+
uv_with.append("machineconfig>=6.91")
|
|
50
50
|
else:
|
|
51
51
|
uv_project_dir = str(Path.home().joinpath("code/machineconfig"))
|
|
52
52
|
run_shell_script(get_uv_command_executing_python_script(python_script=path.read_text(encoding="utf-8"), uv_with=uv_with, uv_project_dir=uv_project_dir)[0])
|
|
@@ -48,9 +48,9 @@ def install(no_copy_assets: Annotated[bool, typer.Option("--no-assets-copy", "-n
|
|
|
48
48
|
else:
|
|
49
49
|
import platform
|
|
50
50
|
if platform.system() == "Windows":
|
|
51
|
-
run_shell_script(r"""& "$HOME\.local\bin\uv.exe" tool install --upgrade "machineconfig>=6.
|
|
51
|
+
run_shell_script(r"""& "$HOME\.local\bin\uv.exe" tool install --upgrade "machineconfig>=6.91" """)
|
|
52
52
|
else:
|
|
53
|
-
run_shell_script("""$HOME/.local/bin/uv tool install --upgrade "machineconfig>=6.
|
|
53
|
+
run_shell_script("""$HOME/.local/bin/uv tool install --upgrade "machineconfig>=6.91" """)
|
|
54
54
|
from machineconfig.profile.create_shell_profile import create_default_shell_profile
|
|
55
55
|
if not no_copy_assets:
|
|
56
56
|
create_default_shell_profile() # involves copying assets too
|
|
@@ -75,7 +75,7 @@ def navigate():
|
|
|
75
75
|
path = Path(navigator.__file__).resolve().parent.joinpath("devops_navigator.py")
|
|
76
76
|
from machineconfig.utils.code import run_shell_script
|
|
77
77
|
if Path.home().joinpath("code/machineconfig").exists(): executable = f"""--project "{str(Path.home().joinpath("code/machineconfig"))}" --with textual"""
|
|
78
|
-
else: executable = """--with "machineconfig>=6.
|
|
78
|
+
else: executable = """--with "machineconfig>=6.91,textual" """
|
|
79
79
|
run_shell_script(f"""uv run {executable} {path}""")
|
|
80
80
|
|
|
81
81
|
|
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
# mkdir ~/data/local
|
|
6
6
|
# sudo mount -o nolock,noatime,nodiratime,proto=tcp,timeo=600,retrans=2,noac alex-p51s-5:/home/alex/data/local ./data/local
|
|
7
7
|
|
|
8
|
-
uv run --python 3.14 --with "machineconfig>=6.
|
|
8
|
+
uv run --python 3.14 --with "machineconfig>=6.91" python -m machineconfig.scripts.python.mount_nfs
|
|
9
9
|
# Check if remote server is reachable and share folder exists
|
|
10
10
|
if ! ping -c 1 "$remote_server" &> /dev/null; then
|
|
11
11
|
echo "💥 Error: Remote server $remote_server is not reachable."
|
|
@@ -7,7 +7,7 @@ $user = ''
|
|
|
7
7
|
$sharePath = ''
|
|
8
8
|
$driveLetter = ''
|
|
9
9
|
|
|
10
|
-
uv run --python 3.14 --with "machineconfig>=6.
|
|
10
|
+
uv run --python 3.14 --with "machineconfig>=6.91" python -m machineconfig.scripts.python.mount_ssh
|
|
11
11
|
|
|
12
12
|
net use T: \\sshfs.kr\$user@$host.local
|
|
13
13
|
# this worked: net use T: \\sshfs\alex@alex-p51s-5.local
|
|
@@ -32,30 +32,30 @@ if (Test-Path "$CONFIG_ROOT\scripts\windows\mcfgs.ps1") {
|
|
|
32
32
|
|
|
33
33
|
function lsdla { lsd -la }
|
|
34
34
|
Set-Alias -Name l -Value lsdla -Option AllScope
|
|
35
|
-
function d { warp_in_op_code devops
|
|
36
|
-
function c { warp_in_op_code cloud
|
|
37
|
-
function a { warp_in_op_code agents
|
|
38
|
-
function ss { warp_in_op_code sessions
|
|
39
|
-
function ff { warp_in_op_code ftpx
|
|
40
|
-
function f { warp_in_op_code fire
|
|
41
|
-
function rr { warp_in_op_code croshell
|
|
42
|
-
function u { warp_in_op_code utils
|
|
43
|
-
function t { warp_in_op_code terminal
|
|
35
|
+
function d { warp_in_op_code devops $args }
|
|
36
|
+
function c { warp_in_op_code cloud $args }
|
|
37
|
+
function a { warp_in_op_code agents $args }
|
|
38
|
+
function ss { warp_in_op_code sessions $args }
|
|
39
|
+
function ff { warp_in_op_code ftpx $args }
|
|
40
|
+
function f { warp_in_op_code fire $args }
|
|
41
|
+
function rr { warp_in_op_code croshell $args }
|
|
42
|
+
function u { warp_in_op_code utils $args }
|
|
43
|
+
function t { warp_in_op_code terminal $args }
|
|
44
44
|
|
|
45
45
|
}
|
|
46
46
|
else {
|
|
47
47
|
Write-Host "Missing config files: $CONFIG_ROOT"
|
|
48
48
|
function lsdla { lsd -la }
|
|
49
49
|
Set-Alias -Name l -Value lsdla -Option AllScope
|
|
50
|
-
function d { devops
|
|
51
|
-
function c { cloud
|
|
52
|
-
function a { agents
|
|
53
|
-
function ss { sessions
|
|
54
|
-
function ff { ftpx
|
|
55
|
-
function f { fire
|
|
56
|
-
function rr { croshell
|
|
57
|
-
function u { utils
|
|
58
|
-
function t { terminal
|
|
50
|
+
function d { devops $args }
|
|
51
|
+
function c { cloud $args }
|
|
52
|
+
function a { agents $args }
|
|
53
|
+
function ss { sessions $args }
|
|
54
|
+
function ff { ftpx $args }
|
|
55
|
+
function f { fire $args }
|
|
56
|
+
function rr { croshell $args }
|
|
57
|
+
function u { utils $args }
|
|
58
|
+
function t { terminal $args }
|
|
59
59
|
|
|
60
60
|
}
|
|
61
61
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
#!/bin/bash
|
|
2
2
|
. <( curl -sSL "https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_linux/uv.sh")
|
|
3
3
|
mcfg() {
|
|
4
|
-
"$HOME/.local/bin/uv" run --python 3.14 --with "machineconfig>=6.
|
|
4
|
+
"$HOME/.local/bin/uv" run --python 3.14 --with "machineconfig>=6.91" mcfg "$@"
|
|
5
5
|
}
|
|
6
6
|
alias d="mcfg devops"
|
|
7
7
|
alias c="mcfg cloud"
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
iex (iwr "https://raw.githubusercontent.com/thisismygitrepo/machineconfig/main/src/machineconfig/setup_windows/uv.ps1").Content
|
|
4
4
|
function mcfg {
|
|
5
|
-
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with "machineconfig>=6.
|
|
5
|
+
& "$HOME\.local\bin\uv.exe" run --python 3.14 --with "machineconfig>=6.91" mcfg $args
|
|
6
6
|
}
|
|
7
7
|
function d { mcfg devops @args }
|
|
8
8
|
function c { mcfg cloud @args }
|
machineconfig/utils/installer.py
CHANGED
|
@@ -146,7 +146,6 @@ def install_bulk(installers_data: list[InstallerData], safe: bool = False, jobs:
|
|
|
146
146
|
print("🧹 Fresh install requested - clearing version cache...")
|
|
147
147
|
PathExtended(INSTALL_VERSION_ROOT).delete(sure=True)
|
|
148
148
|
print("✅ Version cache cleared")
|
|
149
|
-
|
|
150
149
|
if safe:
|
|
151
150
|
pass
|
|
152
151
|
# print("⚠️ Safe installation mode activated...")
|
|
@@ -11,17 +11,11 @@ from machineconfig.jobs.installer.package_groups import PACKAGE_GROUPS, PACKAGE_
|
|
|
11
11
|
console = Console()
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
def _handle_installer_not_found(search_term: str,
|
|
14
|
+
def _handle_installer_not_found(search_term: str, all_names: list[str]) -> None: # type: ignore
|
|
15
15
|
"""Handle installer not found with friendly suggestions using fuzzy matching."""
|
|
16
16
|
from difflib import get_close_matches
|
|
17
|
-
|
|
18
|
-
all_names = []
|
|
19
|
-
for inst in all_installers:
|
|
20
|
-
exe_name = inst["appName"]
|
|
21
|
-
all_names.append(exe_name)
|
|
22
17
|
close_matches = get_close_matches(search_term, all_names, n=5, cutoff=0.4)
|
|
23
18
|
console.print(f"\n❌ '[red]{search_term}[/red]' was not found.", style="bold")
|
|
24
|
-
|
|
25
19
|
if close_matches:
|
|
26
20
|
console.print("🤔 Did you mean one of these?", style="yellow")
|
|
27
21
|
table = Table(show_header=False, box=None, pad_edge=False)
|
|
@@ -31,18 +25,16 @@ def _handle_installer_not_found(search_term: str, all_installers: list["Installe
|
|
|
31
25
|
else:
|
|
32
26
|
console.print("📋 Here are some available options:", style="blue")
|
|
33
27
|
# Show first 10 installers as examples
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
sample_names
|
|
38
|
-
|
|
28
|
+
if len(all_names) > 10:
|
|
29
|
+
sample_names = all_names[:10]
|
|
30
|
+
else:
|
|
31
|
+
sample_names = all_names
|
|
39
32
|
table = Table(show_header=False, box=None, pad_edge=False)
|
|
40
33
|
for i, name in enumerate(sample_names, 1):
|
|
41
34
|
table.add_row(f"[cyan]{i}.[/cyan]", f"[green]{name}[/green]")
|
|
42
35
|
console.print(table)
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
console.print(f" [dim]... and {len(all_installers) - 10} more[/dim]")
|
|
36
|
+
if len(all_names) > 10:
|
|
37
|
+
console.print(f" [dim]... and {len(all_names) - 10} more[/dim]")
|
|
46
38
|
|
|
47
39
|
panel = Panel(f"[bold blue]💡 Use 'ia' to interactively browse all available installers.[/bold blue]\n[bold blue]💡 Use one of the categories: {list(get_args(PACKAGE_GROUPS))}[/bold blue]", title="[yellow]Helpful Tips[/yellow]", border_style="yellow")
|
|
48
40
|
console.print(panel)
|
|
@@ -140,23 +132,28 @@ def install_interactively():
|
|
|
140
132
|
|
|
141
133
|
|
|
142
134
|
def install_group(package_group: str):
|
|
143
|
-
panel = Panel(f"[bold yellow]Installing programs from category: [green]{package_group}[/green][/bold yellow]", title="[bold blue]📦 Category Installation[/bold blue]", border_style="blue", padding=(1, 2))
|
|
144
|
-
console.print(panel)
|
|
145
135
|
from machineconfig.utils.installer import get_installers, install_bulk
|
|
146
136
|
from machineconfig.utils.schemas.installer.installer_types import get_normalized_arch, get_os_name
|
|
147
137
|
if package_group in PACKAGE_GROUP2NAMES:
|
|
138
|
+
panel = Panel(f"[bold yellow]Installing programs from category: [green]{package_group}[/green][/bold yellow]", title="[bold blue]📦 Category Installation[/bold blue]", border_style="blue", padding=(1, 2))
|
|
139
|
+
console.print(panel)
|
|
148
140
|
installers_ = get_installers(os=get_os_name(), arch=get_normalized_arch(), which_cats=[package_group])
|
|
149
141
|
install_bulk(installers_data=installers_)
|
|
142
|
+
return
|
|
143
|
+
options_system = dynamically_extract_installers_system_groups_from_scripts()
|
|
144
|
+
from machineconfig.utils.schemas.installer.installer_types import get_normalized_arch, get_os_name
|
|
145
|
+
from machineconfig.utils.code import run_shell_script
|
|
146
|
+
for an_item in options_system:
|
|
147
|
+
if an_item["appName"] == package_group:
|
|
148
|
+
panel = Panel(f"[bold yellow]Installing programs from category: [green]{package_group}[/green][/bold yellow]", title="[bold blue]📦 Category Installation[/bold blue]", border_style="blue", padding=(1, 2))
|
|
149
|
+
console.print(panel)
|
|
150
|
+
program = an_item["fileNamePattern"][get_normalized_arch()][get_os_name()]
|
|
151
|
+
if program is not None:
|
|
152
|
+
run_shell_script(program)
|
|
153
|
+
break
|
|
150
154
|
else:
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
from machineconfig.utils.code import run_shell_script
|
|
154
|
-
for an_item in options_system:
|
|
155
|
-
if an_item["appName"] == package_group:
|
|
156
|
-
program = an_item["fileNamePattern"][get_normalized_arch()][get_os_name()]
|
|
157
|
-
if program is not None:
|
|
158
|
-
run_shell_script(program)
|
|
159
|
-
break
|
|
155
|
+
console.print(f"❌ [red]Group '{package_group}' not found.[/red]", style="bold")
|
|
156
|
+
_handle_installer_not_found(package_group, all_names=list(PACKAGE_GROUP2NAMES.keys()) + [item['appName'] for item in options_system])
|
|
160
157
|
|
|
161
158
|
|
|
162
159
|
def choose_from_system_package_groups(options_system: dict[str, tuple[str, str]]) -> str:
|
|
@@ -184,7 +181,6 @@ def install_clis(clis_names: list[str]):
|
|
|
184
181
|
from machineconfig.utils.schemas.installer.installer_types import get_normalized_arch, get_os_name
|
|
185
182
|
from machineconfig.utils.installer import get_installers
|
|
186
183
|
from machineconfig.utils.installer_utils.installer_class import Installer
|
|
187
|
-
|
|
188
184
|
total_messages: list[str] = []
|
|
189
185
|
for a_which in clis_names:
|
|
190
186
|
all_installers = get_installers(os=get_os_name(), arch=get_normalized_arch(), which_cats=None)
|
|
@@ -195,7 +191,7 @@ def install_clis(clis_names: list[str]):
|
|
|
195
191
|
selected_installer = installer
|
|
196
192
|
break
|
|
197
193
|
if selected_installer is None:
|
|
198
|
-
_handle_installer_not_found(a_which, all_installers)
|
|
194
|
+
_handle_installer_not_found(a_which, all_names=[inst["appName"] for inst in all_installers])
|
|
199
195
|
return None
|
|
200
196
|
message = Installer(selected_installer).install_robust(version=None) # finish the task
|
|
201
197
|
total_messages.append(message)
|
machineconfig/utils/ssh.py
CHANGED
|
@@ -8,7 +8,7 @@ from machineconfig.utils.terminal import Response
|
|
|
8
8
|
from machineconfig.utils.accessories import pprint, randstr
|
|
9
9
|
from machineconfig.utils.meta import lambda_to_python_script
|
|
10
10
|
UV_RUN_CMD = "$HOME/.local/bin/uv run" if platform.system() != "Windows" else """& "$env:USERPROFILE/.local/bin/uv" run"""
|
|
11
|
-
MACHINECONFIG_VERSION = "machineconfig>=6.
|
|
11
|
+
MACHINECONFIG_VERSION = "machineconfig>=6.91"
|
|
12
12
|
DEFAULT_PICKLE_SUBDIR = "tmp_results/tmp_scripts/ssh"
|
|
13
13
|
|
|
14
14
|
class SSH:
|
|
@@ -51,7 +51,7 @@ machineconfig/cluster/templates/cli_trogon.py,sha256=PFWGy8SFYIhT9r3ZV4oIEYfImsQ
|
|
|
51
51
|
machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
52
52
|
machineconfig/jobs/installer/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
53
53
|
machineconfig/jobs/installer/check_installations.py,sha256=hkHmmT7Bx3_QWRn2v8dCKOzAapFzqHRzbe-Q08GLnKE,10743
|
|
54
|
-
machineconfig/jobs/installer/installer_data.json,sha256
|
|
54
|
+
machineconfig/jobs/installer/installer_data.json,sha256=hF8J7-jMOZCOSFMUuko9nIsFi37zKdV9Yg52F6zeGMk,80914
|
|
55
55
|
machineconfig/jobs/installer/package_groups.py,sha256=CvSJogQgnz5HZfGS9DoCoPfmv0qUinLfh76zw4x58Q8,5262
|
|
56
56
|
machineconfig/jobs/installer/custom/boxes.py,sha256=ws8QRbDn48oKhbQntr54I0nSfkwINbprjTy0HOpuX40,1974
|
|
57
57
|
machineconfig/jobs/installer/custom/gh.py,sha256=gn7TUSrsLx7uqFqj1Z-iYglS0EYBSgtJ9jWHxaJIfXM,4119
|
|
@@ -162,7 +162,7 @@ machineconfig/scripts/python/ai/solutions/opencode/opencode.json,sha256=nahHKRw1
|
|
|
162
162
|
machineconfig/scripts/python/ai/solutions/opencode/opencode.py,sha256=AbpHGcgLb-kRsJGnwFEktk7uzpZOCcBY74-YBdrKVGs,1
|
|
163
163
|
machineconfig/scripts/python/env_manager/__init__.py,sha256=E4LAHbU1wo2dLjE36ntv8U7QNTe8TasujUAYK9SLvWk,6
|
|
164
164
|
machineconfig/scripts/python/env_manager/path_manager_backend.py,sha256=ZVGlGJALhg7zNABDdwXxL7MFbL2BXPebObipXSLGbic,1552
|
|
165
|
-
machineconfig/scripts/python/env_manager/path_manager_tui.py,sha256=
|
|
165
|
+
machineconfig/scripts/python/env_manager/path_manager_tui.py,sha256=NF37zll-rbDfognd-EAkGam9Rtfo0JItpCy1w_19BXs,6932
|
|
166
166
|
machineconfig/scripts/python/helpers_agents/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
167
167
|
machineconfig/scripts/python/helpers_agents/fire_agents_help_launch.py,sha256=YD6-rtudHNip8tx85amSmOZZIHBP9khq4az3dF41j6U,5934
|
|
168
168
|
machineconfig/scripts/python/helpers_agents/fire_agents_help_search.py,sha256=qIfSS_su2YJ1Gb0_lu4cbjlJlYMBw0v52NTGiSrGjk8,2991
|
|
@@ -192,12 +192,12 @@ machineconfig/scripts/python/helpers_croshell/start_slidev.py,sha256=HfJReOusTPh
|
|
|
192
192
|
machineconfig/scripts/python/helpers_croshell/viewer.py,sha256=heQNjB9fwn3xxbPgMofhv1Lp6Vtkl76YjjexWWBM0pM,2041
|
|
193
193
|
machineconfig/scripts/python/helpers_croshell/viewer_template.py,sha256=ve3Q1-iKhCLc0VJijKvAeOYp2xaFOeIOC_XW956GWCc,3944
|
|
194
194
|
machineconfig/scripts/python/helpers_devops/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
195
|
-
machineconfig/scripts/python/helpers_devops/cli_config.py,sha256=
|
|
195
|
+
machineconfig/scripts/python/helpers_devops/cli_config.py,sha256=GySS823HDWtje06xdFaOfoN92VU1QJtvsHWR_6bAONA,7218
|
|
196
196
|
machineconfig/scripts/python/helpers_devops/cli_config_dotfile.py,sha256=fluxRtD6hlbh131_RmeKr2Dy8tZpeC4H9-wp2sYt0dM,2486
|
|
197
197
|
machineconfig/scripts/python/helpers_devops/cli_data.py,sha256=79Xvx7YnbueruEnl69hrDg2AhVxf_zCUdlVcKfeMGyQ,1774
|
|
198
198
|
machineconfig/scripts/python/helpers_devops/cli_nw.py,sha256=edeZPhQrm-hvOx80TPt9GNZXlXq9kkTaRSZSpNdku8w,6441
|
|
199
199
|
machineconfig/scripts/python/helpers_devops/cli_repos.py,sha256=Xwkv1adqHZvTfRSPWiqSK3PZ1XADyx3llw_YkbxaKyE,12505
|
|
200
|
-
machineconfig/scripts/python/helpers_devops/cli_self.py,sha256=
|
|
200
|
+
machineconfig/scripts/python/helpers_devops/cli_self.py,sha256=mh_m_6kE1f1QcSQPbKUVhGKbTH4BJztq-kZd5eLciDs,6621
|
|
201
201
|
machineconfig/scripts/python/helpers_devops/cli_share_server.py,sha256=q9pFJ6AxPuygMr3onMNOKEuuQHbVE_6Qoyo7xRT5FX0,4196
|
|
202
202
|
machineconfig/scripts/python/helpers_devops/cli_terminal.py,sha256=k_PzXaiGyE0vXr0Ii1XcJz2A7UvyPJrR31TRWt4RKRI,6019
|
|
203
203
|
machineconfig/scripts/python/helpers_devops/cli_utils.py,sha256=B9pnosujOxZLpwzJO4YAqeO-2rvvOFIZgrUwGREZXfM,11118
|
|
@@ -225,7 +225,7 @@ machineconfig/scripts/python/helpers_navigator/search_bar.py,sha256=kDi8Jhxap8wd
|
|
|
225
225
|
machineconfig/scripts/python/helpers_repos/action.py,sha256=8je051kpGZ7A_GRsQyWKhPZ8xVW7tSm4bnPu6VjxaXk,9755
|
|
226
226
|
machineconfig/scripts/python/helpers_repos/action_helper.py,sha256=XRCtkGkNrxauqUd9qkxtfJt02Mx2gejSYDLL0jyWn24,6176
|
|
227
227
|
machineconfig/scripts/python/helpers_repos/clone.py,sha256=UULEG5xJuXlPGU0nqXH6U45jA9DOFqLw8B4iPytCwOQ,5471
|
|
228
|
-
machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py,sha256=
|
|
228
|
+
machineconfig/scripts/python/helpers_repos/cloud_repo_sync.py,sha256=9ZQKGPRs_ZB_eUeoV0uZKuZnDbHjoabhKoBGNcaFRB8,10450
|
|
229
229
|
machineconfig/scripts/python/helpers_repos/count_lines.py,sha256=Q5c7b-DxvTlQmljoic7niTuiAVyFlwYvkVQ7uRJHiTo,16009
|
|
230
230
|
machineconfig/scripts/python/helpers_repos/count_lines_frontend.py,sha256=vSDtrF4829jziwp6WZmGt9G8MJ9jY4hfXqtf0vhkYSE,607
|
|
231
231
|
machineconfig/scripts/python/helpers_repos/entrypoint.py,sha256=WYEFGUJp9HWImlFjbs_hiFZrUqM_KEYm5VvSUjWd04I,2810
|
|
@@ -241,7 +241,7 @@ machineconfig/scripts/python/nw/add_ssh_key.py,sha256=9JLmWu8pE7PAL5VuCFd19iVEdC
|
|
|
241
241
|
machineconfig/scripts/python/nw/devops_add_identity.py,sha256=aPjcHbTLhxYwWYcandyAHdwuO15ZBu3fB82u6bI0tMQ,3773
|
|
242
242
|
machineconfig/scripts/python/nw/devops_add_ssh_key.py,sha256=CkIl85hZLtG9k7yXLSzqi88YrilHV4hIUWHAPBwxWjw,8922
|
|
243
243
|
machineconfig/scripts/python/nw/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3VdikyVVQyiu8j8,3514
|
|
244
|
-
machineconfig/scripts/python/nw/mount_nfs,sha256=
|
|
244
|
+
machineconfig/scripts/python/nw/mount_nfs,sha256=t2UWm2vkLXP7kXdeJ69Xvx5oCWSHHRc1ci3cVwOpN88,1855
|
|
245
245
|
machineconfig/scripts/python/nw/mount_nfs.py,sha256=lOMDY4RS7tx8gsCazVR5tNNwFbaRyO2PJlnwBCDQgCM,3573
|
|
246
246
|
machineconfig/scripts/python/nw/mount_nw_drive,sha256=BqjGBCbwe5ZAsZDO3L0zHhh_gJfZy1CYOcqXA4Y-WkQ,2262
|
|
247
247
|
machineconfig/scripts/python/nw/mount_nw_drive.py,sha256=iru6AtnTyvyuk6WxlK5R4lDkuliVpPV5_uBTVVhXtjQ,1550
|
|
@@ -260,7 +260,7 @@ machineconfig/scripts/windows/term.ps1,sha256=nme_OWis84qN-zI2c0rdysNcDIdoaEKajX
|
|
|
260
260
|
machineconfig/scripts/windows/mounts/mount_nfs.ps1,sha256=XrAdzpxE6a4OccSmWJ7YWHJTnsZK8uXnFE5j9GOPA20,2026
|
|
261
261
|
machineconfig/scripts/windows/mounts/mount_nw.ps1,sha256=puxcfZc3ZCJerm8pj8OZGVoTYkhzp-h7oV-MrksSqIE,454
|
|
262
262
|
machineconfig/scripts/windows/mounts/mount_smb.ps1,sha256=PzYWpIO9BpwXjdWlUQL9pnMRnOGNSkxfh4bHukJFme8,69
|
|
263
|
-
machineconfig/scripts/windows/mounts/mount_ssh.ps1,sha256=
|
|
263
|
+
machineconfig/scripts/windows/mounts/mount_ssh.ps1,sha256=oWAhvbU-muXOAIOPQexBRNZ0hhKhKd0P9Vh2BZXuGQY,322
|
|
264
264
|
machineconfig/scripts/windows/mounts/share_cloud.cmd,sha256=exD7JCdxw2LqVjw2MKCYHbVZlEqmelXtwnATng-dhJ4,1028
|
|
265
265
|
machineconfig/scripts/windows/mounts/share_smb.ps1,sha256=U7x8ULYSjbgzTtiHNSKQuTaZ_apilDvkGV5Xm5hXk5M,384
|
|
266
266
|
machineconfig/scripts/windows/mounts/unlock_bitlocker.ps1,sha256=Wv-SLscdckV-1mG3p82VXKPY9zW3hgkRmcLUXIZ1daE,253
|
|
@@ -339,7 +339,7 @@ machineconfig/settings/shells/ipy/profiles/default/startup/playext.py,sha256=OJ3
|
|
|
339
339
|
machineconfig/settings/shells/kitty/kitty.conf,sha256=lDdx-dUX3jbKGb3BkS2f2TOpmgGiS-CI-_-lFvhD5A4,52870
|
|
340
340
|
machineconfig/settings/shells/nushell/config.nu,sha256=xtko80MPteDXuOJmwJHNFhXmfHT6fIBfmTgsF29GiEc,748
|
|
341
341
|
machineconfig/settings/shells/nushell/env.nu,sha256=4VmaXb-qP6qnMD5TPzkXMLFNlB5QC4l9HEzCvXZE2GQ,315
|
|
342
|
-
machineconfig/settings/shells/pwsh/init.ps1,sha256=
|
|
342
|
+
machineconfig/settings/shells/pwsh/init.ps1,sha256=F4rcihit8wkTY28uM2lTpAnLhtYylH1oX2-JBVwU7jk,2758
|
|
343
343
|
machineconfig/settings/shells/pwsh/profile.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
344
344
|
machineconfig/settings/shells/starship/starship.toml,sha256=5rQTY7ZpKnrnhgu2Y9OJKUYMz5lPLIftO1p1VRuVZwQ,1150
|
|
345
345
|
machineconfig/settings/shells/vtm/settings.xml,sha256=5TNXd-i0eUGo2w3tuhY9aOkwoJdqih8_HO_U6uL2Dts,18262
|
|
@@ -377,7 +377,7 @@ machineconfig/setup_linux/others/cli_installation.sh,sha256=gVvszYZJgKPRJx2SEaE3
|
|
|
377
377
|
machineconfig/setup_linux/others/mint_keyboard_shortcuts.sh,sha256=F5dbg0n9RHsKGPn8fIdZMn3p0RrHEkb8rWBGsdVGbus,1207
|
|
378
378
|
machineconfig/setup_linux/ssh/openssh_all.sh,sha256=3dg6HEUFbHQOzLfSAtzK_D_GB8rGCCp_aBnxNdnidVc,824
|
|
379
379
|
machineconfig/setup_linux/ssh/openssh_wsl.sh,sha256=1eeRGrloVB34K5z8yWVUMG5b9pV-WBfHgV9jqXiYgCQ,1398
|
|
380
|
-
machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=
|
|
380
|
+
machineconfig/setup_linux/web_shortcuts/interactive.sh,sha256=WqZilrtDnyAoyY7JT5D762psA79wJjIjrUASr_v9X8U,488
|
|
381
381
|
machineconfig/setup_mac/__init__.py,sha256=Q1waupi5vCBroLqc8Rtnw69_7jLnm2Cs7_zH_GSZgMs,616
|
|
382
382
|
machineconfig/setup_mac/apps.sh,sha256=R0N6fBwLCzwy4qAormyMerXXXrHazibSkY6NrNOpTQU,2772
|
|
383
383
|
machineconfig/setup_mac/apps_gui.sh,sha256=3alvddg918oMlJB2aUWJWpGGoaq5atlxcaOwhnyXlRI,9517
|
|
@@ -392,13 +392,13 @@ machineconfig/setup_windows/others/power_options.ps1,sha256=c7Hn94jBD5GWF29CxMhm
|
|
|
392
392
|
machineconfig/setup_windows/ssh/add-sshkey.ps1,sha256=qfPdqCpd9KP3VhH4ifsUm1Xvec7c0QVl4Wt8JIAm9HQ,1653
|
|
393
393
|
machineconfig/setup_windows/ssh/add_identity.ps1,sha256=b8ZXpmNUSw3IMYvqSY7ClpdWPG39FS7MefoWnRhWN2U,506
|
|
394
394
|
machineconfig/setup_windows/ssh/openssh-server.ps1,sha256=OMlYQdvuJQNxF5EILLPizB6BZAT3jAmDsv1WcVVxpFQ,2529
|
|
395
|
-
machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=
|
|
395
|
+
machineconfig/setup_windows/web_shortcuts/interactive.ps1,sha256=QtgtNV-2PK5Bo7SbT74XtLqzTHlp4Br25QZFoQt8Ed0,616
|
|
396
396
|
machineconfig/setup_windows/wt_and_pwsh/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
397
397
|
machineconfig/setup_windows/wt_and_pwsh/set_wt_settings.py,sha256=ogxJnwpdcpH7N6dFJu95UCNoGYirZKQho_3X0F_hmXs,6791
|
|
398
398
|
machineconfig/utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
399
399
|
machineconfig/utils/accessories.py,sha256=Rs8R0GUb2Ub6YimkgXHnI02CShS5BKlrZdCigVxfPlk,4339
|
|
400
400
|
machineconfig/utils/code.py,sha256=3YnLsCWSPyDXHl_OlvPueIYXFv_o_jmc06GkvHAV0mw,6451
|
|
401
|
-
machineconfig/utils/installer.py,sha256=
|
|
401
|
+
machineconfig/utils/installer.py,sha256=1ScBaTe_pRsfTYht9-LXmirgnNizNy8u1GgetUfEDO4,10351
|
|
402
402
|
machineconfig/utils/io.py,sha256=4dSieoqZO8Vvi4vW8lLoITDHBvmFp4dtl3kyeZHQ6Co,2528
|
|
403
403
|
machineconfig/utils/links.py,sha256=KM6vIn3hag9FYEzLSHP5MAM9tU_RStw2mCq2_OvmmZA,23672
|
|
404
404
|
machineconfig/utils/meta.py,sha256=4ocYH3Zi6bVN6FVgXoGIfoasV6oxi67I9rQ8hvyYinc,9892
|
|
@@ -410,7 +410,7 @@ machineconfig/utils/procs.py,sha256=YPA_vEYQGwPd_o_Lc6nOTBo5BrB1tSs8PJ42XiGpenM,
|
|
|
410
410
|
machineconfig/utils/scheduler.py,sha256=fguwvINyaupOxdU5Uadyxalh_jXTXDzt0ioEgjEOKcM,14705
|
|
411
411
|
machineconfig/utils/scheduling.py,sha256=vcJgajeJPSWkJNlarYJSmLvasdOuCtBM4druOAB1Nwc,11089
|
|
412
412
|
machineconfig/utils/source_of_truth.py,sha256=ZAnCRltiM07ig--P6g9_6nEAvNFC4X4ERFTVcvpIYsE,764
|
|
413
|
-
machineconfig/utils/ssh.py,sha256=
|
|
413
|
+
machineconfig/utils/ssh.py,sha256=GmAsn6qYk0fjpIXYgMhxEbb8zbx0ih_MvF07fo5uJF4,39008
|
|
414
414
|
machineconfig/utils/terminal.py,sha256=VDgsjTjBmMGgZN0YIc0pJ8YksLDrBtiXON1EThy7_is,4264
|
|
415
415
|
machineconfig/utils/tst.py,sha256=6u1GI49NdcpxH2BYGAusNfY5q9G_ytCGVzFM5b6HYpM,674
|
|
416
416
|
machineconfig/utils/upgrade_packages.py,sha256=3H-U-Le0kn7ACYf_RHMSDav2UGnWzZEqgaL9bC0Yn4s,3695
|
|
@@ -431,7 +431,7 @@ machineconfig/utils/files/ouch/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5
|
|
|
431
431
|
machineconfig/utils/files/ouch/decompress.py,sha256=7qPaEkMerBBXzeZyFn8hLODHZJv1aty-yGgwBxLgVys,1413
|
|
432
432
|
machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
433
433
|
machineconfig/utils/installer_utils/github_release_bulk.py,sha256=WJf_qZlF02SmIc6C7o1h4Gy4gAaJAfeAS8O9s2Itj-k,6535
|
|
434
|
-
machineconfig/utils/installer_utils/installer.py,sha256=
|
|
434
|
+
machineconfig/utils/installer_utils/installer.py,sha256=HHjegZb8y1wpqe26S7laHc6DkCutfEDN4xe7wyeHV4U,11513
|
|
435
435
|
machineconfig/utils/installer_utils/installer_abc.py,sha256=cXNDIhq1itdGUCxososxfJo029eMlVOj6hu8GY22gC4,11672
|
|
436
436
|
machineconfig/utils/installer_utils/installer_class.py,sha256=t9OlHF3br7zuYuLuO75voedRPrDmo9YOXSDxRNXe3Jk,17188
|
|
437
437
|
machineconfig/utils/schemas/fire_agents/fire_agents_input.py,sha256=d3pwhmE-EuHPxaIoTTZeUdDUEK9QqtimV8zO3vV-7N4,2052
|
|
@@ -439,8 +439,8 @@ machineconfig/utils/schemas/installer/installer_types.py,sha256=QClRY61QaduBPJoS
|
|
|
439
439
|
machineconfig/utils/schemas/layouts/layout_types.py,sha256=TcqlZdGVoH8htG5fHn1KWXhRdPueAcoyApppZsPAPto,2020
|
|
440
440
|
machineconfig/utils/schemas/repos/repos_types.py,sha256=ECVr-3IVIo8yjmYmVXX2mnDDN1SLSwvQIhx4KDDQHBQ,405
|
|
441
441
|
machineconfig/utils/ssh_utils/utils.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
442
|
-
machineconfig-6.
|
|
443
|
-
machineconfig-6.
|
|
444
|
-
machineconfig-6.
|
|
445
|
-
machineconfig-6.
|
|
446
|
-
machineconfig-6.
|
|
442
|
+
machineconfig-6.91.dist-info/METADATA,sha256=n6Dol8J3f79NUOsA_kGnSj9xz0n98TO1mfVmP2kW0dw,2928
|
|
443
|
+
machineconfig-6.91.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
444
|
+
machineconfig-6.91.dist-info/entry_points.txt,sha256=uf_ZPJa02_y3Fw5Z7m22cq7PwxhYd1QV2FfPNZTl_dQ,519
|
|
445
|
+
machineconfig-6.91.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
446
|
+
machineconfig-6.91.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|