Tools for Windows Subsystem Linux (WSL)
Deprecated: Use https://github.com/mike-seagull/wsl_tools
python sublime_text.py $FILE_OR_DIRECTORY
pyinstaller --distpath bin --onefile src/sublime_text.py
opens file explorer to the directory or file
python open.py $FILE_OR_DIRECTORY
pyinstaller --distpath bin --onefile src/open.py