This file contains hidden or 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
import sqlite3 | |
import json | |
import shutil | |
import os | |
tags = [] | |
joins = [] | |
# Tested with Notally v5.2 and QuillPad v1.4.9 | |
# will not preserve note color |
This file contains hidden or 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
#! /home/opc/MCmanage/.venv/bin/python | |
from time import sleep | |
import libtmux | |
import subprocess | |
import argparse | |
from enum import Enum | |
import tarfile | |
from datetime import date | |
import os |