Take a note of the protocol portion of the URL your browser is trying to open. For example:
- For MS Teams, the URL is
msteams://...
, so the protocol portion ismsteams
. - For Miro, the protocol is
miroapp
This will be used in step 4.
from decimal import Decimal | |
@dataclass | |
class A: | |
x: str | |
data = { | |
'x': 'TEST', | |
} |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Test (Unit)", | |
"type": "debugpy", | |
"request": "launch", | |
"console": "integratedTerminal", | |
"module": "pytest", | |
"envFile": "${workspaceFolder}/.local.dec.env", |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "bla", | |
"type": "debugpy", | |
"request": "attach", | |
"connect": { | |
"host": "localhost", | |
"port": 5678 |
[[source]] | |
name = "pypi" | |
url = "https://pypi.org/simple" | |
verify_ssl = true | |
[packages] | |
requests = "*" | |
python-json-logger = "*" | |
structlog = "*" |
I hereby claim:
To claim this, I am signing this object:
mkdir -p ~/Library/LaunchAgents
tlskeylogger.plist
at ~/Library/LaunchAgents/tlskeylogger.plist
launchctl load ~/Library/LaunchAgents/tlskeylogger.plist
, so it will load on the next restartlaunchctl start ~/Library/LaunchAgents/tlskeylogger.plist
, so it will load the environment variable immediately~/.tlskeyfile
via tail -f ~/.tlskeyfile
NB: This may be hit or miss and many apps do not respect the env var.