WizardKit/scripts
2Shirt 6880a353cc
Set known_attributes when intializing Disk()
This new design uses copy.deepcopy() to avoid erroneous thresholds being
applied to drives during diags.  This also reduces the number of lookups
to one per Disk.
2022-10-08 14:15:32 -07:00
..
wk Set known_attributes when intializing Disk() 2022-10-08 14:15:32 -07:00
apple-fans Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
auto_repairs.py Add presets to AutoRepairs 2022-09-28 00:33:15 -07:00
auto_setup.py Refactor auto_setup.py 2022-09-28 00:33:15 -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 Update script descriptions for consistency 2021-10-13 20:50:40 -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
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 organization 2019-06-28 18:06:43 -06: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
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 Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
watch-mac Added watch-mac and reverted previous commit 2019-11-12 10:36:34 -07:00
wk-power-command Update wk-power-command to support macOS 2021-04-01 22:07:47 -06: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