memoir progress metrics
[Ultimately_Untrue_Thought.git] / notes / memoir_wordcounts.py
diff --git a/notes/memoir_wordcounts.py b/notes/memoir_wordcounts.py
new file mode 100755 (executable)
index 0000000..1952e36
--- /dev/null
@@ -0,0 +1,24 @@
+#!/usr/bin/env python3
+
+import subprocess
+
+shas = [
+    '347fe081c6',
+    '4681a3764a',
+    '867b6583c7',
+    'a8b07bd83a',
+    'cfdc07319c',
+    'bbb4315cfe'
+]
+
+for sha in shas:
+    subprocess.run(["git", "checkout", sha])
+    subprocess.run("wc content/drafts/blanchards-dangerous-idea-and-the-plight-of-the-lucid-crossdreamer.md content/drafts/a-hill-of-validity-in-defense-of-meaning.md content/drafts/agreeing-with-stalin-in-ways-that-exhibit-generally-rationalist-principles.md".split())
+
+# 30 Apr 347fe081c6  6746
+# 30 May 4681a3764a 10308   +3562
+# 30 Jun 867b6583c7 13313   +3005
+# 31 Jul a8b07bd83a 20391   +7078
+# 28 Aug cfdc07319c 36784  +16393
+# 30 Sep bbb4315cfe 49533  +12749
+# (October not quite over) +13862