Show how many items there are in my GTD inbox
This commit is contained in:
commit
385176173a
1 changed files with 6 additions and 0 deletions
6
inbox-size
Executable file
6
inbox-size
Executable 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 \"^\\\\* +\"))")))
|
Loading…
Reference in a new issue