Skip to content
This repository has been archived by the owner on Feb 9, 2019. It is now read-only.
/ wsl_tools_py Public archive

DEPRECATED: Tools for Windows Subsystem Linux (WSL)

Notifications You must be signed in to change notification settings

mike-seagull/wsl_tools_py

Repository files navigation

Tools for Windows Subsystem Linux (WSL)
Deprecated: Use https://github.com/mike-seagull/wsl_tools

sublime_text

To open sublime text to the directory or file
python sublime_text.py $FILE_OR_DIRECTORY
To compile it into a binary
pyinstaller --distpath bin --onefile src/sublime_text.py

open

opens file explorer to the directory or file

python open.py $FILE_OR_DIRECTORY
To compile it into a binary
pyinstaller --distpath bin --onefile src/open.py

About

DEPRECATED: Tools for Windows Subsystem Linux (WSL)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published