machineconfig 2.4__py3-none-any.whl → 2.5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of machineconfig might be problematic. Click here for more details.
- machineconfig/jobs/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-313.pyc +0 -0
- machineconfig/scripts/linux/checkout_versions +1 -1
- machineconfig/scripts/linux/choose_wezterm_theme +1 -1
- machineconfig/scripts/linux/cloud_copy +1 -1
- machineconfig/scripts/linux/cloud_manager +1 -1
- machineconfig/scripts/linux/cloud_mount +1 -1
- machineconfig/scripts/linux/cloud_repo_sync +1 -1
- machineconfig/scripts/linux/cloud_sync +1 -1
- machineconfig/scripts/linux/croshell +1 -1
- machineconfig/scripts/linux/devops +1 -2
- machineconfig/scripts/linux/fire +1 -1
- machineconfig/scripts/linux/fire_agents +1 -1
- machineconfig/scripts/linux/ftpx +1 -7
- machineconfig/scripts/linux/gh_models +1 -1
- machineconfig/scripts/linux/kill_process +1 -1
- machineconfig/scripts/linux/mcinit +1 -1
- machineconfig/scripts/linux/mount_nfs +1 -1
- machineconfig/scripts/linux/repos +1 -1
- machineconfig/scripts/linux/scheduler +1 -1
- machineconfig/scripts/linux/start_slidev +1 -1
- machineconfig/scripts/linux/start_terminals +1 -2
- machineconfig/scripts/linux/url2md +1 -1
- machineconfig/scripts/linux/wifi_conn +1 -23
- machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc +0 -0
- machineconfig/scripts/windows/checkout_version.ps1 +1 -4
- machineconfig/scripts/windows/choose_wezterm_theme.ps1 +1 -18
- machineconfig/scripts/windows/cloud_copy.ps1 +1 -13
- machineconfig/scripts/windows/cloud_manager.ps1 +1 -8
- machineconfig/scripts/windows/cloud_mount.ps1 +1 -25
- machineconfig/scripts/windows/cloud_repo_sync.ps1 +1 -7
- machineconfig/scripts/windows/cloud_sync.ps1 +1 -21
- machineconfig/scripts/windows/croshell.ps1 +1 -40
- machineconfig/scripts/windows/dotfile.ps1 +1 -7
- machineconfig/scripts/windows/ftpx.ps1 +1 -5
- machineconfig/scripts/windows/kill_process.ps1 +1 -7
- machineconfig/scripts/windows/mcinit.ps1 +1 -4
- machineconfig/scripts/windows/mount_ssh.ps1 +1 -5
- machineconfig/scripts/windows/pomodoro.ps1 +1 -8
- machineconfig/scripts/windows/repos.ps1 +1 -27
- machineconfig/scripts/windows/scheduler.ps1 +1 -6
- machineconfig/scripts/windows/snapshot.ps1 +1 -5
- machineconfig/scripts/windows/start_slidev.ps1 +1 -21
- machineconfig/scripts/windows/start_terminals.ps1 +1 -22
- machineconfig/scripts/windows/wifi_conn.ps1 +1 -5
- machineconfig/scripts/windows/wsl_windows_transfer.ps1 +1 -5
- {machineconfig-2.4.dist-info → machineconfig-2.5.dist-info}/METADATA +1 -1
- {machineconfig-2.4.dist-info → machineconfig-2.5.dist-info}/RECORD +53 -55
- machineconfig-2.5.dist-info/entry_points.txt +20 -0
- machineconfig/scripts/windows/archive/gource2vid.ps1 +0 -14
- machineconfig/scripts/windows/archive/im2text.ps1 +0 -27
- machineconfig/scripts/windows/archive/secure_pull.ps1 +0 -46
- machineconfig/scripts/windows/archive/secure_push.ps1 +0 -85
- machineconfig/scripts/windows/archive/tmate_conn.ps1 +0 -7
- machineconfig/scripts/windows/py2exe.ps1 +0 -10
- machineconfig/scripts/windows/utils/op_script_delete.ps1 +0 -7
- machineconfig-2.4.dist-info/entry_points.txt +0 -2
- {machineconfig-2.4.dist-info → machineconfig-2.5.dist-info}/WHEEL +0 -0
- {machineconfig-2.4.dist-info → machineconfig-2.5.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m fire machineconfig.jobs.python.checkout_version main
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m fire machineconfig.scripts.python.choose_wezterm_theme main
|
|
3
3
|
source ~/.bashrc # reload the profile
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.cloud_copy "$@"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -i -m machineconfig.scripts.python.cloud_manager "$@"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.cloud_mount "$@"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python $(dirname $(dirname $0))/python/cloud_repo_sync.py "$@"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.cloud_sync "$@"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.croshell "$@"
|
|
@@ -1,3 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --no-dev --project $HOME/code/machineconfig
|
|
3
|
-
# uv run --with machineconfig python -m machineconfig.scripts.python.devops "$@"
|
|
2
|
+
uv run --python 3.13 --no-dev --project $HOME/code/machineconfig devops
|
machineconfig/scripts/linux/fire
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.fire_jobs "$@"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.fire_agents "$@"
|
machineconfig/scripts/linux/ftpx
CHANGED
|
@@ -1,8 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
source ~/code/machineconfig/.venv/bin/activate
|
|
4
|
-
python $(dirname $(dirname $0))/python/ftpx.py "$@"
|
|
5
|
-
if [ -n "$VIRTUAL_ENV" ]; then
|
|
6
|
-
deactivate || true
|
|
7
|
-
|
|
8
|
-
fi
|
|
2
|
+
uv run --python 3.13 --with machineconfig python $(dirname $(dirname $0))/python/ftpx.py "$@"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.gh_models "$@"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -c "from machineconfig.utils.procs import ProcessManager; ProcessManager().choose_and_kill()"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.ai.mcinit "$@"
|
|
@@ -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 --
|
|
8
|
+
uv run --python 3.13 --with machineconfig 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."
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.repos "$@"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.scheduler "$@"
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.start_slidev "$@"
|
|
@@ -1,4 +1,3 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
uv run --no-dev --project $HOME/code/machineconfig python -m machineconfig.jobs.python.create_zellij_template
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.jobs.python.create_zellij_template
|
|
4
3
|
zellij --layout $HOME/tmp_results/tmp_files/templates/zellij_template.kdl
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
uv run --
|
|
2
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.utils.ai.url2md "$@"
|
|
@@ -1,24 +1,2 @@
|
|
|
1
1
|
#!/usr/bin/env bash
|
|
2
|
-
|
|
3
|
-
# check below if VIRTUAL_ENV is set
|
|
4
|
-
# if [ -z "$VIRTUAL_ENV" ]; then
|
|
5
|
-
source ~/code/machineconfig/.venv/bin/activate
|
|
6
|
-
# fi
|
|
7
|
-
|
|
8
|
-
op_script=$HOME/tmp_results/shells/python_return_command.sh
|
|
9
|
-
if [ -f "$op_script" ]; then
|
|
10
|
-
rm $op_script
|
|
11
|
-
fi
|
|
12
|
-
|
|
13
|
-
python machineconfig.scripts.python.wifi_conn
|
|
14
|
-
|
|
15
|
-
if [ -f "$op_script" ]; then
|
|
16
|
-
chmod +x $op_script
|
|
17
|
-
source $op_script
|
|
18
|
-
fi
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
# check below if VIRTUAL_ENV enviroment variable exist, then deactivate it, otherwise skip
|
|
22
|
-
if [ -n "$VIRTUAL_ENV" ]; then
|
|
23
|
-
deactivate
|
|
24
|
-
fi
|
|
2
|
+
uv run --python 3.13 --with machineconfig python machineconfig.scripts.python.wifi_conn
|
|
@@ -1,18 +1 @@
|
|
|
1
|
-
|
|
2
|
-
$tmp = Get-Location
|
|
3
|
-
|
|
4
|
-
if ($args[0] -eq $null) {
|
|
5
|
-
$name = ""
|
|
6
|
-
}
|
|
7
|
-
else {
|
|
8
|
-
$name = $args[0]
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
12
|
-
|
|
13
|
-
python -m fire machineconfig.scripts.python.choose_wezterm_theme main2 $args[0]
|
|
14
|
-
.$profile # reload the profile
|
|
15
|
-
|
|
16
|
-
cd $tmp
|
|
17
|
-
deactivate -ErrorAction SilentlyContinue
|
|
18
|
-
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m fire machineconfig.scripts.python.choose_wezterm_theme main2 $args[0]
|
|
@@ -1,13 +1 @@
|
|
|
1
|
-
|
|
2
|
-
#~/code/machineconfig/.venv/Scripts/Activate.ps1
|
|
3
|
-
# . $PSScriptRoot/activate_ve.ps1
|
|
4
|
-
# python -m machineconfig.scripts.python.cloud_copy $args
|
|
5
|
-
# deactivate -ErrorAction SilentlyContinue
|
|
6
|
-
try {
|
|
7
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
8
|
-
python -m machineconfig.scripts.python.cloud_copy $args
|
|
9
|
-
} catch {
|
|
10
|
-
Write-Error $_.Exception.Message
|
|
11
|
-
} finally {
|
|
12
|
-
deactivate -ErrorAction SilentlyContinue
|
|
13
|
-
}
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.cloud_copy $args
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
# . $PSScriptRoot/activate_ve.ps1 ve # use the default ve.
|
|
3
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
4
|
-
|
|
5
|
-
# python -i $PSScriptRoot/../python/cloud_manager.py $args
|
|
6
|
-
python -i -m machineconfig.scripts.python.cloud_manager $args
|
|
7
|
-
|
|
8
|
-
deactivate -ErrorAction SilentlyContinue
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -i -m machineconfig.scripts.python.cloud_manager $args
|
|
@@ -1,25 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
# ensure that python-output-script is deleted.
|
|
4
|
-
$op_script = "~/tmp_results/shells/python_return_command.ps1"
|
|
5
|
-
if (Test-Path $op_script ) {
|
|
6
|
-
Remove-Item $op_script
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
. $PSScriptRoot/activate_ve.ps1 ve
|
|
10
|
-
$script_root = (Get-Item $PSScriptRoot).Target # resolves symlink if any
|
|
11
|
-
if ( $script_root -eq $null) { # this does happen if a virtual enviroment is activated before running this script (don't know why)
|
|
12
|
-
$script_root = $PSScriptRoot
|
|
13
|
-
}
|
|
14
|
-
|
|
15
|
-
# python -m fire $script_root/../python/cloud_mount.py $args
|
|
16
|
-
python -m machineconfig.scripts.python.cloud_mount $args
|
|
17
|
-
if (Test-Path $op_script ) {
|
|
18
|
-
. $op_script
|
|
19
|
-
}
|
|
20
|
-
else
|
|
21
|
-
{
|
|
22
|
-
Write-Host "No output script to be executed @ $op_script"
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
deactivate -ErrorAction SilentlyContinue
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.cloud_mount $args
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
3
|
-
|
|
4
|
-
# python $PSScriptRoot/../python/cloud_repo_sync.py $args
|
|
5
|
-
python -m machineconfig.scripts.python.cloud_repo_sync $args
|
|
6
|
-
|
|
7
|
-
deactivate -ErrorAction SilentlyContinue
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.cloud_repo_sync $args
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
|
|
2
|
-
# ensure that python-output-script is deleted.
|
|
3
|
-
$op_script = "$HOME/tmp_results/shells/python_return_command.ps1"
|
|
4
|
-
if (Test-Path $op_script ) {
|
|
5
|
-
Remove-Item $op_script
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
9
|
-
|
|
10
|
-
# python $PSScriptRoot/../python/cloud_sync.py $args
|
|
11
|
-
python -m machineconfig.scripts.python.cloud_sync $args
|
|
12
|
-
|
|
13
|
-
if (Test-Path $op_script ) {
|
|
14
|
-
. $op_script
|
|
15
|
-
}
|
|
16
|
-
else
|
|
17
|
-
{
|
|
18
|
-
Write-Host "No output script to be executed @ $op_script"
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
deactivate -ErrorAction SilentlyContinue
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.cloud_sync $args
|
|
@@ -1,40 +1 @@
|
|
|
1
|
-
|
|
2
|
-
$op_script = "~/tmp_results/shells/python_return_command.ps1"
|
|
3
|
-
if (Test-Path $op_script ) {
|
|
4
|
-
Remove-Item $op_script
|
|
5
|
-
}
|
|
6
|
-
|
|
7
|
-
$ErrorActionPreference = "Stop"
|
|
8
|
-
#~/code/machineconfig/.venv/Scripts/Activate.ps1 # fixed ve
|
|
9
|
-
|
|
10
|
-
# Locate the python script to run relative to the current directory (which might be a symlink)
|
|
11
|
-
# $script_root = (Get-Item $PSScriptRoot).Target # resolves symlink if any
|
|
12
|
-
# if ( $script_root -eq $null) { # this does happen if a virtual enviroment is activated before running this script (don't know why)
|
|
13
|
-
# $script_root = $PSScriptRoot
|
|
14
|
-
# }
|
|
15
|
-
# if ( $script_root -eq $null) {
|
|
16
|
-
# # echo $MyInvocation.MyCommand.Path
|
|
17
|
-
# $script_root = Split-Path -Path $MyInvocation.MyCommand.Path -Parent
|
|
18
|
-
# }
|
|
19
|
-
|
|
20
|
-
$script_root = $MyInvocation.MyCommand.Path
|
|
21
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
22
|
-
|
|
23
|
-
#. "$script_root\..\activate_ve.ps1" # dynamic v
|
|
24
|
-
|
|
25
|
-
python -m machineconfig.scripts.python.croshell $args
|
|
26
|
-
# python -m machineconfig.scripts.python.fire_jobs $args
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
if (Test-Path $op_script ) {
|
|
30
|
-
. $op_script
|
|
31
|
-
# content of $op_script
|
|
32
|
-
# $content = Get-Content $op_script
|
|
33
|
-
# Invoke-Expression $content | Add-History # this way, $content will go to hisyory of powershell. You don't neet Add-history
|
|
34
|
-
}
|
|
35
|
-
else
|
|
36
|
-
{
|
|
37
|
-
Write-Host "No output script to be executed @ $op_script"
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
deactivate -ErrorAction SilentlyContinue
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.croshell $args
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
3
|
-
|
|
4
|
-
# python $PSScriptRoot/../python/dotfile.py $args
|
|
5
|
-
python -m machineconfig.scripts.python.dotfile $args
|
|
6
|
-
|
|
7
|
-
deactivate -ErrorAction SilentlyContinue
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.dotfile $args
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
|
|
2
|
-
#~/code/machineconfig/.venv/Scripts/Activate.ps1
|
|
3
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
4
|
-
python $PSScriptRoot/../python/ftpx.py $args
|
|
5
|
-
deactivate -ErrorAction SilentlyContinue
|
|
1
|
+
uv run --python 3.13 --with machineconfig python $PSScriptRoot/../python/ftpx.py $args
|
|
@@ -1,7 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
4
|
-
|
|
5
|
-
python -c "from machineconfig.utils.procs import ProcessManager; ProcessManager().choose_and_kill()"
|
|
6
|
-
deactivate
|
|
7
|
-
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -c "from machineconfig.utils.procs import ProcessManager; ProcessManager().choose_and_kill()"
|
|
@@ -7,11 +7,7 @@ $user = ''
|
|
|
7
7
|
$sharePath = ''
|
|
8
8
|
$driveLetter = ''
|
|
9
9
|
|
|
10
|
-
|
|
11
|
-
. $HOME/code/machineconfig/.venv/Scripts/activate.ps1
|
|
12
|
-
|
|
13
|
-
python -m machineconfig.scripts.python.mount_ssh
|
|
14
|
-
. $HOME/tmp_results/shells/python_return_command.ps1
|
|
10
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.mount_ssh
|
|
15
11
|
|
|
16
12
|
net use T: \\sshfs.kr\$user@$host.local
|
|
17
13
|
# this worked: net use T: \\sshfs\alex@alex-p51s-5.local
|
|
@@ -1,8 +1 @@
|
|
|
1
|
-
|
|
2
|
-
# . $PSScriptRoot/activate_ve.ps1
|
|
3
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
4
|
-
|
|
5
|
-
# python -m fire $PSScriptRoot/../python/pomodoro.py pomodoro $args
|
|
6
|
-
python -m fire machineconfig.scripts.python.pomodoro pomodoro $args
|
|
7
|
-
|
|
8
|
-
deactivate -ErrorAction SilentlyContinue
|
|
1
|
+
uv run --python 3.13 --with machineconfig -m fire machineconfig.scripts.python.pomodoro pomodoro $args
|
|
@@ -1,27 +1 @@
|
|
|
1
|
-
|
|
2
|
-
# ensure that python-output-script is deleted.
|
|
3
|
-
$op_script = "~/tmp_results/shells/python_return_command.ps1"
|
|
4
|
-
if (Test-Path $op_script ) {
|
|
5
|
-
Remove-Item $op_script
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
# . $PSScriptRoot/activate_ve.ps1 ve
|
|
9
|
-
|
|
10
|
-
# # Locate the python script to run relative to the current directory (which might be a symlink)
|
|
11
|
-
# $script_root = (Get-Item $PSScriptRoot).Target # resolves symlink if any
|
|
12
|
-
# if ( $script_root -eq $null) { # this does happen if a virtual enviroment is activated before running this script (don't know why)
|
|
13
|
-
# $script_root = $PSScriptRoot
|
|
14
|
-
# }
|
|
15
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
16
|
-
|
|
17
|
-
# python $script_root/../python/repos.py $args
|
|
18
|
-
python -m machineconfig.scripts.python.repos $args
|
|
19
|
-
|
|
20
|
-
if (Test-Path $op_script ) {
|
|
21
|
-
. $op_script
|
|
22
|
-
}
|
|
23
|
-
else {
|
|
24
|
-
Write-Host "ERROR: python script did not create shell script"
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
deactivate -ErrorAction SilentlyContinue
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.repos $args
|
|
@@ -1,21 +1 @@
|
|
|
1
|
-
|
|
2
|
-
# ensure that python-output-script is deleted.
|
|
3
|
-
$op_script = "~/tmp_results/shells/python_return_command.ps1"
|
|
4
|
-
if (Test-Path $op_script ) {
|
|
5
|
-
Remove-Item $op_script
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
9
|
-
|
|
10
|
-
python -m machineconfig.scripts.python.start_slidev $args
|
|
11
|
-
|
|
12
|
-
if (Test-Path $op_script ) {
|
|
13
|
-
. $op_script
|
|
14
|
-
}
|
|
15
|
-
else
|
|
16
|
-
{
|
|
17
|
-
Write-Host "🤷♂️ No output script to be executed @ $op_script"
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
deactivate -ErrorAction SilentlyContinue
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.start_slidev $args
|
|
@@ -1,22 +1 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
$op_script = "~/tmp_results/shells/python_return_command.ps1"
|
|
4
|
-
if (Test-Path $op_script ) {
|
|
5
|
-
Remove-Item $op_script
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
10
|
-
python -m machineconfig.scripts.python.start_terminals $args
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
if (Test-Path $op_script ) {
|
|
14
|
-
. $op_script
|
|
15
|
-
}
|
|
16
|
-
else
|
|
17
|
-
{
|
|
18
|
-
Write-Host "No output script to be executed @ $op_script"
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
deactivate -ErrorAction SilentlyContinue
|
|
22
|
-
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.start_terminals $args
|
|
@@ -1,7 +1,3 @@
|
|
|
1
1
|
|
|
2
2
|
$pyparser=Resolve-Path("$PSScriptRoot/../python/wifi_conn.py")
|
|
3
|
-
.
|
|
4
|
-
echo "Running $pyparser"
|
|
5
|
-
python $pyparser $args
|
|
6
|
-
deactivate -ErrorAction SilentlyContinue
|
|
7
|
-
|
|
3
|
+
uv run --python 3.13 --with machineconfig python $pyparser $args
|
|
@@ -1,5 +1 @@
|
|
|
1
|
-
|
|
2
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
3
|
-
python -m machineconfig.scripts.python.wsl_windows_transfer $args
|
|
4
|
-
deactivate -ErrorAction SilentlyContinue
|
|
5
|
-
|
|
1
|
+
uv run --python 3.13 --with machineconfig python -m machineconfig.scripts.python.wsl_windows_transfer $args
|
|
@@ -41,6 +41,7 @@ machineconfig/cluster/templates/run_cluster.py,sha256=ZFNl4EDybicedWKX5qBwSSeKKf
|
|
|
41
41
|
machineconfig/cluster/templates/run_remote.py,sha256=vCc56t8BUAUJp7tyb0PFfwy5hlmIdRdzcjlpP9gcLdc,3247
|
|
42
42
|
machineconfig/cluster/templates/utils.py,sha256=hrtaDkGxl9p9SAdPz46ppTtbrIW2OonsO42DEA-qoS8,1646
|
|
43
43
|
machineconfig/jobs/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
44
|
+
machineconfig/jobs/__pycache__/__init__.cpython-313.pyc,sha256=ILRSMYxczieYNQw-Ky2yADpR-S-yJQbHS_PxNTlXfl0,161
|
|
44
45
|
machineconfig/jobs/linux/msc/cli_agents.sh,sha256=X94rDsNHokIWQyHUQu0n2d0AbR39ak-nw4PbrUsJr7w,377
|
|
45
46
|
machineconfig/jobs/linux/msc/lid.sh,sha256=09LeoSaXCGjCn7YxPcIFQpHroYdglJlEtFU2agarh3I,1302
|
|
46
47
|
machineconfig/jobs/linux/msc/network.sh,sha256=dmISsh0hioDheinqee3qHfo2k7ClFx6G_GfGDxuflmc,1796
|
|
@@ -59,6 +60,7 @@ machineconfig/jobs/python_custom_installers/docker.py,sha256=YqUVDtTbcTLTImyypJc
|
|
|
59
60
|
machineconfig/jobs/python_custom_installers/gh.py,sha256=Z5MP0fdIdTuTXibRq6FmcyiQJ2I-1vMEPOKNB79JF0M,2507
|
|
60
61
|
machineconfig/jobs/python_custom_installers/hx.py,sha256=0rdkIyj-kiT-GTF0nMiBRqQ3_RafksgqgpgKXyUScc8,5551
|
|
61
62
|
machineconfig/jobs/python_custom_installers/warp-cli.py,sha256=IGuMJYOKPZYDqQNUro9thF3fklXsjpIoHPQykmWmI9Y,1970
|
|
63
|
+
machineconfig/jobs/python_custom_installers/__pycache__/__init__.cpython-313.pyc,sha256=Nj8U4X3NaARZ0b9zyaAysFk8-EbFQP4_5KKUWlarkEM,186
|
|
62
64
|
machineconfig/jobs/python_custom_installers/archive/ngrok.py,sha256=DtMXSoRgcS-DuelTwqUiP0zaC0eA7vsToRRo0CMmc4U,1696
|
|
63
65
|
machineconfig/jobs/python_custom_installers/dev/aider.py,sha256=_yyUIn9ySM5tngdRcauJLZtfIR2tMCSBDZUVBYgKP70,761
|
|
64
66
|
machineconfig/jobs/python_custom_installers/dev/alacritty.py,sha256=JkFJk9GpYSshtHs8tF--qQd0pP7bly7J8wYag-XT-v0,1878
|
|
@@ -88,10 +90,12 @@ machineconfig/jobs/python_custom_installers/scripts/linux/warp-cli.sh,sha256=PVN
|
|
|
88
90
|
machineconfig/jobs/python_custom_installers/scripts/linux/wezterm.sh,sha256=m697rRoIIVk-f8JdI1YQmphk-JWpMc5IYbD5YaQ3SeQ,1874
|
|
89
91
|
machineconfig/jobs/python_generic_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
90
92
|
machineconfig/jobs/python_generic_installers/config.json,sha256=dkrLpAs-xJ1gvpFd42yuWGoRkkE1MG-8fAhrMNrxt34,20678
|
|
93
|
+
machineconfig/jobs/python_generic_installers/__pycache__/__init__.cpython-313.pyc,sha256=n3gkN0Ys3GNdIHVxQBcqvDpKGKOXRDTRxV1TWIZ5dsg,187
|
|
91
94
|
machineconfig/jobs/python_generic_installers/dev/config.archive.json,sha256=1rZO1-5lxtbVGuXXoTTuvWjs54xlHHIAIIZYDAy8FSA,823
|
|
92
95
|
machineconfig/jobs/python_generic_installers/dev/config.json,sha256=dKzCQNuQigcuTGw1uvhHkhG-kvp2UPHpv0X6XOTYtBE,29760
|
|
93
96
|
machineconfig/jobs/python_linux_installers/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
94
97
|
machineconfig/jobs/python_linux_installers/config.json,sha256=rn2mss51IgiAKKmhPdQ0nmTC_aPFm-6rIfHdCBlEFBE,5324
|
|
98
|
+
machineconfig/jobs/python_linux_installers/__pycache__/__init__.cpython-313.pyc,sha256=GQsLPTy1kOgdFSvT1V-cJSbcawyaFpzL_hnTBooQbp0,185
|
|
95
99
|
machineconfig/jobs/python_linux_installers/archive/config.json,sha256=haf6H05bW2AC-CptfZBeNeMoQK60w8iWmCZ2aDiL4O0,302
|
|
96
100
|
machineconfig/jobs/python_linux_installers/dev/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
97
101
|
machineconfig/jobs/python_linux_installers/dev/config.json,sha256=IxlCuMfWX-SWCnQxQN5JBlxDIAHPvZRlSFbszqERj2w,9951
|
|
@@ -120,44 +124,44 @@ machineconfig/profile/records/windows/apps_summary_report.md,sha256=O5hmAcpObaLm
|
|
|
120
124
|
machineconfig/scripts/__init__.py,sha256=v0cMjnaIo39C3ltLiTf1S0fCTMAqWtEU7zrVenUj4PQ,71
|
|
121
125
|
machineconfig/scripts/__pycache__/__init__.cpython-313.pyc,sha256=CeuCbS3dXPoxqWgpfgFFM97BtcXpCY4rGXqqxj9E1FY,244
|
|
122
126
|
machineconfig/scripts/cloud/init.sh,sha256=yNsseCLMceO50Eg72ra6_NIJCxkGZmpmos1EXe-mvzY,4649
|
|
123
|
-
machineconfig/scripts/linux/checkout_versions,sha256=
|
|
124
|
-
machineconfig/scripts/linux/choose_wezterm_theme,sha256=
|
|
125
|
-
machineconfig/scripts/linux/cloud_copy,sha256=
|
|
126
|
-
machineconfig/scripts/linux/cloud_manager,sha256
|
|
127
|
-
machineconfig/scripts/linux/cloud_mount,sha256=
|
|
128
|
-
machineconfig/scripts/linux/cloud_repo_sync,sha256=
|
|
129
|
-
machineconfig/scripts/linux/cloud_sync,sha256=
|
|
130
|
-
machineconfig/scripts/linux/croshell,sha256=
|
|
131
|
-
machineconfig/scripts/linux/devops,sha256=
|
|
132
|
-
machineconfig/scripts/linux/fire,sha256=
|
|
133
|
-
machineconfig/scripts/linux/fire_agents,sha256=
|
|
134
|
-
machineconfig/scripts/linux/ftpx,sha256=
|
|
127
|
+
machineconfig/scripts/linux/checkout_versions,sha256=YI7wWTSni6rzzMJPh0jPMyzofggvR9yusbe3T3cJsK8,125
|
|
128
|
+
machineconfig/scripts/linux/choose_wezterm_theme,sha256=VdGl9_tjnxkqePuSO01VOTxhUjEH3eKaTmKKYkvO0t8,171
|
|
129
|
+
machineconfig/scripts/linux/cloud_copy,sha256=H_h-AB_A39vsIk8WMlIazzKCPXOcqhqEwkMETTPUsoo,116
|
|
130
|
+
machineconfig/scripts/linux/cloud_manager,sha256=-zHU7E0WefS18YK8MY2MnYrNsyioHNHmRDHbki-eXmE,123
|
|
131
|
+
machineconfig/scripts/linux/cloud_mount,sha256=xkgAkZ7_58IwlpiWq9K1qoQsAl2cZTTGfb6p6S2cVUg,118
|
|
132
|
+
machineconfig/scripts/linux/cloud_repo_sync,sha256=zBGuwnDMurdC--Ovhz9-zxlEzMxTTE4ygZAp1U3NjY8,125
|
|
133
|
+
machineconfig/scripts/linux/cloud_sync,sha256=XA69wzQ3iQGleGTpc5pe0tUvlqWI4qwSLXPtva-_ryo,117
|
|
134
|
+
machineconfig/scripts/linux/croshell,sha256=wL9wJA0UObjhgwmOMQ49tihWusYZEAKrycoZ7Z3LsAQ,115
|
|
135
|
+
machineconfig/scripts/linux/devops,sha256=nh469ECbEcGaCvYgdVaJvgE9moYl_4SkSvTujn4_Zkk,91
|
|
136
|
+
machineconfig/scripts/linux/fire,sha256=Uj8jOlU55j6QcCsB-WPy1U9LAhteP6yfeDlTVyiF0B8,116
|
|
137
|
+
machineconfig/scripts/linux/fire_agents,sha256=Oe71s6NJMacgFy3iUZmjwy1cpbUTAr0miGJlg3Ap2Qg,118
|
|
138
|
+
machineconfig/scripts/linux/ftpx,sha256=nM6XL6gz336A-ejkHJ2pQsaJ1BZxhz0lqEkzpRFDZzU,114
|
|
135
139
|
machineconfig/scripts/linux/fzf2g,sha256=YK_YLmxCm6zms24ytylgoUHnvWqq8oTdRTiskzDClS0,831
|
|
136
140
|
machineconfig/scripts/linux/fzfag,sha256=x0rX7vM_YjKLZ822D2Xh0HdaTj5kR_gG3g_5_w6ring,679
|
|
137
141
|
machineconfig/scripts/linux/fzffg,sha256=jjeeyFkWmBbwH2taRqC3EOzZep2KR-ZYoI4UI-5kHqg,1090
|
|
138
142
|
machineconfig/scripts/linux/fzfg,sha256=ClGnJZUsIk4y0qs3W5iXGo-nd0FaqAHMsnh8uoXQFy8,1190
|
|
139
143
|
machineconfig/scripts/linux/fzfrga,sha256=xSdws6ae28ZXkkqz_uupZ0MYw_vxE2qpLT2DLS3WITM,460
|
|
140
|
-
machineconfig/scripts/linux/gh_models,sha256=
|
|
141
|
-
machineconfig/scripts/linux/kill_process,sha256=
|
|
142
|
-
machineconfig/scripts/linux/mcinit,sha256=
|
|
144
|
+
machineconfig/scripts/linux/gh_models,sha256=O3oIv997xNR10WSZCI19wltBvrBl2CihIVsoQcruNGs,116
|
|
145
|
+
machineconfig/scripts/linux/kill_process,sha256=eOpiDO2x7Pc4IB2euPH1ft0DE_ghLxhajE4AaB7dhuc,163
|
|
146
|
+
machineconfig/scripts/linux/mcinit,sha256=LEqZ5RrELEkhfeQaL-7uKTAJpvhuCYyEKnNnJA_rYVI,116
|
|
143
147
|
machineconfig/scripts/linux/mount_drive,sha256=zemKofv7hOmRN_V3qK0q580GkfWw3VdikyVVQyiu8j8,3514
|
|
144
|
-
machineconfig/scripts/linux/mount_nfs,sha256=
|
|
148
|
+
machineconfig/scripts/linux/mount_nfs,sha256=pPLKnxevjJWw6m200GnP-RqnVSA1YAxE6tnnb_uIN1U,1847
|
|
145
149
|
machineconfig/scripts/linux/mount_nw_drive,sha256=fZWV2x7Slne2c0NU-65qXBmTIeJNvjAHY-NqkDgoq1U,2527
|
|
146
150
|
machineconfig/scripts/linux/mount_smb,sha256=7UN5EP1kuxYL_-CnyaH4f9Wuu2CgALDZpJ0mPcdvCiY,94
|
|
147
151
|
machineconfig/scripts/linux/programs,sha256=KlKTLhreJ0CRHvtm61ilOtVm8VUia7gb0zWD1IP6rNY,472
|
|
148
|
-
machineconfig/scripts/linux/repos,sha256=
|
|
149
|
-
machineconfig/scripts/linux/scheduler,sha256=
|
|
152
|
+
machineconfig/scripts/linux/repos,sha256=MWm-BaQ6SE7hBGga4H4p6w8GGhf0LHA0jIfOGgS3MYE,112
|
|
153
|
+
machineconfig/scripts/linux/scheduler,sha256=eE09LVk2JqtnS0hWcuCPLIAvij2a-JhkNBrISICQDCY,116
|
|
150
154
|
machineconfig/scripts/linux/share_cloud.sh,sha256=75IzCm7Nob1wO-zlfaNyPPod1IjAsVCG5lcMFdXmiI4,3010
|
|
151
155
|
machineconfig/scripts/linux/share_nfs,sha256=LDQZQ9TV7z2y7RtNHiO4Wb513MztyGjaAV-GzTGwUdc,1374
|
|
152
156
|
machineconfig/scripts/linux/share_smb,sha256=HZX8BKgMlS9JzkGIYnxTsPvoxEBBuVLVkqzR3pmGFGY,20
|
|
153
157
|
machineconfig/scripts/linux/skrg,sha256=JgQJGwxaChr148bDnpTB0rrqZMe2o2zGSDA9x_oUhWM,133
|
|
154
158
|
machineconfig/scripts/linux/start_docker,sha256=_yDN_PPqgzSUnPT7dmniMTpL4IfeeaGy1a2OL3IJlDU,525
|
|
155
|
-
machineconfig/scripts/linux/start_slidev,sha256=
|
|
156
|
-
machineconfig/scripts/linux/start_terminals,sha256=
|
|
159
|
+
machineconfig/scripts/linux/start_slidev,sha256=NDusHTerKrG8QtG0oRXNCl9WCgDHeSoZLkEShPnSSvs,119
|
|
160
|
+
machineconfig/scripts/linux/start_terminals,sha256=ZqPK5OEJUQYecZiSce3ao_EpYKPgQgMlSBRMGi-XxXw,195
|
|
157
161
|
machineconfig/scripts/linux/switch_ip,sha256=NQfeKMBSbFY3eP6M-BadD-TQo5qMP96DTp77KHk2tU8,613
|
|
158
|
-
machineconfig/scripts/linux/url2md,sha256=
|
|
162
|
+
machineconfig/scripts/linux/url2md,sha256=HJzzSf7xlIE5mMqeYn9_3Jr_LjueyvP9GkwDS92YoyQ,107
|
|
159
163
|
machineconfig/scripts/linux/warp-cli.sh,sha256=shFFZ9viet_DSEEHT8kxlGRHoJpO6o85pKYnc3rIkaA,3868
|
|
160
|
-
machineconfig/scripts/linux/wifi_conn,sha256=
|
|
164
|
+
machineconfig/scripts/linux/wifi_conn,sha256=qKUj1v6W1zGzA03wIzsT6a0NcmPNBSyiw69TwwFRmnk,108
|
|
161
165
|
machineconfig/scripts/linux/z_ls,sha256=ATZtu0ccN3AKvAOxkwLq1xgQjJ3en5byEWJ3Q8afnNg,3340
|
|
162
166
|
machineconfig/scripts/python/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
163
167
|
machineconfig/scripts/python/choose_wezterm_theme.py,sha256=xCDLLJKlYNOQ0tOZ4cgkBN5hTPGn-0llkyupmoN2rb8,3320
|
|
@@ -199,6 +203,7 @@ machineconfig/scripts/python/wsl_windows_transfer.py,sha256=RfSf5SJejnqrg36YfXSw
|
|
|
199
203
|
machineconfig/scripts/python/__pycache__/__init__.cpython-313.pyc,sha256=8muD9pM0PjydSqWOb5Vt0PqZMDLWVx8tiv4rTzca3_Q,171
|
|
200
204
|
machineconfig/scripts/python/__pycache__/croshell.cpython-313.pyc,sha256=JU3-6dV9_1yhVRi3xZtc5mZCv63kAdrHGXArv4BtBxQ,9923
|
|
201
205
|
machineconfig/scripts/python/__pycache__/devops.cpython-313.pyc,sha256=NNA2Z-b903hVbpUzJ3mYZk-iBSwz-5dA-nGcdRtMC9A,11377
|
|
206
|
+
machineconfig/scripts/python/__pycache__/devops_devapps_install.cpython-313.pyc,sha256=skO38_AvgQK8k3-IM0kIR5jcWy5XtHVd8-VeOV4o6ig,8616
|
|
202
207
|
machineconfig/scripts/python/__pycache__/devops_update_repos.cpython-313.pyc,sha256=Tf5urpeVHjZpFdyZjakvxZ2HuiPrmVoVMnXg8B1SDmA,12175
|
|
203
208
|
machineconfig/scripts/python/ai/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
204
209
|
machineconfig/scripts/python/ai/generate_files.py,sha256=Vfjgd0skJu-WTgqUxmOVFzaNMfSFBaFmY5oGGVY7MZY,2860
|
|
@@ -220,53 +225,46 @@ machineconfig/scripts/python/helpers/helpers2.py,sha256=TU1sA0GKNXHXT1_0y8piBLT_
|
|
|
220
225
|
machineconfig/scripts/python/helpers/helpers4.py,sha256=SFYfxRleEq3gIbffIxFM8d1Ra5zNheUuTIOi2iBsqlE,7708
|
|
221
226
|
machineconfig/scripts/python/helpers/helpers5.py,sha256=dPBvA9Tcyx9TMgM6On49A1CueGMhBdRzikDnlJGf3J0,1123
|
|
222
227
|
machineconfig/scripts/python/helpers/repo_sync_helpers.py,sha256=c4IkoVQMGkO-D00-q2YE6Jvte39jDHsOBr2sr0c7y5Q,5331
|
|
223
|
-
machineconfig/scripts/windows/checkout_version.ps1,sha256=
|
|
224
|
-
machineconfig/scripts/windows/choose_wezterm_theme.ps1,sha256=
|
|
225
|
-
machineconfig/scripts/windows/cloud_copy.ps1,sha256=
|
|
226
|
-
machineconfig/scripts/windows/cloud_manager.ps1,sha256=
|
|
227
|
-
machineconfig/scripts/windows/cloud_mount.ps1,sha256=
|
|
228
|
-
machineconfig/scripts/windows/cloud_repo_sync.ps1,sha256=
|
|
229
|
-
machineconfig/scripts/windows/cloud_sync.ps1,sha256=
|
|
230
|
-
machineconfig/scripts/windows/croshell.ps1,sha256=
|
|
228
|
+
machineconfig/scripts/windows/checkout_version.ps1,sha256=eoS2vhsLA5EgBltTyTxIZOZXOL2cOGxCqL1t66SmKlA,105
|
|
229
|
+
machineconfig/scripts/windows/choose_wezterm_theme.ps1,sha256=xT_wwdfeiciG2jGzYPNWXNi3WUOfXEmHENcYAubEhhE,122
|
|
230
|
+
machineconfig/scripts/windows/cloud_copy.ps1,sha256=ziTz7jBwt8jh68wEezpE6yawwC5whg6EBw5egrshd28,98
|
|
231
|
+
machineconfig/scripts/windows/cloud_manager.ps1,sha256=FY2XebgmqtK6HW0Uz1fXv6k5x6bybIeKSBN7OL9TFjo,104
|
|
232
|
+
machineconfig/scripts/windows/cloud_mount.ps1,sha256=JR_h_lpKrWCHwsd-zKO3GjuwnC7D0a8SRluzj-y3II0,98
|
|
233
|
+
machineconfig/scripts/windows/cloud_repo_sync.ps1,sha256=BKz4nrJKuws4jLFMNCJkjJJPokDrbcgYMNv5IRJ_oTk,103
|
|
234
|
+
machineconfig/scripts/windows/cloud_sync.ps1,sha256=FXh4sKxX778qlJU1-85SStwAbvei6f6N0dTScFDNvQQ,98
|
|
235
|
+
machineconfig/scripts/windows/croshell.ps1,sha256=uvEUQPAwGiI_MVmnovdEZkWBwkhCOWK4ebiGmx9luQw,96
|
|
231
236
|
machineconfig/scripts/windows/devops.ps1,sha256=UksrFjKnAd69TxpOc1qkvgpNvaqZnjRtzSIn03n_yM4,780
|
|
232
|
-
machineconfig/scripts/windows/dotfile.ps1,sha256=
|
|
237
|
+
machineconfig/scripts/windows/dotfile.ps1,sha256=ZKPHVUbQoZslNavzD8E6YL4FYmukgx44wX89noGZVCo,95
|
|
233
238
|
machineconfig/scripts/windows/fire.ps1,sha256=eMPeFtTwVoHZepD814GLlcVjNxGq1N0UKP0p6u7Aigc,1226
|
|
234
|
-
machineconfig/scripts/windows/ftpx.ps1,sha256=
|
|
239
|
+
machineconfig/scripts/windows/ftpx.ps1,sha256=8dDOBlW4HsoLtJlUSkLXtovWjPPVYx-BttixxfEOR4U,87
|
|
235
240
|
machineconfig/scripts/windows/fzfb.ps1,sha256=Bmngm2aY8hnPa3iKAOK6EPDYdKzGLUc81wYOnJhNoqg,149
|
|
236
241
|
machineconfig/scripts/windows/fzfg.ps1,sha256=CHJbMrMuZePd4dxwIwz3g4XWAEmWmckuX-Nrx2xgRkg,27
|
|
237
242
|
machineconfig/scripts/windows/fzfrga.bat,sha256=rU_KBMO6ii2EZ0akMnmDk9vpuhKSUZqkV0o8a8ywXcM,488
|
|
238
243
|
machineconfig/scripts/windows/gpt.ps1,sha256=U2EBC1vKBXqTIlzJJfd5iQ9NAk7z_i9NEbteUO1GrwY,382
|
|
239
244
|
machineconfig/scripts/windows/grep.ps1,sha256=sUP_cXtqPEWLQ8_TdGJX7_-CO6CQYTP4pA-ZmkdPLdY,49
|
|
240
|
-
machineconfig/scripts/windows/kill_process.ps1,sha256=
|
|
241
|
-
machineconfig/scripts/windows/mcinit.ps1,sha256=
|
|
245
|
+
machineconfig/scripts/windows/kill_process.ps1,sha256=U4ojKGz8kscHCdZgxRrfErEKdK17LLn9Og7XBI7ws7E,144
|
|
246
|
+
machineconfig/scripts/windows/mcinit.ps1,sha256=naQEt5kdrnpH2_bvJLdyHfNDCsRQj09DuALHEiNZRDY,97
|
|
242
247
|
machineconfig/scripts/windows/mount_nfs.ps1,sha256=mTR-KcOYJaljWzymKTbzj3jrl5EMgS33mHizU-uO7yo,2089
|
|
243
248
|
machineconfig/scripts/windows/mount_nw.ps1,sha256=puxcfZc3ZCJerm8pj8OZGVoTYkhzp-h7oV-MrksSqIE,454
|
|
244
249
|
machineconfig/scripts/windows/mount_smb.ps1,sha256=PzYWpIO9BpwXjdWlUQL9pnMRnOGNSkxfh4bHukJFme8,69
|
|
245
|
-
machineconfig/scripts/windows/mount_ssh.ps1,sha256=
|
|
250
|
+
machineconfig/scripts/windows/mount_ssh.ps1,sha256=CZ4hFrGG9GbimWtoKdhz0m7vUDjBjg1vw42pZvdDtkk,314
|
|
246
251
|
machineconfig/scripts/windows/nano.ps1,sha256=H1PNN1x3UnOCGwijgMij-K2ZM2E20sfsLTEEap-W5dQ,50
|
|
247
252
|
machineconfig/scripts/windows/neofetch.ps1,sha256=U2bcNNMv_IHz9cUZPTxC2-TetOFOsKAIi-Q9ryIgZqM,150
|
|
248
|
-
machineconfig/scripts/windows/pomodoro.ps1,sha256=
|
|
249
|
-
machineconfig/scripts/windows/py2exe.ps1,sha256=1UE_7f4bHpx3PTKxEHlhH-HXlTbPm046fvi8nJhQv3U,285
|
|
253
|
+
machineconfig/scripts/windows/pomodoro.ps1,sha256=pYH3ZtYDnOZx87yYGgAwCkwwqSwrbkVoaGSa5wu_xNw,104
|
|
250
254
|
machineconfig/scripts/windows/reload_path.ps1,sha256=81hQY18LFApVZWFiUfgMzzPH2pJ1WD1fHInfmicBZFA,217
|
|
251
|
-
machineconfig/scripts/windows/repos.ps1,sha256=
|
|
252
|
-
machineconfig/scripts/windows/scheduler.ps1,sha256=
|
|
255
|
+
machineconfig/scripts/windows/repos.ps1,sha256=iwRCt_ciAW8xzmrhL3haN4Vu4EQueIoeMBVZwK9Oayk,92
|
|
256
|
+
machineconfig/scripts/windows/scheduler.ps1,sha256=mj3NjA_uHOYE9jd3iT43tKyi3shpnVE5Fd6PeuXvGqc,97
|
|
253
257
|
machineconfig/scripts/windows/share_cloud.cmd,sha256=exD7JCdxw2LqVjw2MKCYHbVZlEqmelXtwnATng-dhJ4,1028
|
|
254
258
|
machineconfig/scripts/windows/share_nfs.ps1,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
255
259
|
machineconfig/scripts/windows/share_smb.ps1,sha256=_iJLdgm4pK6Qhz9MpgJlDKHOul38pT8F_VQXqPNBZDE,543
|
|
256
|
-
machineconfig/scripts/windows/snapshot.ps1,sha256=
|
|
257
|
-
machineconfig/scripts/windows/start_slidev.ps1,sha256=
|
|
258
|
-
machineconfig/scripts/windows/start_terminals.ps1,sha256=
|
|
260
|
+
machineconfig/scripts/windows/snapshot.ps1,sha256=o-NGW56WvrhRIj62ql-4UJMxp_XGuYoR5-8qcMr2toU,91
|
|
261
|
+
machineconfig/scripts/windows/start_slidev.ps1,sha256=z1HSXiwHj-SvcUQejBs2HHAxNdOeH4FZ3kNzj1gPq1M,99
|
|
262
|
+
machineconfig/scripts/windows/start_terminals.ps1,sha256=18Bu9S3Vff7OIbRxrcTa4UhFwiP8i_p6vnAXju4ftfE,103
|
|
259
263
|
machineconfig/scripts/windows/unlock_bitlocker.ps1,sha256=Wv-SLscdckV-1mG3p82VXKPY9zW3hgkRmcLUXIZ1daE,253
|
|
260
|
-
machineconfig/scripts/windows/wifi_conn.ps1,sha256=
|
|
264
|
+
machineconfig/scripts/windows/wifi_conn.ps1,sha256=_OQjI4Kn7g33fw4DQIx8V0ydkgPFP6pNRkmsFet2tgU,129
|
|
261
265
|
machineconfig/scripts/windows/wsl_rdp_windows_port_forwarding.ps1,sha256=dGKAoP8WsQzHiAZjD8WT1Ne8RRQU8xf9HdH9bDkihh4,1720
|
|
262
266
|
machineconfig/scripts/windows/wsl_ssh_windows_port_forwarding.ps1,sha256=dr6t49UCnMHAhA0AR4gHluN0HvS5wzyygCNmjORfknU,2715
|
|
263
|
-
machineconfig/scripts/windows/wsl_windows_transfer.ps1,sha256=
|
|
264
|
-
machineconfig/scripts/windows/archive/gource2vid.ps1,sha256=tkMdMJkvguoKhzRb2yCJr4l8W54bdIt2yHl0oPPWKxE,484
|
|
265
|
-
machineconfig/scripts/windows/archive/im2text.ps1,sha256=yf9yVPiuQoagpOc0mzFaWNmoCLckey_GmSByqk3diHQ,784
|
|
266
|
-
machineconfig/scripts/windows/archive/secure_pull.ps1,sha256=7VR6EvLmWXIqUZDQcd5nb-OYkKBOkOcCJDFJr4rhf9A,1606
|
|
267
|
-
machineconfig/scripts/windows/archive/secure_push.ps1,sha256=GeAHwy8o5lv4Cta5pNE286GPIezHbfQBsorWJsVvc1Q,2665
|
|
268
|
-
machineconfig/scripts/windows/archive/tmate_conn.ps1,sha256=D3h4FNmVSwL6fbGkG4wwIToH57yVXWlULSqyEOozS8U,193
|
|
269
|
-
machineconfig/scripts/windows/utils/op_script_delete.ps1,sha256=tX5drodmlzbM5kEYXc8oCsiWFtOlMRXouuBxX6AGsmQ,167
|
|
267
|
+
machineconfig/scripts/windows/wsl_windows_transfer.ps1,sha256=oyp7T9WgyabG6gVtyagLAxSO2gd2d4W7MlzVm8WwRrY,108
|
|
270
268
|
machineconfig/settings/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
271
269
|
machineconfig/settings/__pycache__/__init__.cpython-313.pyc,sha256=tRO9mF8S4gAUlEngtzK4OB0x4XXu2epueVip5OgfRPk,165
|
|
272
270
|
machineconfig/settings/broot/br.sh,sha256=UoiQN5ULJqCnwVudUonZ5_sO0TEHZE8LEROgArnDD7k,1747
|
|
@@ -421,8 +419,8 @@ machineconfig/utils/cloud/onedrive/transaction.py,sha256=m-aNcnWj_gfZVvJOSpkdIqj
|
|
|
421
419
|
machineconfig/utils/installer_utils/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
|
422
420
|
machineconfig/utils/installer_utils/installer_abc.py,sha256=jR5XvrCjisIzoxk2VL0VhoVv-PkKdstDHGLcYky5Mqs,5319
|
|
423
421
|
machineconfig/utils/installer_utils/installer_class.py,sha256=l0UM-u6ZfWx-uLvAk_mmojbppj4sxDrHX3wmVwQv12w,20366
|
|
424
|
-
machineconfig-2.
|
|
425
|
-
machineconfig-2.
|
|
426
|
-
machineconfig-2.
|
|
427
|
-
machineconfig-2.
|
|
428
|
-
machineconfig-2.
|
|
422
|
+
machineconfig-2.5.dist-info/METADATA,sha256=e-lieTtmsedwjFrm9vU6qMW3Fco0FGYVrl145A3Nc-c,7165
|
|
423
|
+
machineconfig-2.5.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
|
424
|
+
machineconfig-2.5.dist-info/entry_points.txt,sha256=dTz-3Lb8TmoM9IUJmYyTHHY5_eTWNmo3E-f_zu4G5tQ,1115
|
|
425
|
+
machineconfig-2.5.dist-info/top_level.txt,sha256=porRtB8qms8fOIUJgK-tO83_FeH6Bpe12oUVC670teA,14
|
|
426
|
+
machineconfig-2.5.dist-info/RECORD,,
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
[console_scripts]
|
|
2
|
+
choose_wezterm_theme = machineconfig.scripts.python.choose_wezterm_theme:main
|
|
3
|
+
cloud_copy = machineconfig.scripts.python.cloud_copy:arg_parser
|
|
4
|
+
cloud_manager = machineconfig.scripts.python.cloud_manager
|
|
5
|
+
cloud_mount = machineconfig.scripts.python.cloud_mount:main
|
|
6
|
+
cloud_repo_sync = machineconfig.scripts.python.cloud_repo_sync:args_parser
|
|
7
|
+
cloud_sync = machineconfig.scripts.python.cloud_sync:args_parser
|
|
8
|
+
croshell = machineconfig.scripts.python.croshell
|
|
9
|
+
devops = machineconfig.scripts.python.devops:args_parser
|
|
10
|
+
fire = machineconfig.scripts.python.fire_jobs
|
|
11
|
+
fire_agents = machineconfig.scripts.python.fire_agents:main
|
|
12
|
+
ftpx = machineconfig.scripts.python.ftpx:main
|
|
13
|
+
gh_models = machineconfig.scripts.python.gh_models
|
|
14
|
+
mcinit = machineconfig.scripts.python.ai.mcinit
|
|
15
|
+
mount_nfs = machineconfig.scripts.python.mount_nfs:main
|
|
16
|
+
mount_nw_drive = machineconfig.scripts.python.mount_nw_drive:main
|
|
17
|
+
repos = machineconfig.scripts.python.repos:main
|
|
18
|
+
scheduler = machineconfig.scripts.python.scheduler
|
|
19
|
+
start_slidev = machineconfig.scripts.python.start_slidev:main
|
|
20
|
+
wifi_conn = machineconfig.scripts.python.wifi_conn:main
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
$repo = Read-Host -Prompt 'Input your repository directory'
|
|
3
|
-
# $repo = Resolve-Path $repo
|
|
4
|
-
if (-not (Test-Path $repo)) {
|
|
5
|
-
Write-Host "Directory does not exist: $repo"
|
|
6
|
-
exit
|
|
7
|
-
}
|
|
8
|
-
mkdir ~/gource
|
|
9
|
-
cd ~/gource
|
|
10
|
-
rm *
|
|
11
|
-
& "$HOME\AppData\Local\Gource\cmd\gource" -1920x1080 --seconds-per-day 0.4 -o gource.ppm $repo
|
|
12
|
-
C:\ffmpeg\bin\ffmpeg.exe -y -r 30 -f image2pipe -vcodec ppm -i .\gource.ppm -vcodec libx264 -preset ultrafast -pix_fmt yuv420p -crf 1 -threads 0 -bf 0 gource.avi
|
|
13
|
-
|
|
14
|
-
rm gource.ppm
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
#activate_ve
|
|
3
|
-
. $PSScriptRoot/activate_ve.ps1
|
|
4
|
-
$orig_path = $pwd
|
|
5
|
-
|
|
6
|
-
mkdir 'C:\temp' -ErrorAction SilentlyContinue
|
|
7
|
-
$target_path='c:\temp\test3.png'
|
|
8
|
-
|
|
9
|
-
if ($args.Length -eq 0) {
|
|
10
|
-
# get image from clipboard
|
|
11
|
-
Add-Type -AssemblyName System.Windows.Forms
|
|
12
|
-
$clipboard = [System.Windows.Forms.Clipboard]::GetDataObject()
|
|
13
|
-
|
|
14
|
-
if ($clipboard.ContainsImage()) {
|
|
15
|
-
[System.Drawing.Bitmap]$clipboard.getimage().Save($target_path, [System.Drawing.Imaging.ImageFormat]::Png)
|
|
16
|
-
# Write-Output "clipboard content saved as $target_path"
|
|
17
|
-
} else {Write-Output "clipboard does not contains image data"}
|
|
18
|
-
|
|
19
|
-
}
|
|
20
|
-
else {$target_path = Resolve-Path $args[0]}
|
|
21
|
-
|
|
22
|
-
cd ~/AppData/Local/Tesseract-OCR/
|
|
23
|
-
pytesseract.exe $target_path | Set-Clipboard
|
|
24
|
-
echo $(Get-Clipboard)
|
|
25
|
-
|
|
26
|
-
deactivate -ErrorAction SilentlyContinue
|
|
27
|
-
cd $orig_path
|
|
@@ -1,46 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
$dir_orig = pwd
|
|
3
|
-
if (!(Test-Path $HOME/dotfiles/config/setup/rclone_remote)) {
|
|
4
|
-
echo "Path $HOME/dotfiles/config/setup/rclone_remote does not exist. Aborting"
|
|
5
|
-
exit
|
|
6
|
-
}
|
|
7
|
-
$rclone_remote = cat $HOME/dotfiles/config/setup/rclone_remote
|
|
8
|
-
$repo_root = "$HOME/dotfiles"
|
|
9
|
-
$repo_root_rel2home = [System.IO.Path]::GetRelativePath($HOME, $repo_root)
|
|
10
|
-
|
|
11
|
-
echo ""
|
|
12
|
-
echo ""
|
|
13
|
-
echo "=============================== Downloading Remote Repo ===================================="
|
|
14
|
-
mkdir ~/.machineconfig/remote -ErrorAction SilentlyContinue
|
|
15
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home/* -r -force -ErrorAction SilentlyContinue
|
|
16
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home -r -force -ErrorAction SilentlyContinue
|
|
17
|
-
cloud_rx $rclone_remote myhome/os_specific/$repo_root_rel2home -zew -l ~/.machineconfig/remote/$repo_root_rel2home # overwrite, zip and encrypt
|
|
18
|
-
# mv ~/.machineconfig/dotfiles ~/.machineconfig/remote/dotfiles
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
echo ""
|
|
22
|
-
echo ""
|
|
23
|
-
echo "=============================== Pulling Remote Repo ===================================="
|
|
24
|
-
cd $repo_root
|
|
25
|
-
git remote remove originEnc
|
|
26
|
-
git remote add originEnc $HOME/.machineconfig/remote/$repo_root_rel2home
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
$share = git pull originEnc master
|
|
30
|
-
|
|
31
|
-
if($?)
|
|
32
|
-
{
|
|
33
|
-
echo ""
|
|
34
|
-
echo "Pull succeeded, removing originEnc link and local copy of remote ... "
|
|
35
|
-
git remote remote originEnc
|
|
36
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home/* -r -force -ErrorAction SilentlyContinue
|
|
37
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home -r -force -ErrorAction SilentlyContinue
|
|
38
|
-
}
|
|
39
|
-
else
|
|
40
|
-
{
|
|
41
|
-
echo ""
|
|
42
|
-
echo "Pull failed. Check the remote @ ~/.machineconfig/remote/$repo_root_rel2home"
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
cd $dir_orig
|
|
46
|
-
|
|
@@ -1,85 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
# Parse command-line arguments
|
|
3
|
-
$params = @{
|
|
4
|
-
Message = "a new version"
|
|
5
|
-
}
|
|
6
|
-
#$args | ForEach-Object {
|
|
7
|
-
# switch -Regex ($_ -split '=') {
|
|
8
|
-
# '--message' { $params.Message = $_.Split('=')[1] }
|
|
9
|
-
# '-m' { $params.Message = $_.Split('=')[1] }
|
|
10
|
-
# default { Write-Warning "Unknown parameter: $_" }
|
|
11
|
-
# }
|
|
12
|
-
#}
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
$dir_orig = pwd
|
|
16
|
-
if (!(Test-Path $HOME/dotfiles/config/setup/rclone_remote)) {
|
|
17
|
-
echo "Path $HOME/dotfiles/config/setup/rclone_remote does not exist. Aborting"
|
|
18
|
-
exit
|
|
19
|
-
}
|
|
20
|
-
$rclone_remote = cat $HOME/dotfiles/config/setup/rclone_remote
|
|
21
|
-
|
|
22
|
-
if (!(Test-Path $repo_root)) {
|
|
23
|
-
$repo_root = "$HOME/dotfiles"
|
|
24
|
-
}
|
|
25
|
-
|
|
26
|
-
$repo_root = [System.IO.Path]::GetFullPath($repo_root)
|
|
27
|
-
$repo_root_rel2home = [System.IO.Path]::GetRelativePath($HOME, $repo_root)
|
|
28
|
-
|
|
29
|
-
echo ""
|
|
30
|
-
echo "=============================== Committing Local Changes ==================================="
|
|
31
|
-
cd $repo_root
|
|
32
|
-
git status
|
|
33
|
-
git add .
|
|
34
|
-
git commit -am $params.Message
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
echo ""
|
|
38
|
-
echo ""
|
|
39
|
-
echo "=============================== Downloading Remote Repo ===================================="
|
|
40
|
-
mkdir ~/.machineconfig -ErrorAction SilentlyContinue
|
|
41
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home/* -r -force -ErrorAction SilentlyContinue
|
|
42
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home -r -force -ErrorAction SilentlyContinue
|
|
43
|
-
cloud_rx $rclone_remote myhome/os_specific/$repo_root_rel2home -zew -l $HOME/.machineconfig/remote/$repo_root_rel2home # overwrite, zip and encrypt
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
if (!(Test-Path $HOME/.machineconfig/remote/$repo_root_rel2home)) {
|
|
47
|
-
echo ""
|
|
48
|
-
echo "💥 Remote doesn't exist, creating it and exiting ... "
|
|
49
|
-
cloud_sx $rclone_remote $repo_root -zer
|
|
50
|
-
exit
|
|
51
|
-
}
|
|
52
|
-
|
|
53
|
-
echo ""
|
|
54
|
-
echo ""
|
|
55
|
-
echo "=============================== Pulling Latest From Remote ================================"
|
|
56
|
-
cd $repo_root
|
|
57
|
-
git remote remove originEnc
|
|
58
|
-
git remote add originEnc $HOME/.machineconfig/remote/$repo_root_rel2home
|
|
59
|
-
|
|
60
|
-
$share = git pull originEnc master
|
|
61
|
-
|
|
62
|
-
if($?)
|
|
63
|
-
{
|
|
64
|
-
echo ""
|
|
65
|
-
echo "Pull succeeded, removing originEnc, the local copy of remote & pushing merged repo to remote ... "
|
|
66
|
-
git remote remove originEnc
|
|
67
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home/* -r -force -ErrorAction SilentlyContinue
|
|
68
|
-
rm ~/.machineconfig/remote/$repo_root_rel2home -r -force -ErrorAction SilentlyContinue
|
|
69
|
-
echo ""
|
|
70
|
-
echo ""
|
|
71
|
-
echo "===================================== Pushing new repository to remote ======================================="
|
|
72
|
-
cloud_sx $rclone_remote $repo_root -zer
|
|
73
|
-
|
|
74
|
-
}
|
|
75
|
-
else
|
|
76
|
-
{
|
|
77
|
-
echo ""
|
|
78
|
-
echo "Pull failed. Check the remote @ ~/.machineconfig/remote/$repo_root_rel2home"
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
# $confirmation = Read-Host "Did the pull from originEnc merge correctly? [y/n]"
|
|
82
|
-
# if ($confirmation -eq 'y') {
|
|
83
|
-
|
|
84
|
-
cd $dir_orig
|
|
85
|
-
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
|
|
2
|
-
. "$HOME\code\machineconfig\.venv\Scripts\activate.ps1"
|
|
3
|
-
|
|
4
|
-
croshell -c "import_n_install('pyinstaller')"
|
|
5
|
-
$destination = $(croshell -c "print(P.tmpdir())")
|
|
6
|
-
pyinstaller $args[0] --onefile --workpath=$destination
|
|
7
|
-
cd $destination
|
|
8
|
-
echo $destination
|
|
9
|
-
|
|
10
|
-
deactivate -ErrorAction SilentlyContinue
|
|
File without changes
|
|
File without changes
|