Skip to content

Instantly share code, notes, and snippets.

@jhonasn
jhonasn / convert-keep-notes-to-md.py
Last active January 5, 2024 08:22
A script to convert google keep notes to a bunch markdown files aiming mainly to nextcloud notes
#!/usr/bin/env python3
# from pdb import set_trace as bkp
from sys import argv, exit
from os import listdir, path, mkdir, utime
from json import loads as to_dict
from datetime import datetime as date
if '-h' in argv or '--help' in argv:
print('''