This commit is contained in:
2026-03-08 21:12:41 +01:00
parent 85371fe60e
commit 490374b83d
4 changed files with 244 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(python3 -c \":*)",
"Bash(pip install extract-msg)",
"Bash(python -c \":*)",
"Bash(pip install python-dateutil beautifulsoup4)",
"Bash(python msg_to_clipboard.py \"U:/Dropbox/Ordinace/Dokumentace_ke_zpracování/RE_ Žádost.msg\")",
"Bash(del \"U:\\\\medicus\\\\emailintoclipboard\\\\test_output.txt\")",
"Bash(start python msg_to_clipboard.py \"U:/Dropbox/Ordinace/Dokumentace_ke_zpracování/RE_ Žádost.msg\")"
]
}
}