;;;; ;;;; A simple TODO app for the GNOME desktop ;;;; (mainly written to try out GTK+Lisp) ;;;; ;;;; (c) Daniel Vedder 2020 ;;;; Licensed under the terms of the MIT license ;;;; (defpackage :cl-todo (:documentation "A simple TODO widget for the GNOME desktop") (:nicknames :todo) (:use :common-lisp :bordeaux-threads :gtk :gdk :gobject :glib) ;;XXX pare down (:export launch +runfile+))