mike-seagull / wsl_tools_py

DEPRECATED: Tools for Windows Subsystem Linux (WSL)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)


Languages

Language:Python 84.5%Language:Makefile 15.5%