commit 385176173a725649e171d0a2d0b55c65ccae3f50 Author: Tom Willemse Date: Thu Jan 20 21:48:24 2022 -0800 Show how many items there are in my GTD inbox 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 \"^\\\\* +\"))")))