|
|
5 ani în urmă | |
|---|---|---|
| keep_exporter | 5 ani în urmă | |
| .gitignore | 5 ani în urmă | |
| LICENSE | 5 ani în urmă | |
| README.md | 5 ani în urmă | |
| poetry.lock | 5 ani în urmă | |
| pyproject.toml | 5 ani în urmă |
A command line utility to export Google Keep notes to markdown files with metadata stored as a frontmatter header.
There are many ways to install this, easiest are through pip or the releases page.
The easiest way is with pip from PyPi
pip3 install keep-exporter
https://github.com/ndbeals/keep-exporter or download from the releases page and extract the source code.cd into the directorypoetry install in the project root directorypoetry build will build the installable wheelcd dist then run pip3 install <keep-exporter-file.whl>keep_export [OPTIONS]
Options:
-d, --directory TEXT Output directory for exported notes
-u, --user TEXT Google account email (environment variable 'GKEEP_USER')
-p, --password TEXT Google account password (environment variable 'GKEEP_PASSWORD')