1#!@GUILE@ \2--no-auto-compile -s3!#45(use-modules (toobusy index)6 (toobusy event))78(define (main . args)9 (index-files args))1011(apply main (cdr (command-line)))1213;; vim: ft=scheme
Experimental and unfinished notmuch-like command-line tool for iCalendars
git clone https://git.8pit.net/toobusy.git
1#!@GUILE@ \2--no-auto-compile -s3!#45(use-modules (toobusy index)6 (toobusy event))78(define (main . args)9 (index-files args))1011(apply main (cdr (command-line)))1213;; vim: ft=scheme