This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# SCRIPT [FILE|FOLDER] | |
""" | |
Python3.6+ (Or compile to stand-alone exe using 'auto-py-to-exe') | |
save as 'filename.pyw' and place in the same folder as git-bash.exe | |
The HOME folder you specify below will be used by Git-Bash and opened by default. | |
You can also pass a directory to have it opened (Good for things like Rainmeter launchers) or pass a filename and its directory will be opened (Good for the 'Send to' part of the context menu) | |
""" | |
from pathlib import Path | |
import logging as log |