battorion battery data-organizer group --input <file> --output <file>
|
Group and organize battery data from a file or folder. |
battorion battery json-analyzer run-script --path <file>
|
Run a PowerShell script to process JSON battery reports. |
battorion battery json-analyzer extract-info --path <file> --format <json|table>
|
Extract battery details from a JSON file. |
battorion battery live-info get --format <json|table>
|
Retrieve live battery information from the system. |
battorion battery report analyze --path <html> --output <json>
|
Analyze a battery HTML report and output structured data. |
battorion battery report extract-info --path <html>
|
Extract raw battery information from an HTML report. |
battorion battery report extract-capacity --path <html>
|
Extract battery capacity details from a report. |
battorion battery report get-table-after-header --path <html>
|
Get a data table after a specific header in an HTML report. |
battorion battery report extract-last-capacity --path <html>
|
Extract the most recent recorded battery capacity. |
battorion battery report extract-last-runtime --path <html>
|
Extract the last estimated runtime from the report. |
battorion battery choose-action create --type <analysis|report|export>
|
Create an action panel for battery operations. |
battorion battery html-opener open --path <html>
|
Open an HTML report in a browser. |
battorion battery html-opener safe-load --path <html>
|
Load an HTML file safely. |
battorion battery html-opener read-as-text --path <html>
|
Read HTML content as plain text. |
battorion battery html-opener clean-fix --path <html>
|
Clean and repair HTML structure. |
battorion battery html-opener format-error --error <message>
|
Format HTML-related error messages. |
battorion battery time-estimator get-text --input <data> |
Get a textual runtime estimation. |
battorion battery time-estimator compute-weighted-average --data <file>
|
Calculate weighted average from battery records. |
battorion battery time-estimator format-minutes --value <int>
|
Format a minute value into a readable string. |
battorion disk alt-space get-files-number --path <dir>
|
Get number of files in a directory (alternative method). |
battorion disk alt-space get-files-size --path <dir> --unit <MB|GB>
|
Get total size of files in a directory (alternative method). |
battorion disk alt-space get-dir-number --path <dir>
|
Get number of subdirectories (alternative method). |
battorion disk alt-space get-dir-size --path <dir> --unit <MB|GB>
|
Get total size of subdirectories (alternative method). |
battorion disk alt-space clean-temp --path <dir>
|
Remove temporary files in a directory (alternative method). |
battorion disk alt-space format-bytes --value <bytes>
|
Format byte values into human-readable units. |
battorion disk space get-files-number --path <dir>
|
Get number of files in a directory. |
battorion disk space get-files-size --path <dir> --unit <MB|GB>
|
Get total size of files in a directory. |
battorion disk space get-dir-number --path <dir>
|
Get number of subdirectories. |
battorion disk space get-dir-size --path <dir> --unit <MB|GB>
|
Get total size of subdirectories. |
battorion disk space clean-temp --path <dir>
|
Remove temporary files in a directory. |
battorion disk space set-under-tracking --path <dir>
|
Mark a directory for tracking. |
battorion disk space make-decision --threshold <value>
|
Make a decision based on disk usage thresholds. |
battorion disk space print-result --path <dir>
|
Print disk analysis results. |
battorion disk space parse-output --path <file>
|
Parse disk space output from a file. |
battorion disk space exhume-number-files --path <dir>
|
Extract number of files from stored records. |
battorion disk space exhume-size-files --path <dir>
|
Extract size of files from stored records. |
battorion disk space parse-file-size --value <string>
|
Parse a file size string into numeric form. |
battorion disk space parse-dir-size --value <string>
|
Parse a directory size string into numeric form. |
battorion disk space format-bytes --value <bytes>
|
Format byte values into human-readable units. |
battorion audio output set --device <name>
|
Set the system's default audio output device. |
battorion audio output call-command --cmd <string>
|
Execute a command to change audio output. |
battorion audio device check --match <name>
|
Check if a specific audio device is currently active. |
battorion audio device get-current |
Get the name of the currently active audio output device. |
battorion audio device get-families |
List audio device families. |
battorion audio device check-list --type <output|input>
|
Validate available audio devices by type. |
battorion audio device get-full-name --device <id>
|
Get the full name of a device by ID. |
battorion audio volume get --device <name>
|
Get the volume level of a device. |
battorion audio volume set --device <name> --value <0-100> |
Set the volume for a device. |
battorion audio volume unmute --device <name>
|
Unmute a device. |
battorion cmd run --cmd "<command>" --timeout <sec>
|
Execute a system command. |
battorion cmd get-os |
Get the current operating system name. |
battorion cmd battery-status parse-level --value <string>
|
Parse battery level from a string. |
battorion cmd battery-status parse-status --value <string>
|
Parse battery status from a string. |
battorion runtime estimate get |
Get an estimated runtime value. |
battorion runtime estimate first |
Get the first runtime estimation. |
battorion runtime estimate second |
Get the second runtime estimation. |
battorion runtime estimate third |
Get the third runtime estimation. |
battorion runtime estimate run-parse |
Run and parse runtime estimation data. |
battorion runtime estimate pb-first |
Get process builder for first runtime estimation. |
battorion runtime estimate pb-second |
Get process builder for second runtime estimation. |
battorion runtime estimate pb-third |
Get process builder for third runtime estimation. |
battorion hardware get-os-full |
Get the full name of the operating system. |
battorion hardware get-cpu --details |
Get CPU information. |
battorion hardware get-hwid |
Get hardware ID. |
battorion hardware get-ram --details |
Get RAM details. |
battorion hardware get-disk --details |
Get disk information. |
battorion hardware run-wmic --cmd <string>
|
Run a WMIC command. |
battorion hardware validate |
Validate hardware information. |
battorion sound devices find-default |
Find the first default valid render device. |
battorion sound devices extract-families |
Extract audio output families. |
battorion sound devices extract-keyword --keyword <string>
|
Extract matching audio device keyword. |
battorion sound devices delete-output-file --path <file>
|
Delete audio output file. |
battorion sound volume get |
Get sound volume level. |
battorion sound volume return-level |
Return current sound volume level. |