aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2022-01-20 21:48:24 -0800
committerGravatar Tom Willemse2022-01-20 21:48:24 -0800
commit385176173a725649e171d0a2d0b55c65ccae3f50 (patch)
treee5847674bfc7c83f8bf38fdf900a795b81cb6d34
downloadinbox-size-385176173a725649e171d0a2d0b55c65ccae3f50.tar.gz
inbox-size-385176173a725649e171d0a2d0b55c65ccae3f50.zip
Show how many items there are in my GTD inbox
-rwxr-xr-xinbox-size6
1 files changed, 6 insertions, 0 deletions
diff --git a/inbox-size b/inbox-size
new file mode 100755
index 0000000..0422aba
--- /dev/null
+++ b/inbox-size
@@ -0,0 +1,6 @@
+#!/usr/bin/env -S scsh -s
+;; # -*- mode: scheme; -*-
+!#
+
+(display (run (emacs --quick --batch --visit ~/documents/gtd/inbox.org
+ --eval "(princ (how-many \"^\\\\* +\"))")))