Skip to content

Instantly share code, notes, and snippets.

View neilernst's full-sized avatar
🐵

Neil Ernst neilernst

🐵
View GitHub Profile
--==============================
-- Send Keynote Text to Desktop Markdown File
-- Formats the markdown as Marp syntax (a MarkDown presentation format) https://marp.app
-- Based on
-- Writted By: Richard Dooling https://github.com/RichardDooling/
-- Based on
-- Send Keynote Presenter Notes to Evernote
-- Version 1.0.1
-- Written By: Ben Waldie <ben@automatedworkflows.com>
-- http://www.automatedworkflows.com
@neilernst
neilernst / tag_frequency.py
Created March 12, 2026 18:39
Extract documents and frequencies from Taguette tags
#!/usr/bin/env python3
"""Retrieve tag frequency data from a Taguette SQLite database.
Produces:
1. Overall tag frequency (ordered by count descending)
2. Tag frequency per document
3. CSV output to stdout
"""
import argparse