1
0
Fork 0

Show how many items there are in my GTD inbox

This commit is contained in:
Tom Willemse 2022-01-20 21:48:24 -08:00
commit 385176173a

6
inbox-size Executable file
View file

@ -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 \"^\\\\* +\"))")))