diff options
| author | 2022-01-20 21:48:24 -0800 | |
|---|---|---|
| committer | 2022-01-20 21:48:24 -0800 | |
| commit | 385176173a725649e171d0a2d0b55c65ccae3f50 (patch) | |
| tree | e5847674bfc7c83f8bf38fdf900a795b81cb6d34 | |
| download | inbox-size-385176173a725649e171d0a2d0b55c65ccae3f50.tar.gz inbox-size-385176173a725649e171d0a2d0b55c65ccae3f50.zip | |
Show how many items there are in my GTD inbox
| -rwxr-xr-x | inbox-size | 6 |
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 \"^\\\\* +\"))"))) |
