with-user-abort
provides an easy way to catch ctrl+c. useful for making binaries.
$ area51 add with-user-abortCopyUsage
;; area51 add updates your .asd automatically.
;; Use the package in your code:
(in-package :my-project)
(with-user-abort:some-function ...)