This CLI application parses entries in my zettelkasten and extracts key metadata about each entry. It creates and populates an SQLite database and offers options for exporting mapped relations between entries.
source venv/bin/activate
eolas-db [opts]
After development is complete, instead of compiling to a single executable I can just install the application
with pipx
like any other.
pipx install [local_path_to_application]
eolas-db [opts]
pipx uninstall eolas-db
pipx install [local_path_to_application]
eolas-db populate
Parse Eòlas entries and extract key metadata and body text, import into database tables.
https://www.digitalocean.com/community/tutorials/how-to-use-the-sqlite3-module-in-python-3