WizardKit/scripts
2022-10-29 12:03:50 -07:00
..
wk Add system info post to hw-diags 2022-10-29 12:03:50 -07:00
apple-fans Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
auto_repairs.py Fix Auto Repairs presets 2022-10-23 17:13:19 -07:00
auto_setup.py Merge remote-tracking branch 'upstream/dev' into dev 2022-10-22 19:00:16 -07:00
build-ufd Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
build_kit_windows.py Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
ddrescue-tui Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
ddrescue-tui.py Move ddrescue out of wk/hw section 2022-04-06 19:08:09 -06:00
echo-and-hold Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
embedded_python_env.py Add debug console launcher 2021-11-07 19:31:16 -07:00
export_bitlocker.py Add export_bitlocker.py script 2022-09-28 00:33:15 -07:00
get_raw_disks.ps1 Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
hw-diags Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
hw-diags.py Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
hw-drive-info Restrict hw-drive-info and hw-info to Linux 2019-12-09 17:11:54 -07:00
hw-info Restrict hw-drive-info and hw-info to Linux 2019-12-09 17:11:54 -07:00
hw-sensors Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
init_client_dir.cmd Merge remote-tracking branch 'upstream/dev' into dev 2021-10-14 17:23:10 -06:00
launch-in-tmux Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
Launch.cmd Drop 7za in favor of the full version 2021-10-20 21:59:49 -06:00
launch_sdio.py Fix SDIO launcher when SDIO_SERVER not defined 2022-10-22 20:35:05 -07:00
launch_stress_tests.py Add CoreTemp and stress tests launcher 2022-10-01 19:56:35 -07:00
Launcher_Template.cmd Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
max-cpu-temp Merge refactored code 2021-01-10 19:55:19 -07:00
mount-all-volumes Add unmount aliases 2022-05-19 15:13:50 -07:00
mount-backup-shares Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
mount-raw-image Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
msword-search Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
numlock Enable numlock in Linux 2021-07-23 22:58:28 -06:00
pacinit Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
photorec-sort New project orgnization 2020-01-08 00:28:56 -07:00
README.md Add header to README 2021-10-14 17:42:12 -06:00
remount-rw Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
resize-and-run Merge refactored code 2021-01-10 19:55:19 -07:00
set_lp8550_slope.py Add set_lp8550_slope.py 2022-10-08 20:28:33 -07:00
start-max Merge refactored code 2021-01-10 19:28:51 -07:00
unmount-backup-shares Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
upload-logs Drop 1201 Root CA usage in favor of new setup 2021-12-08 22:36:23 -07:00
watch-mac Added watch-mac and reverted previous commit 2019-11-12 10:36:34 -07:00
wk-debug Fix wk-debug 2022-10-09 00:52:29 -07:00
wk-power-command Update wk-power-command to support macOS 2021-04-01 22:07:47 -06:00
wk_debug.py Add wk_debug.py 2022-10-08 18:28:17 -07:00

WizardKit: Scripts

pylint

These scripts use two spaces per indent instead of the default four. As such you will need to update your pylintrc file or run like this:

pylint --indent-after-paren=2 --indent-string=' ' wk