Skip to content

A small utility script for resolving Win32 Error Messages, by title, error code, or description

License

Notifications You must be signed in to change notification settings

cyberbutler/winerrorsearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 

Repository files navigation

winerrorsearch

A small utility script for resolving and searching Win32 Error Messages, by title, error code, or description

Requirements

pip3 install rich requests

Installation

git clone https://github.com/cyberbutler/winerrorsearch
cd winerrorsearch/
chmod+x winerrorsearch.py

# Add to your .bashrc for easy usage:
alias wes="/path/to/winerrorsearch.py"

Usage

usage: winerrorsearch.py [-h] [-t {message,code,description,auto}] [-s] search_term

Search for a Win32 Error Code

positional arguments:
  search_term           The term to search for, partial matches apply

options:
  -h, --help            show this help message and exit
  -t {message,code,description,auto}, --type {message,code,description,auto}
                        The type of input you are searching for. Default: auto
  -s, --save            Save the results to ~/.winerrorcodes.json and skip future requests to microsoft to retrieve the
                        codes. Re-execute with this flag to redownload the results.

Examples

image image

About

A small utility script for resolving Win32 Error Messages, by title, error code, or description

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages